Thread: Equipment Switching

Results 1 to 5 of 5
  1. #1 Equipment Switching 
    Member
    Join Date
    Oct 2012
    Posts
    21
    Thanks given
    7
    Thanks received
    3
    Rep Power
    0
    Anyone know how to do this? http://www.rune-server.org/runescape...equipment.html

    Video link:
    When you wield an item, the removed item should take place of the wielded item. Not just move to the top of your inventory.
    http://tinypic.com/player.php?v=2laey37&s=4
    Reply With Quote  
     

  2. #2  
    Registered

    Join Date
    Sep 2012
    Age
    29
    Posts
    1,984
    Thanks given
    774
    Thanks received
    846
    Rep Power
    5000
    That link doesn't work, if you meaning like flawless switching then try this:

    Open client.java (client sided) and search for:

    Code:
    if(anInt989 < 5) {
    And replace it with:

    Code:
    if(anInt989 < 10) {
    All you're doing is changing the number '5' to a '10'.

    Next search for:

    Code:
    if(aBoolean1242 && anInt989 >= 5)
    and replace it with:

    Code:
    if(aBoolean1242 && anInt989 >= 10)
    Hopefully that helps if it was what you wanted.
    Reply With Quote  
     

  3. #3  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by Volsung View Post
    That link doesn't work, if you meaning like flawless switching then try this:

    Open client.java (client sided) and search for:

    Code:
    if(anInt989 < 5) {
    And replace it with:

    Code:
    if(anInt989 < 10) {
    All you're doing is changing the number '5' to a '10'.

    Next search for:

    Code:
    if(aBoolean1242 && anInt989 >= 5)
    and replace it with:

    Code:
    if(aBoolean1242 && anInt989 >= 10)
    Hopefully that helps if it was what you wanted.
    Give credits lmfao...

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  4. #4  
    Member
    Join Date
    Oct 2012
    Posts
    21
    Thanks given
    7
    Thanks received
    3
    Rep Power
    0
    Not what I'm looking for:/ It's when you wield an item, the removed item should take place of the wielded item. Not just move to the top of your inventory.
    Photobucket | The most recent videos on Photobucket
    Reply With Quote  
     

  5. #5  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Add a method to find the slot.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     


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. Equipment Switching [PI]
    By Keegan in forum Help
    Replies: 5
    Last Post: 05-06-2012, 07:15 PM
  2. [PI] Equipment Switching
    By Famouz Ltd in forum Help
    Replies: 6
    Last Post: 03-25-2011, 07:29 PM
  3. Proper Item Switching (Equipment)
    By Sanity in forum Show-off
    Replies: 21
    Last Post: 10-23-2009, 06:44 AM
  4. Replies: 109
    Last Post: 05-22-2009, 04:42 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
  •