zim305 Posted March 17, 2013 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
PewN Posted March 18, 2013 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
Cyrix Posted March 17, 2013 Posted March 17, 2013 use bindatcmd http://rathena.org/wiki/bindatcmd Quote
zim305 Posted March 19, 2013 Author Posted March 19, 2013 yay!! it works like a charm...thank you so much TrojanWorm ^^ Quote
krashdragon Posted August 20, 2013 Posted August 20, 2013 hi how about if i want to disable @jump Quote
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
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.