Jump to content
  • 0
kiestrel

Need help for item effect

Question

Hi can someone help me how to give an effect on certain headgear that will "increase weight limit by 300".

ex: 40014,White_Bag,White Bag,5,20,,100,,0,,0,0xFFFFFFFF,7,2,1,,0,0,1824,{},{},{}

I'm pretty sure it should be inserted inside the first curly brackets; but not to sure how its written.

Thanks,

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

try these

( not sure )

40014,White_Bag,White Bag,5,20,,100,,0,,0,0xFFFFFFFF,7,2,1,,0,0,1824,{},{ set MaxWeight,MaxWeight + 300; },{ set MaxWeight,MaxWeight - 300; }

or this

( give player level 3 Enlarge Weight Skill )

40014,White_Bag,White Bag,5,20,,100,,0,,0,0xFFFFFFFF,7,2,1,,0,0,1824,{ skill 36,3; },{},{}

Link to comment
Share on other sites

@Emistry - I was thinking the same thing about the "Enlarge Weight Skill."

If all else fails, can you not simply copy the code from the English Weight Skill and replace it there?

Link to comment
Share on other sites

If all else fails, can you not simply copy the code from the English Weight Skill and replace it there?

what do you mean ???? :(

Use the script from increase weight limit, and apply parts of it to the code that he needs?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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