Thread: [562]How to change combat XP rates

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [562]How to change combat XP rates 
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    K this is one of the most simple things to do.

    To change combat XP rates go to 'Player.java' and find the code:

    Code:
    double exp = (double) (500 * hit), hpExp = (double) (500 * hit);
    Mine is 500. And it is self explanatory from here but I'll help the major noobs.


    As you can see in this portion of the code:

    Code:
    hpExp = (double) (500 * hit);
    This is the Hitpoints experience. It will give 500 times the hit that you hit xp towards hitpoints. I am unsure what Runescape's is currently; maybe someone could fill me in?


    This part of the code is to change what you get for Combat skills such as ranged, magic, attack, strength and defense:

    Code:
    double exp = (double) (500 * hit)
    Change the 500 to what you want your hits to be multiplied by. Runescape's is 4 xp per hit.


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  2. #2  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    If your going to post pointless comments, then leave. I'm posting tutorials for the beginners that want to get into rsps coding.


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2011
    Posts
    462
    Thanks given
    109
    Thanks received
    38
    Rep Power
    12
    Thanks lol, was looking for where the xp counter was
    Reply With Quote  
     

  4. #4  
    Registered Member
    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,669
    Thanks given
    1,043
    Thanks received
    820
    Rep Power
    1101
    Thanks, this helped on double xp
    Reply With Quote  
     

  5. #5  
    Pur3z is back!
    tehGanjaman's Avatar
    Join Date
    Jul 2008
    Age
    30
    Posts
    2,871
    Thanks given
    3,381
    Thanks received
    109
    Rep Power
    502
    where can u adjust the magic xp?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2010
    Posts
    73
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    This is good for new coders...Nice work
    ~Signature violation. Please read our official rules.
    Reply With Quote  
     

  7. #7  
    [562]How to change combat XP rates



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    thanks for this will help a lot of people out repped

    Attached image
    Reply With Quote  
     

  8. #8  
    Registered Member saran's Avatar
    Join Date
    Oct 2010
    Posts
    260
    Thanks given
    32
    Thanks received
    6
    Rep Power
    3
    thanks this helped


    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jan 2012
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    how can i do that with firemaking woodcutting and things?????
    Reply With Quote  
     

  10. #10  
    Registered Member Tony12's Avatar
    Join Date
    Jan 2010
    Posts
    361
    Thanks given
    12
    Thanks received
    24
    Rep Power
    26
    ^

    Src --> com --> Rs2hd --> content --> skills --> Firemaking/woodcutting --> Wc/firemake.java or something like that and read the file u wll get it

    For mage exp it is Src --> com --> Rs2hd --> content --> skills --> combat --> Playervsnpc.java / playervsplayer.java

    And search:
    p.getSkills().addXp(6, magichit);

    or something like that and change it
    Working on 637.
    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. changed combat xp rates?-562
    By 12igon8 in forum Help
    Replies: 4
    Last Post: 06-28-2011, 09:27 PM
  2. Replies: 6
    Last Post: 04-14-2011, 07:15 PM
  3. [PI] How do I change exp rates?
    By Learning in forum Help
    Replies: 6
    Last Post: 12-05-2010, 06:44 PM
  4. How to change combat exp rates - Delta
    By ReXo420 in forum Tutorials
    Replies: 10
    Last Post: 08-22-2010, 03:04 PM
  5. How to change xp rates?
    By lawnl in forum Help
    Replies: 3
    Last Post: 01-09-2010, 01:13 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
  •