kiestrel Posted January 15, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 01/08/12 Last Seen: August 25, 2021 Share Posted January 15, 2012 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, Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 16, 2012 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; },{},{} Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted January 16, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted January 16, 2012 @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? Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 16, 2012 If all else fails, can you not simply copy the code from the English Weight Skill and replace it there? what do you mean ???? Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted January 16, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted January 16, 2012 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? Quote Link to comment Share on other sites More sharing options...
Question
kiestrel
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.