Well, as you stated, aren't you a 'one of the top ten best developers of whole planet'..? :troll:
Anyway, small tip (should be enough) for great developer :happyforever:
+ else if (_command.startsWith("reward2"))
+ {
+ activeChar.setPkKills(activeChar.getPkKills() + Config.PK_FOR_REWARD);
+ activeChar.sendPacket(new UserInfo(activeChar));
+ activeChar.sendMessage("Congratulations, wise choise! Enjoy your reward.");
+ }
+
+ else if (_command.startsWith("reward3"))
+ {
+ activeChar.setPvpKills(activeChar.getPvpKills() + Config.PVP_FOR_REWARD);
+ activeChar.sendPacket(new UserInfo(activeChar));
+ activeChar.sendMessage("Congratulations, wise choise! Enjoy your reward.");
+ }