Thread: Removing the pesky numbers on smelting interface.

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 Removing the pesky numbers on smelting interface. 
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Well after some investigation i discovered that the sendframe for xp for runecrafting on skilltab was wrong. It is not 4158 rather it is 4159 replace your case 20 in your refresh skill method in playerassistant with:
    Code:
    case 20:
    			sendFrame126("" + c.playerLevel[20] + "", 4152);
    			sendFrame126("" + getLevelForXP(c.playerXP[20]) + "", 4153);
    			sendFrame126("" + c.playerXP[20] + "", 4157);
    			sendFrame126("" + getXPForLevel(getLevelForXP(c.playerXP[20]) + 1) + "", 4159);
    			break;
    You're welcome.

    Proof that it works: http://imgur.com/nbKQf
    Reply With Quote  
     


  2. #2  
    Registered Member
    LeBron James's Avatar
    Join Date
    Jan 2009
    Posts
    1,510
    Thanks given
    166
    Thanks received
    129
    Rep Power
    165
    Great find Goodjob!



    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Thanks, I used the RSPSi tool to find it. Lol.
    Reply With Quote  
     

  5. #4  
    Banned
    Join Date
    Nov 2012
    Posts
    404
    Thanks given
    42
    Thanks received
    43
    Rep Power
    0
    Nice job eclipse.
    Reply With Quote  
     

  6. #5  
    true

    DerekH's Avatar
    Join Date
    Dec 2011
    Age
    19
    Posts
    1,183
    Thanks given
    590
    Thanks received
    261
    Rep Power
    164
    Didn't work for me... any help?
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    You have to restart your client and server after you compile...
    Reply With Quote  
     

  8. #7  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Looks good man, never had that problem tho
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Thanks Tupac.
    Reply With Quote  
     

  11. #9  
    Father Of Lies


    Join Date
    May 2012
    Age
    26
    Posts
    1,216
    Thanks given
    267
    Thanks received
    289
    Rep Power
    242
    Lol simple fix, yet I've hardly ever NEVER seen it on a server. Thanks
    Reply With Quote  
     

  12. #10  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Quote Originally Posted by Kaarlo View Post
    Oh nice find, thank you very much!
    Quote Originally Posted by jakeyy View Post
    Lol simple fix, yet I've hardly ever NEVER seen it on a server. Thanks
    There's a button for that. lol
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [562]Smelting Interface[RS2HD]
    By TomTheBeast in forum Help
    Replies: 6
    Last Post: 05-02-2010, 09:43 PM
  2. smelting interface bug >.>
    By silabgarza in forum Help
    Replies: 5
    Last Post: 02-27-2010, 08:12 PM
  3. smelting interface
    By rmb7 in forum Help
    Replies: 0
    Last Post: 05-03-2009, 03:01 PM
  4. My new smelting interface
    By ncarug02 in forum Show-off
    Replies: 34
    Last Post: 01-26-2009, 02:02 AM
  5. my smelting... (whit interface!)
    By Laxika in forum Tutorials
    Replies: 3
    Last Post: 08-28-2007, 07:29 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
  •