Thread: Fixing theBeard Glitch [REPOST]

Results 1 to 8 of 8
  1. #1 Fixing theBeard Glitch [REPOST] 
    Tredgen
    Guest
    Description: Fixing the beard fix in some servers

    Difficulty: 1

    Assumed Knowledge: copy and pasting and ability to read

    Tested Server: Czar

    Files/Classes Modified: player.java

    Procedure:

    step 1:go to player.java and find:
    Code:
    if (playerEquipment[playerFeet] > 1) {
    playerProps.writeWord(0x200 + playerEquipment[playerFeet]);
    } else {
    playerProps.writeWord(0x100+pFeet);
    }
    and paste this under it:
    Code:
    if (!Item.isFullHelm(playerEquipment[playerHat]) && !Item.isFullMask(playerEquipment[playerHat]) &&(playerLook[0] != 1)) {
    playerProps.writeWord(0x100 + pBeard);
    } else{ 
    playerProps.writeByte(0);
    }
    } else {
    playerProps.writeWord(-1);
    playerProps.writeWord(npcId);
    }
    and there you go, beard fixed. i had found this a LONG TIME AGO when i first started at Rune-Server on Rune Arc lol.
     

  2. #2  
    Registered Member
    Rune Arc's Avatar
    Join Date
    Nov 2007
    Age
    26
    Posts
    788
    Thanks given
    30
    Thanks received
    12
    Rep Power
    215
    kk, fixes its theres not the Gap in as a beard part.
    "There is no such thing as a bad drug. Or a good drug. They don't have moral qualities. Human beings have moral qualities. There are plenty of opportunities to misuse a drug or use a drug in a bad way, that's not the drugs fault. It simply has the pharmacological chemical properties it has." - Dennis Mckenna
     

  3. #3  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    Why do people always repeat tutorials from way back?
    Ex-super moderator of Rune-Server.org and RSBot.org
     

  4. #4  
    Banned

    Join Date
    Jul 2007
    Age
    28
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    Yeh Why? we dont need repost
     

  5. #5  
    Registered Member
    Join Date
    Dec 2007
    Posts
    200
    Thanks given
    2
    Thanks received
    0
    Rep Power
    20
    theres been many of these tuts...
     

  6. #6  
    Registered Member
    Rune Arc's Avatar
    Join Date
    Nov 2007
    Age
    26
    Posts
    788
    Thanks given
    30
    Thanks received
    12
    Rep Power
    215
    i seen like a few ppl ask me, i figured i'd postagain cus most are to stupid to use the search button.
    "There is no such thing as a bad drug. Or a good drug. They don't have moral qualities. Human beings have moral qualities. There are plenty of opportunities to misuse a drug or use a drug in a bad way, that's not the drugs fault. It simply has the pharmacological chemical properties it has." - Dennis Mckenna
     

  7. #7  
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    im getting 100 errors
    [Only registered and activated users can see links. ]
     

  8. #8  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    You completely screwed this up.

    1. It doesn't work.
    2. Your teaching is horrible.


    [Closed]
    Ex-super moderator of Rune-Server.org and RSBot.org
     


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
  •