Author Topic: [HOW TO] Change the EXP Rate on Delta  (Read 217 times)

Offline Tampon Abuse

  • Dragon Member
  • *
  • Posts: 193
  • Rep 1
  • All vote for Rune-Kingdom!
  • Location: Oklahoma, Oklahoma City
    • View Profile
[HOW TO] Change the EXP Rate on Delta
« on: April 04, 2011, 05:27:36 am »
Easy quick tutorial on how to change the exp rate on delta, simple yes i know, but many are not sure how to
so here you go...
p.s. this will be one of my only Delta Tutorials, as i do not like delta, lol :P


dificulty: 1/10

modified files: Client.java

assumed knowledge : how to use control + paste

tested on: Deltascape source


Ok this is How to Change the Xp Rate for Deltascape

1. open client.java and seach for
Code: [Select]
addSkillXP((120*hitDiff), 6);
2. now u should see something like
Code: [Select]
addSkillXP((120*hitDiff), 6);
addSkillXP((spellXP*hitDiff / 2), 3);
if (!splash) {
                server.npcHandler.npcs[index].StartKilling = playerId;
                server.npcHandler.npcs[index].RandomWalk = false;
                server.npcHandler.npcs[index].IsUnderAttack = true;
                server.npcHandler.npcs[index].hitDiff = hitDiff;
                server.npcHandler.npcs[index].Killing[playerId] += hitDiff;
                server.npcHandler.npcs[index].updateRequired = true;
                server.npcHandler.npcs[index].hitUpdateRequired = true;
                server.npcHandler.npcs[index].hit = true;
}

3. now change the 120 to what u want the rate to be like 1200

4. now seach for
Code: [Select]
addSkillXP((120*hitDiff), 6);again and change the 120 to the same rate like you didt whit the last one
to explain its more easy just seach for
Code: [Select]
addSkillXP((120*hitDiff), 6);
and change it to the xp rate u want and then safe and compile seach until u cant find it anymore

Enjoy. lolz

-Brandon
« Last Edit: April 04, 2011, 05:29:14 am by Tampon Abuse »

Everyone Vote For RUNE-KINGDOM at http://www.mmorpgtop200.com/in.php?site=6792

Share on Bluesky Share on Facebook


Offline Chandlermaki

  • Rune Member
  • *
  • Posts: 129
  • Rep 6
  • You's trollin'.
  • Location: USA
    • View Profile
Re: [HOW TO] Change the EXP Rate on Delta
« Reply #1 on: April 04, 2011, 03:32:07 pm »
This is the client section. This belongs under the server section.
Insert clever signature here.

Offline Tampon Abuse

  • Dragon Member
  • *
  • Posts: 193
  • Rep 1
  • All vote for Rune-Kingdom!
  • Location: Oklahoma, Oklahoma City
    • View Profile
Re: [HOW TO] Change the EXP Rate on Delta
« Reply #2 on: April 04, 2011, 07:03:42 pm »
I now see that; thank you.

Everyone Vote For RUNE-KINGDOM at http://www.mmorpgtop200.com/in.php?site=6792