Thread: {Update} Silabsoft's NEWEST Client, ALL Items Supported.

Page 5 of 5 FirstFirst ... 345
Results 41 to 47 of 47
  1. #41  
    kilermage
    Guest
    This is nice, but I tried it many times and it would keep saying "bad item id"
     

  2. #42  
    Registered Member -owned-'s Avatar
    Join Date
    Oct 2006
    Age
    30
    Posts
    221
    Thanks given
    2
    Thanks received
    2
    Rep Power
    19
    says bad item for me
    Check out my recently published content on AC:

    [Only registered and activated users can see links. ]
     

  3. #43  
    Monk
    Guest
    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 ?
     

  4. #44  
    Zondix
    Guest
    Quote Originally Posted by Zamorak Zxt View Post
    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
     

  5. #45  
    Its A Ferrari
    Guest
    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.
     

  6. #46  
    Long-Term Community Veteran
    Zamorak Zxt's Avatar
    Join Date
    Nov 2006
    Age
    29
    Posts
    256
    Thanks given
    0
    Thanks received
    0
    Rep Power
    62
    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. ]
    Quote Originally Posted by zondix View Post
    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.

    Thanks.
    Thanks, Codykins
    _____________________
    ~Zamorak Zxt~
     

  7. #47  
    Registered Member -owned-'s Avatar
    Join Date
    Oct 2006
    Age
    30
    Posts
    221
    Thanks given
    2
    Thanks received
    2
    Rep Power
    19
    how to get this to work...
    Check out my recently published content on AC:

    [Only registered and activated users can see links. ]
     

Page 5 of 5 FirstFirst ... 345

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. (HELP) rep++ Items supported
    By Clawscape in forum Help
    Replies: 1
    Last Post: 03-18-2009, 04:48 PM
  2. Make "Silabsoft's" items :- Stackable
    By Crazy Cam10 in forum Tutorials
    Replies: 10
    Last Post: 04-08-2008, 12:17 AM
  3. auto detect silabsoft's client (repost)
    By fabjan in forum Tutorials
    Replies: 7
    Last Post: 11-19-2007, 09:15 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •