Hello guys, could u please help me, i'm trying to change the skill ALL_INCCARRY to make it increase more than 200 weight, i want it to increase like 50k max weight.
I changed it:
if((skill_lv=pc->checkskill(sd,ALL_INCCARRY))>0) sd->max_weight += 2000*skill_lv;
to it:
if((skill_lv=pc->checkskill(sd,ALL_INCCARRY))>0) sd->max_weight += 500000*skill_lv;
But don't works, it still increase just 200 of my max weight, i don't know what else i need to do, please help me :3