DarkBerserker 0 Posted October 12, 2014 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 Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted October 12, 2014 Stupid but important question: have you recompiled your emulator? Quote Share this post Link to post Share on other sites
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:
to it:
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
Share this post
Link to post
Share on other sites