Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.72 KB | None | 0 0
  1.         if(((L2PcInstance) killer).getClan() != null)
  2.             {
  3.                     if (getNpcId() == 10010) // barakielId = 25325;
  4.                     {
  5.                         ((L2PcInstance) killer).getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 300, true);
  6.                         ((L2PcInstance) killer).sendMessage("300 Clan Reputation points has been added to your clan.");
  7.                         }
  8.                     if (getNpcId() == 10011) // barakielId = 25325;
  9.                     {
  10.                         ((L2PcInstance) killer).getClan().setReputationScore(((L2PcInstance) killer).getClan().getReputationScore() + 7000, true);
  11.                         ((L2PcInstance) killer).sendMessage("Congratulations, 7000 Clan Reputation points has been added to your clan.");
  12.                         }
  13.                    
  14.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement