
Originally Posted by
kronans1234
I have disabled that they are going to degrade, I just need an example of how the code would look like, just basically giving more XP whilst wearing the item. I've tried some things and it hasnt worked. :/
Assuming your using Matrix if your using a 718ish+
In the addExp method in Skills.java add:
Code:
if (skill == THEIVING && player.getEquipment().getGlovesId() == brawlerglovesid)
exp *= 4;
Forgive me if that code isnt 100% like matrix, its been awhile since ive looked at a 718+