Thread: Change Experience Rates (1 line in client.java)

Results 1 to 3 of 3
  1. #1 Change Experience Rates (1 line in client.java!) 
    Dharok
    Guest
    Purpose: Change all experience gained in the game.

    Modified: Cleint.java/class

    Source: Yours

    Difficulty: 1/99

    Search for:

    Code:
    Code:
    public boolean addSkillXP(int amount, int skill)
    now replace

    Code:
    Code:
    public boolean addSkillXP(int amount, int skill)
    with

    Code:
    Code:
    public boolean addSkillXP(int amt, int skill)
    under that add

    Code:
    Code:
    int amount = amt * 1000; // 1000 = multiplier
    I released this in the Donator Only section a few weeks ago, now its for the public and all of the leechers that havent registered here yet... You should register if you havent yet!
     

  2. #2  
    I'm unique


    Join Date
    Oct 2006
    Age
    29
    Posts
    708
    Thanks given
    0
    Thanks received
    1
    Rep Power
    82
    Nice one, good work with this
    Sincerly yours,
    Simox.
     

  3. #3  
    Ian...
    Guest
    Sexy Feedback From Ian...
     


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
  •