Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/bypasshandlers/RemoveDeathPenalty.java
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/handlers/bypasshandlers/RemoveDeathPenalty.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/handlers/bypasshandlers/RemoveDeathPenalty.java
r8501 r8630 22 22 import com.l2jserver.gameserver.network.serverpackets.EtcStatusUpdate; 23 23 import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage; 24 import com.l2jserver.gameserver.network.serverpackets.SystemMessage;25 24 import com.l2jserver.util.StringUtil; 26 25 … … 72 71 } 73 72 activeChar.setDeathPenaltyBuffLevel(activeChar.getDeathPenaltyBuffLevel() - 1); 74 activeChar.sendPacket(SystemMessage .getSystemMessage(SystemMessageId.DEATH_PENALTY_LIFTED));73 activeChar.sendPacket(SystemMessageId.DEATH_PENALTY_LIFTED); 75 74 activeChar.sendPacket(new EtcStatusUpdate(activeChar)); 76 75 return true; 77 76 } 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."); 82 78 } 83 79 else
Note: See TracChangeset
for help on using the changeset viewer.
