Thread: Tut|Fix All Food Timers

Results 1 to 9 of 9
  1. #1 Tut|Fix All Food Timers 
    XGamer
    Guest
    *This fix the eat timer so players cant eat 28 food in 1 sec...

    Difficulty: 1-10

    Assumed Knowledge: Opening .txt file + Copy & past.

    Tested Server: XScape My own server

    Files/Classes Modified: Client.java

    Procedure
    Step 1: Open client.java search for
    Code:
    HEALING* or HEALING *
    Step 1 B : it will look like this :
    Code:
        /* HEALING*/
    
        public int healTimer = 0;
    
        public boolean healing() {
            if (healTimer == 0 && healing[0] == 1
                    && playerEquipment[playerWeapon] >= 0) {	
                OriginalShield = playerEquipment[playerShield];
                OriginalWeapon = playerEquipment[playerWeapon];
                playerEquipment[playerShield] = -1;
                playerEquipment[playerWeapon] = -1;
                // setAnimation(0x33D);
                setAnimation(829);
                healing[0] = 2;
                healTimer = 0;
            }
            if (healTimer == 0 && healing[0] == 2) {
                deleteItem(healing[4], GetItemSlot(healing[4]), 1);
                int Heal = healing[1];
                int HealDiff = (healing[2] - healing[1]);
    
                if (HealDiff > 0) {
                    Heal += misc.random(HealDiff);
                }
                if (healing[3] != -1) {
                    addItem(healing[3], 1);
                }
                NewHP = (playerLevel[playerHitpoints] + Heal);
                if (NewHP > getLevelForXP(playerXP[playerHitpoints])) {
                    NewHP = getLevelForXP(playerXP[playerHitpoints]);
                }
                sendMessage("You eat the " + GetItemName(healing[4]) + ".");
                playerEquipment[playerWeapon] = OriginalWeapon;
                playerEquipment[playerShield] = OriginalShield;
                OriginalWeapon = -1;
                OriginalShield = -1;
                resetAnimation();
                updateRequired = true;
                resetHE();
            }
            return true;
        }
    Step 2: Below
    Code:
                OriginalShield = -1;
    In your Healing* Thing
    Add this :
    Code:
    healTimer = 4;
    Step 3: Now you have 100% real rs eat timers have fun

    healTimer = 4;
    Credits: 100% i found it out my self
     

  2. #2  
    Registered Member runescapedds's Avatar
    Join Date
    Jan 2008
    Posts
    514
    Thanks given
    9
    Thanks received
    2
    Rep Power
    41
    i say this a few days ago i dont know if you double posted or leched
    [IMG]pokeplushies.com/images/adoptables/312899.gif[/IMG]

    www.pokeplushies.com/feed/312899 << level my plushie please
     

  3. #3  
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    This is not even a tutorial. It's fail for repp. It's fail for life. Why don't you stop looking at old tuts, copying, and pasting them for rep? Does your dick get bigger with more rep?

    Post something that hasn't been posted, don't leech it, maybe something to help, and I won't come back to haunt you under your bed.
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
     

  4. #4  
    XGamer
    Guest
    ye becouse when my Dick get bigger i going to blow off your Mom you dumb *** eat in *** *** *** homo sexual setting on ****
     

  5. #5  
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    *claps* gf, but you still fail.
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
     

  6. #6  
    I'm kind of back :D

    Nick's Avatar
    Join Date
    Nov 2007
    Age
    28
    Posts
    803
    Thanks given
    0
    Thanks received
    5
    Rep Power
    384
    I think it's a great Tutorial, I needed a fix for this, So thanks dont mind ApisGod he doesn't have any post or rep, so honestly don't bother with him.


    ~Nick G~


     

  7. #7  
    Ex Administrator
    Aj's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    4,350
    Thanks given
    17
    Thanks received
    3,366
    Rep Power
    5000
    Quote Originally Posted by NickGonzo23 View Post
    I think it's a great Tutorial, I needed a fix for this, So thanks dont mind ApisGod he doesn't have any post or rep, so honestly don't bother with him.


    ~Nick G~
    Oh yea, like repp and post mean anything? You have no clue who I am, so don't judge a book by it's cover. And if you think this tut is good, as it has been posted so many damn times, then gtfo tut section.
    Please do not contact me about RSPS related issues, if you require assistance related to Rune-Server you can send me a private message.




    I use
    <code></code>
     

  8. #8  
    Dutch Knight
    Explorz's Avatar
    Join Date
    Feb 2008
    Age
    30
    Posts
    519
    Thanks given
    10
    Thanks received
    6
    Rep Power
    90
    Damnn it doesn't work for pimpscape sources
     

  9. #9  
    Apple Computers
    Bridget7298's Avatar
    Join Date
    Aug 2007
    Age
    32
    Posts
    1,088
    Thanks given
    99
    Thanks received
    49
    Rep Power
    219
    nice but dont leech
     


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
  •