Jump to content
  • 0

Need help for item effect


kiestrel

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

@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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

what do you mean ???? :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

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...