{Update} Silabsoft's NEWEST Client, ALL Items Supported - Now with Spawning FIX.
Well, she's done it, she's updated her client to support Items up to 11999, and plans to keep it updated with Runescape.
The highest Item this client goes up to, is Varrock Armour 3 (Which was released yesterday).
My Server (To Prove this all works):
zampkz.servegame.com - Offline
I GUARENTEE If you don't know what your doing, you will get problems with Spawning the Items.
This will Enable you to Spawn New Items, along with old, ONE AT A TIME, but will Disable your ::pickup command.
ADD THIS DIRECTLY ABOVE YOUR ::PICKUP COMMAND (Serverside):
Code:
if (command.startsWith("pick")) {
try {
int newitem = Integer.parseInt(command.substring(5));
if (newitem >= 0) {
addItem(newitem, 1);
} else {
sendMessage("No such item");
}
} catch(Exception e) {
sendMessage("Bad item ID");
}
}
Now, for an Example Spawn, you would put ::pick ITEM ID.
This will Spawn ONE Item from 1-11999 at a time.
Here is the proof:
[Only registered and activated users can see links. Click Here To Register...]
Download links (For those without the auto-updating client already):
For those with WinRAR:
[Only registered and activated users can see links. Click Here To Register...]
For those without:
[Only registered and activated users can see links. Click Here To Register...]
Enjoy, Thank Silabsoft for her time.
Item List:
[Only registered and activated users can see links. Click Here To Register...]