zim305 Posted March 17, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/15/13 Last Seen: March 21, 2013 Share Posted March 17, 2013 hi, this is my first post here.i would like to know is it possible to disable certain @ command on certain maps or not.for example, i enabled @storage for all players but i want to disable @storage from being opened while on a pvp map or maybe an event map. if it is possible, how? what to edit/modified?maybe someone already posted about this and i've tried to search but i couldnt find one.thx Quote Link to comment Share on other sites More sharing options...
PewN Posted March 18, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted March 18, 2013 - script storage22 -1,{ OnInit: bindatcmd "storage",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: setarray .Map$[0],"guild_01","guild_02"; if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){ message strcharinfo(0),"You can't open your storage here!"; end; } openstorage; end; } then on your groups.conf remove storage: true 3 Quote Link to comment Share on other sites More sharing options...
Cyrix Posted March 17, 2013 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 150 Reputation: 13 Joined: 02/16/12 Last Seen: April 10, 2023 Share Posted March 17, 2013 use bindatcmd http://rathena.org/wiki/bindatcmd Quote Link to comment Share on other sites More sharing options...
zim305 Posted March 19, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/15/13 Last Seen: March 21, 2013 Author Share Posted March 19, 2013 yay!! it works like a charm...thank you so much TrojanWorm ^^ Quote Link to comment Share on other sites More sharing options...
krashdragon Posted August 20, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 56 Reputation: 4 Joined: 06/20/13 Last Seen: August 31, 2021 Share Posted August 20, 2013 hi how about if i want to disable @jump Quote Link to comment Share on other sites More sharing options...
Question
zim305
hi, this is my first post here.
i would like to know is it possible to disable certain @ command on certain maps or not.
for example, i enabled @storage for all players but i want to disable @storage from being opened while on a pvp map or maybe an event map.
if it is possible, how? what to edit/modified?

maybe someone already posted about this and i've tried to search but i couldnt find one.
thx
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.