quakeman00 Posted March 29, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 66 Reputation: 2 Joined: 03/08/13 Last Seen: January 24, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 29, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 29, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share 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 Link to comment Share on other sites More sharing options...
0 quakeman00 Posted March 29, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 66 Reputation: 2 Joined: 03/08/13 Last Seen: January 24, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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"
Link to comment
Share on other sites
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.