mrlongshen 22 Posted October 8, 2016 Hi, can someone post a simple item script for usable item. A usable item like fly wing, but item never finish. A usable item like butterfly, but item never finish. So player can used unlimited times. Thanks. Quote Share this post Link to post Share on other sites
0 Ridley 295 Posted October 12, 2016 It should remain unlimited (item type 11) This is only consumed if you use itemskill command 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 Ridley 295 Posted October 8, 2016 { Id: 12345 AegisName: "Refined_Wing_Of_Butterfly" Name: "Refined Butterfly Wing" Type: 11 Trade: 9 Script: <" sleep2 75; warp "SavePoint", 0, 0; "> }, { Id: 23456 AegisName: "Refined_Wing_Of_Fly" Name: "Fly Wing" Type: 11 Trade: 9 Script: <" sleep2 75; warp "Random", 0, 0; "> }, 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 9, 2016 @Ridley What the sleep2 75? can you explain it.. Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 9, 2016 Just a little sleep counter after clicking on the item. I believe .75 of a second Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 9, 2016 Just a little sleep counter after clicking on the item. I believe .75 of a second Thanks. Quote Share this post Link to post Share on other sites
0 Ridley 295 Posted October 9, 2016 Yes it just adds a small delay to prevent several issue which mostly occured by spamming those items. I edited my previous post and added the one for Bwing. Using these items since years now like this 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 12, 2016 (edited) Thanks @Ridley +2 for you. Btw, the item is gone when use, how to make the item remain unlimited? Edited October 12, 2016 by mrlongshen Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 12, 2016 It should remain unlimited (item type 11) This is only consumed if you use itemskill command Thanks alot. +3 for you. hehe Quote Share this post Link to post Share on other sites
Hi, can someone post a simple item script for usable item.
So player can used unlimited times.
Thanks.
Share this post
Link to post
Share on other sites