- Joined
- Nov 30, 2007
- Messages
- 21
- Reaction score
- 0
1. Go in client.java Push CTRL + F
2. Search for
Than somewhere in there u should see this:
(135 Is my max level) Change the 135 to level u want Like 120
Than search for
change that 135 also in 120
With max skill level 135 max combat will be 172
Compile and done
- Posted by me on moparscape. I want to sahre them with ragezone also -
Comments if i helped u please.
2. Search for
getLevelForXP
Than somewhere in there u should see this:
for (int lvl = 1; lvl <= 135; lvl++) {
(135 Is my max level) Change the 135 to level u want Like 120
Than search for
return 135;
change that 135 also in 120
With max skill level 135 max combat will be 172
Compile and done
- Posted by me on moparscape. I want to sahre them with ragezone also -
Comments if i helped u please.