If you get this error
Code:
NPCHandler.java:511: cannot find symbol
symbol : variable Player
location: class NPCHandler
client p = (client) server.playerHandler.players[Player];
^
1 error
:: Complete!
Press any key to continue . . .
Go into npchandler and replace the:
Code:
client p = (client) server.playerHandler.players[Player];
with
Code:
int Player = npcs[i].StartKilling;
client p = (client) server.playerHandler.players[Player];
This should work
sorry about that, just i used a different base
Also I am Hellz, if you dont believe me and your from runelocus
just ask me (hellz) if im me (icepkz) 

Originally Posted by
aeze
wow, this is the best skill and mini game you have made rep +
Thanks for nice comment 
Hellz~