Thread: I need some help.

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 I need some help. 
    Registered Member
    Join Date
    May 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I wanna know how to code my stats so that all my combat stats are like level 30,000?
    Would i do it like this?
    Data/savedgames/my account/ctr+f/search "name of stat here" add xp such as 1,000,000,000?

    Thanks for the help! (I'm new to coding if you couldn't already tell.)

    -Josh.
    Reply With Quote  
     

  2. #2  
    I'm Baack...


    Join Date
    Mar 2011
    Posts
    1,663
    Thanks given
    281
    Thanks received
    202
    Rep Power
    324
    no, make a command that adds the levels to your combat stats.
    I'm back
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    How would I do that?
    Reply With Quote  
     

  4. #4  
    Registered Member
    LeBron James's Avatar
    Join Date
    Jan 2009
    Posts
    1,510
    Thanks given
    166
    Thanks received
    129
    Rep Power
    165
    Quote Originally Posted by Westernego View Post
    How would I do that?
    Write your own or rip off other bases.



    Reply With Quote  
     

  5. #5  
    I'm Baack...


    Join Date
    Mar 2011
    Posts
    1,663
    Thanks given
    281
    Thanks received
    202
    Rep Power
    324
    Code:
    if(command.equals "troll"){
    	c.playerLevel[0] = 30000;
    	c.playerLevel[1] = 30000;
    	c.playerLevel[2] = 30000;
    	c.playerLevel[3] = 30000;
    	c.playerLevel[4] = 30000;
    	c.playerLevel[5] = 30000;
    	c.playerLevel[6] = 30000;
    	c.playerLevel[7] = 30000;
    }
    Should be something like that.

    The playerLevel[_] = the level id, and you're setting it to 30000.

    My variables might be wrong but you get the idea.
    I'm back
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Where would I put that for it to take into effect?
    Reply With Quote  
     

  7. #7  
    I'm Baack...


    Join Date
    Mar 2011
    Posts
    1,663
    Thanks given
    281
    Thanks received
    202
    Rep Power
    324
    put it somewhere in commands.java and do ::troll
    I'm back
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm running a 562 and can't find commands.java.
    I found commandpacketHolder but I can't read it. It's all circles and shapes.
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    May 2009
    Posts
    1,440
    Thanks given
    655
    Thanks received
    530
    Rep Power
    366
    Quote Originally Posted by Westernego View Post
    I'm running a 562 and can't find commands.java.
    I found commandpacketHolder but I can't read it. It's all circles and shapes.
    This is the RS2 Server section, go to the 503+ section then.
    Retired from RSPS development 2008-2018
    Reply With Quote  
     

  10. #10  
    I'm Baack...


    Join Date
    Mar 2011
    Posts
    1,663
    Thanks given
    281
    Thanks received
    202
    Rep Power
    324
    Yeah, wrong section. I don't work with anything higher then 317.
    I'm back
    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

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