Thread: How to make XP Rate.

Results 1 to 9 of 9
  1. #1 How to make XP Rate. 
    Registered Member
    Join Date
    Apr 2012
    Posts
    122
    Thanks given
    15
    Thanks received
    2
    Rep Power
    11
    I'm using this source:

    http://www.rune-server.org/runescape...-474-data.html

    But whenever I try to change the XP rate's they always get fucked up for some reason.
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Which experience rates are you trying to change?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    122
    Thanks given
    15
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by animeking1120 View Post
    Which experience rates are you trying to change?
    All the skills, I want to change them to x5.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2012
    Posts
    122
    Thanks given
    0
    Thanks received
    1
    Rep Power
    16
    try config.php or skills files (yourskillwant.java , e.g. herblore.java)
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2012
    Posts
    122
    Thanks given
    15
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by AsaaD View Post
    try config.php or skills files (yourskillwant.java , e.g. herblore.java)
    I've looked in those but they don't have XP thing I can change.

    Download the source, and take a look for yourself.
    Reply With Quote  
     

  6. #6  
    Donator

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,804
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Config.java
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2012
    Posts
    122
    Thanks given
    15
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by thock321 View Post
    Config.java
    Not there.
    Reply With Quote  
     

  8. #8  
    Donator

    Join Date
    Sep 2011
    Posts
    60
    Thanks given
    7
    Thanks received
    10
    Rep Power
    11
    EDIT:

    In the skillhandler.java you'll see something like this:
    Code:
    	public static final int AGILITY_XP = Config.SKILLING_XP;
    	public static final int PRAYER_XP = Config.SKILLING_XP;
    	public static final int MINING_XP = Config.SKILLING_XP;
    	public static final int COOKING_XP = Config.SKILLING_XP;
    	public static final int RUNECRAFTING_XP = Config.SKILLING_XP;
    	public static final int WOODCUTTING_XP = Config.SKILLING_XP;
    	public static final int THIEVING_XP = Config.SKILLING_XP;
    	public static final int HERBLORE_XP = Config.SKILLING_XP;
    	public static final int FISHING_XP = Config.SKILLING_XP;
    	public static final int FLETCHING_XP = Config.SKILLING_XP;
    	public static final int FIREMAKING_XP = Config.SKILLING_XP;
    and that config.skillxp is in the config.java which is set to 20:

    Code:
    public static final int SKILLING_XP = 20;
    So I guess you have to change the 20 to 5
    Reply With Quote  
     

  9. #9  
    Registered Member yunaaa's Avatar
    Join Date
    Apr 2012
    Posts
    641
    Thanks given
    89
    Thanks received
    26
    Rep Power
    6
    did you not sort this yesterday?
    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. Replies: 7
    Last Post: 10-03-2011, 05:16 PM
  2. Replies: 4
    Last Post: 07-15-2011, 01:47 PM
  3. [Rate] My Signature [Rate]
    By I.Say.Chris in forum Showcase
    Replies: 4
    Last Post: 06-06-2007, 10:28 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
  •