quakeman00 Posted March 29, 2017 Posted March 29, 2017 i am wondering what would be the script to add to an item to open the stroage when using the item "WHITOUT CONSUMING THE ITEM" Quote
0 Akkarin Posted March 29, 2017 Posted March 29, 2017 Essentially, you can just use "openstorage; end;", though following the other items in the database that provide access to the kafra storage would be a good way to go. The Kafra Card (id:12211) uses callfunc "F_CashStore"; to bring up an npc dialogue window which then opens the storage. It's up to you how you implement this. Quote
0 Akkarin Posted March 29, 2017 Posted March 29, 2017 You would set the item type to "11" which means "delayed consumption". You can use any script command and the item won't be eaten up by the server, with the exception of "itemskill" commands. Quote
0 quakeman00 Posted March 29, 2017 Author Posted March 29, 2017 1 hour ago, Akkarin said: You would set the item type to "11" which means "delayed consumption". You can use any script command and the item won't be eaten up by the server, with the exception of "itemskill" commands. ok but what would be the command to open up storage at will when using the item? Quote
Question
quakeman00
i am wondering what would be the script to add to an item to open the stroage when using the item "WHITOUT CONSUMING THE ITEM"
3 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.