kiestrel Posted January 15, 2012 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 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 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 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 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...
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