KoriTime Posted January 21, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Share Posted January 21, 2013 Im not sure how to make this, i dont want to use kafra npc, i just need that type of npc anyone willing to help me. Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 21, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 21, 2013 *openstorage;This will open character's Kafra storage window on the client connected to the invoking character. It can be used from any kind of NPC or item script, not just limited to Kafra Staff. *guildopenstorage()This function works the same as 'openstorage' but will open a guild storage window instead for the guild storage of the guild the invoking character belongs to. This is a function because it returns a value - 0 if the guild storage was opened successfully and 1 if it wasn't. (Notice, it's a ZERO upon success.) Since guild storage is only accessible to one character at one time, it may fail if another character is accessing the guild storage at the same time. trunk/doc/script_commands.txt Quote Link to comment Share on other sites More sharing options...
KoriTime Posted January 21, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Author Share Posted January 21, 2013 thank confuse me can you dummy it down please, and explain where it has to go please and thank you. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted January 21, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted January 21, 2013 (edited) Like this? - script storage -1,{ OnInit: bindatcmd("st","storage::MyStorage"); bindatcmd("gst","storage::MyGuildStorage"); end; MyStorage: openstorage; end; MyGuildStorage: guildopenstorage(); end; } Or you could use @storage / @gstorage Edited January 21, 2013 by nanakiwurtz Quote Link to comment Share on other sites More sharing options...
Question
KoriTime
Im not sure how to make this, i dont want to use kafra npc, i just need that type of npc anyone willing to help me.
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.