Ok i definitely cant do this. All the servers require Silab's Client and i want to play on it very badly. but this is what shows up. "Unable to access jar file client.jar"... Can anyone help ?
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 :ickup command.
ADD THIS DIRECTLY ABOVE YOUR :ICKUP 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 :ick ITEM ID.
This will Spawn ONE Item from 1-11999 at a time.
Here is the proof:
Download links (For those without the auto-updating client already):
For those with WinRAR: [Only registered and activated users can see links. ]
For those without: [Only registered and activated users can see links. ]
Enjoy, Thank Silabsoft for her time.
Item List: [Only registered and activated users can see links. ]
u stole that pic of moparscape atlest post ur own picture?? and u should of made the command item instead of pick
For anyone who is still getting Bad Item ID, go to your Item.java and search for 10000, and change it to 100000, and then you can spawn all up to 111999.
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:
Download links (For those without the auto-updating client already):
For those with WinRAR: [Only registered and activated users can see links. ]
For those without: [Only registered and activated users can see links. ]
Enjoy, Thank Silabsoft for her time.
Item List: [Only registered and activated users can see links. ]
Originally Posted by zondix
u stole that pic of moparscape atlest post ur own picture?? and u should of made the command item instead of pick
Your Not very Smart are you?
I provided Silabsoft with the Picture smart one, mind taking a look at the Name of the User in the Picture?
Learn to read before you throw accusations of theft at people.