Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/handlers/bypasshandlers/RemoveDeathPenalty.java

    r8501 r8630  
    2222import com.l2jserver.gameserver.network.serverpackets.EtcStatusUpdate; 
    2323import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage; 
    24 import com.l2jserver.gameserver.network.serverpackets.SystemMessage; 
    2524import com.l2jserver.util.StringUtil; 
    2625 
     
    7271                                                        } 
    7372                                                        activeChar.setDeathPenaltyBuffLevel(activeChar.getDeathPenaltyBuffLevel() - 1); 
    74                                                         activeChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.DEATH_PENALTY_LIFTED)); 
     73                                                        activeChar.sendPacket(SystemMessageId.DEATH_PENALTY_LIFTED); 
    7574                                                        activeChar.sendPacket(new EtcStatusUpdate(activeChar)); 
    7675                                                        return true; 
    7776                                                } 
    78                                                 else 
    79                                                 { 
    80                                                         replyMSG.append("The wound you have received from death's touch is too deep to be healed for the money you have to give me. Find more money if you wish death's mark to be fully removed from you."); 
    81                                                 } 
     77                                                replyMSG.append("The wound you have received from death's touch is too deep to be healed for the money you have to give me. Find more money if you wish death's mark to be fully removed from you."); 
    8278                                        } 
    8379                                        else 
Note: See TracChangeset for help on using the changeset viewer.