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
addSkillXP((120*hitDiff), 6);
2. now u should see something like
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
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
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