Xp rate!!

Results 1 to 3 of 3
  1. #1
    Apprentice moordgast is offline
    MemberRank
    Dec 2008 Join Date
    6Posts

    Xp rate!!

    Hello,,
    i need to know someting! and i think more noobs want to know this :
    When i kill a man my attack is like 20 it goes reallyy fast how can i change it to slower?


  2. #2
    Member gmshawn is offline
    MemberRank
    May 2009 Join Date
    65Posts

    big grin Re: Xp rate!!

    Hi moordgast,

    Im a advanced coder from CPSV and i do not play runescape or any runescape private server.

    Click your client.java, then press ctrl + F
    Type in combatexp and you will see the rate something like
    Code:
    if (UseBow || UseCrossBow || UseRing) {
                TotalExp = (double)(1000*hitDiff);
                TotalExp = (double)(TotalExp*CombatExpRate);
                addSkillXP((int)(TotalExp), 4);
              } else if (FightType != 3) {
                TotalExp = (double)(1000*hitDiff);
                TotalExp = (double)(TotalExp*CombatExpRate);
                addSkillXP((int)(TotalExp), SkillID);
              } else {
                TotalExp = (double)(1000*hitDiff);
                TotalExp = (double)(TotalExp*CombatExpRate);
                addSkillXP((int)(TotalExp), playerAttack);
                addSkillXP((int)(TotalExp), playerDefence);
                addSkillXP((int)(TotalExp), playerStrength);
              }
              TotalExp = (double)(1000*hitDiff);
              TotalExp = (double)(TotalExp*CombatExpRate);
              addSkillXP((int)(TotalExp), playerHitpoints);
              attackTimer = 1;
    	  specOn = false;
              specAttack();
    Did you see the (1000*hitDiff);,
    1000* is the exp rate!
    Change it to whatever you want :D

    -GMSHAWN-
    Advanced Coder from CPSV

  3. #3
    Apprentice Gαŋgsтα™ is offline
    MemberRank
    Dec 2009 Join Date
    17Posts

    Re: Xp rate!!

    Just search for your xp rate in Client.java , Search through all your findings and find the right one to change but that's only if it's a 317 , I wouldn't have a clue about 508 ,



Advertisement