Jump to content
  • 0
Sign in to follow this  
DarkBerserker

Change skill increase max weight

Question

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

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.