Thread: Eating without weapon! (Fixed eating weapon!)

Results 1 to 6 of 6
  1. #1 Eating without weapon! (Fixed eating weapon!) 
    spectrum
    Guest
    Hi rune-server this is a tut on how to eat with out a weapon!
    First of do this tut [Only registered and activated users can see links. ]

    Now when you've done that tut thats good. Now heres the main part!
    Log onto your server and eat with a weapon, if your weapon disappears then follow the tut below! If it doesent then just thanks for viewing

    First go into CLIENT.JAVA and search for
    Code:
    sendMessage("You eat the " + GetItemName(healing[4]) + ".");
                playerEquipment[playerWeapon] = OriginalWeapon;
                playerEquipment[playerShield] = OriginalShield;
                OriginalWeapon = -1;
                OriginalShield = -1;      
                resetAnimation();
                updateRequired = true;
                resetHE();
    Now delete
    Code:
    playerEquipment[playerWeapon] = OriginalWeapon;
                playerEquipment[playerShield] = OriginalShield;
                OriginalWeapon = -1;
                OriginalShield = -1;
    Now save and compile!
    Please post if you get any errors!
    Reply With Quote  
     

  2. #2  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,074
    Thanks given
    2,625
    Thanks received
    3,578
    Discord
    View profile
    Rep Power
    5000
    If you logoff whilst eating you lose your weapon. You need to deal with that on disconnection (move original weapon/shield back to the shield). This system is also prone to dupes too.

    Afaik if you get the correct emote anyway the weapon disappears.
    .
    Reply With Quote  
     

  3. #3  
    spectrum
    Guest
    Well ive not had any problems...
    Reply With Quote  
     

  4. #4  
    deathy
    Guest
    Quote Originally Posted by Graham View Post
    If you logoff whilst eating you lose your weapon. You need to deal with that on disconnection (move original weapon/shield back to the shield). This system is also prone to dupes too.

    Afaik if you get the correct emote anyway the weapon disappears.
    this is totally true iam srry but i got to agree^_^
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Nov 2008
    Posts
    1,017
    Thanks given
    21
    Thanks received
    32
    Rep Power
    161
    Lol I See That Will Be Dupe So Must Agree With ^ ^ ^ ^ ^ ^
    Reply With Quote  
     

  6. #6  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Lol, what base is this glitch on?
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •