[SPOIL] if (playerCommand.startsWith("kc")) { //change name to whatever, info, donate etc. for (int j = 0; j < Server.playerHandler.players.length; j++) { if (Server.playerHandler.players[j] != null) { Client c2 = (Client)Server.playerHandler.players[j]; c.getPA().showInterface(8134); c.flushOutStream(); c.getPA().sendFrame126("@[email protected] Stats", 8144); c.getPA().sendFrame126("Total NPCs Killed - @[email protected]"+c.npcsKilled, 8145); c.getPA().sendFrame126("Total Bosses Killed - @[email protected]"+c.bossesKilled, 8147); c.getPA().sendFrame126("Total Slayer Tasks Completed - @[email protected]"+c.tasksCompleted, 8148); c.getPA().sendFrame126("@[email protected] Kills List:", 8149); c.getPA().sendFrame126("Total Jad Kills - @[email protected]"+c.jadKilled, 8150); c.getPA().sendFrame126("Total KBD Kills - @[email protected]"+c.kbdKilled, 8151); c.getPA().sendFrame126("Total Dagannoth King Kills - @[email protected]"+c.daggsKilled, 8152); c.getPA().sendFrame126("@[email protected]'s Kills List:", 8153); c.getPA().sendFrame126("Abyssal Demon's Killed:", 8154); c.getPA().sendFrame126("Dagannoth's Killed:", 8155); c.getPA().sendFrame126("Dark Beasts Killed:", 8156); for (int i = 8164; i < 8250; i++) { c.getPA().sendFrame126("", i); } } [/SPOIL]
Yes sir.
I'd appreciate that NPC Kill log command Many thanks. All the best, Harry
Thanks for helping me! With my client & cache ;D
Send an Instant Message to SpawnInsanity Using...
Registered Member