madtoyz Posted September 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted September 24, 2012 im user of rAthena Revision 16758 may i know how to block @item2 and @produce ? Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 24, 2012 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 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 Link to comment Share on other sites More sharing options...
madtoyz Posted September 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Author Share Posted September 24, 2012 where i can find the bindatcmd ? Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 24, 2012 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 September 24, 2012 It's a script. http://rathena.org/wiki/Adding_a_Script Quote Link to comment Share on other sites More sharing options...
madtoyz Posted September 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Author Share Posted September 24, 2012 thanks,its solve... Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Question
madtoyz
im user of rAthena Revision 16758
may i know how to block @item2 and @produce ?
Link to comment
Share on other sites
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.