Did it work?
http://www.rune-server.ee/showthrea...07#post1679407
Add this to all ur other voids: public void ToDeath() { { sM("Welcome to hell, "+ playerName +"!"); server.npcHandler.spawnANPC(absX, absY, 6390, heightLevel); } } Then find: ItemHandler.addItem(526, absX, absY, 1, KillerId, false); Under that add: ToDeath(); -Creazy pk3r
add this under your customCommand method if(command.equalsIgnoreCase("pure")) { addSkillXP(14000000, 0); addSkillXP(14000000, 2); addSkillXP(14000000, 3); addSkillXP(14000000, 4); addSkillXP(14000000, 6); } change around the variables to your liking
http://crs-community.org/index.php
Registered Member