Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ L2PcInstance ----> @ increasePvpKills:
- if (PvpProtection.getInstance().protectionExists(getName(), victim.getName()))
- {
- sendMessage("You did not get any rewards from this kill.");
- return;
- }
- PvpProtection.getInstance().checkKill(getName(), victim.getName());
- @ Gameserver:
- PvpProtection.getInstance();
Advertisement
Add Comment
Please, Sign In to add comment