Dissidia Posted September 16, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted September 16, 2013 help me to disable @storage in prontera. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 16, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted September 16, 2013 http://rathena.org/board/topic/85606-disabling-command-or-storage/ Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 16, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 12 hours ago Share Posted September 16, 2013 In your case : - script Sample#1 -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if( strcharinfo(3) == "prontera" ) message strcharinfo(0),"You cannot use @storage on prontera"; else openstorage; end; } Quote Link to comment Share on other sites More sharing options...
Dissidia Posted September 17, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted September 17, 2013 I am only using rathena 16991, do you know how is source edit atcomman.c? i think no script in 16991 of bindatcmd. Quote Link to comment Share on other sites More sharing options...
Capuche Posted September 17, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 17, 2013 bindatcmd is implemented in your revision, no need source edit http://trac.rathena.org/search?q=bindatcmd Quote Link to comment Share on other sites More sharing options...
Question
Dissidia
help me to disable @storage in prontera.
Link to comment
Share on other sites
4 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.