madtoyz Posted September 24, 2012 Posted September 24, 2012 im user of rAthena Revision 16758 may i know how to block @item2 and @produce ? Quote
Euphy Posted September 24, 2012 Posted September 24, 2012 From... who? If a group other than 'admin' has the permission, remove it from conf\groups.conf; if you want to remove it from the 'admin' group, you could do one of two things: Remove this permission:all_commands: true Then add all the commands you want admins to have manually. Use bindatcmd to block the two scripts:- script block_atcmd -1,{ OnInit: bindatcmd("item2",strnpcinfo(0)+"::OnBlock",99,99); bindatcmd("produce",strnpcinfo(0)+"::OnBlock",99,99); end; OnBlock: message strcharinfo(0),"This command is disabled."; end; } Quote
madtoyz Posted September 24, 2012 Author Posted September 24, 2012 where i can find the bindatcmd ? Quote
Euphy Posted September 24, 2012 Posted September 24, 2012 It's a script. http://rathena.org/wiki/Adding_a_Script Quote
Emistry Posted September 25, 2012 Posted September 25, 2012 where i can find the bindatcmd ? Bindatcmd it's added in script command in rAthena.. if you are using eA ,..you can just try adding the diff manually check tracker or ToastOfDoom's Topic in old eA forum. Quote
Question
madtoyz
im user of rAthena Revision 16758
may i know how to block @item2 and @produce ?
5 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.