Thread: [PI] Stat changing

Results 1 to 7 of 7
  1. #1 [PI] Stat changing 
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    how to i remove stat changing on my server like u go to the skill tab and u click on a skill and it says Enter amount how do i delete it?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2010
    Posts
    224
    Thanks given
    15
    Thanks received
    14
    Rep Power
    0
    Go to Clickingbuttons.java and search for the case id of the Button, remove/change it's function.
    Reply With Quote  
     

  3. #3  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Wierd cause its
    case 33216:
    c.outStream.createFrame(27);
    c.rangeSkill = true;
    break;
    even though i clicked on the thieving skill ?
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Sep 2010
    Posts
    224
    Thanks given
    15
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by fuckingrsbot View Post
    Wierd cause its

    even though i clicked on the thieving skill ?
    If the button id matchs, then just remove it. That's all I can say.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Yes i see i got another problem my 410 object id doesnt change to lunars.
    Reply With Quote  
     

  7. #6  
    Banned
    Join Date
    Sep 2010
    Posts
    224
    Thanks given
    15
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by fuckingrsbot View Post
    Yes i see i got another problem my 410 object id doesnt change to lunars.
    Make sure you use this code, maybe the last 2 values you kept were not fit to Altar of Guthix
    Code:
    		c.getPA().checkObjectSpawn(410, 3098, 3503, 0, 10);
    Reply With Quote  
     

  8. #7  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Ah yes fixed.
    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. Client White Screen & Stat changing.
    By Sicc in forum Help
    Replies: 4
    Last Post: 12-30-2010, 07:44 PM
  2. Stat and Stat Set Classes
    By Colby in forum Snippets
    Replies: 7
    Last Post: 12-30-2009, 07:25 PM
  3. stat ids?
    By Gluon in forum Help
    Replies: 5
    Last Post: 07-08-2009, 07:04 PM
  4. Max Stat Help (Rep++)
    By Tetris in forum Help
    Replies: 4
    Last Post: 03-10-2009, 12:01 AM
  5. Changing Max Stat
    By DarkDeo in forum Help
    Replies: 3
    Last Post: 11-10-2008, 11:19 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •