geoffreypogi Posted April 11, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Share Posted April 11, 2017 Hi guys, I'm not sure if im on the right page. If not, kindly move this post to the right one. Here's my question: My players can use # commands. such as #storage #go. I want to remove this and only enable it on my GM's. Here's my player's group.conf { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true whereis: true request: true hominfo: true go: true breakguild: true autoloot: true alootid: true autoloottype: true duel: true accept: true reject: true storage: true gstorage: true changegm: true guildstorage: true leave: true autotrade: true feelreset: true load: true guild: true noks: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, Quote Link to comment Share on other sites More sharing options...
0 Jey Posted April 12, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 249 Reputation: 73 Joined: 10/20/12 Last Seen: August 16, 2018 Share Posted April 12, 2017 (edited) > I see. How can I remove "storage" on @charcommands? it seems like it is a script bound command. > btw, I tried using [ true,false ] and it does not work before... Can you be a bit more precise? If you want to disable the use of scriptbound charcommands just set the charcommand level to something higher than zero: *bindatcmd "<command>","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>}; Edited April 16, 2017 by Jey Quote Link to comment Share on other sites More sharing options...
0 Jey Posted April 11, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 249 Reputation: 73 Joined: 10/20/12 Last Seen: August 16, 2018 Share Posted April 11, 2017 Just remove this line: charcommands: true Quote Link to comment Share on other sites More sharing options...
0 geoffreypogi Posted April 11, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Author Share Posted April 11, 2017 53 minutes ago, Jey said: Just remove this line: charcommands: true still the same... Quote Link to comment Share on other sites More sharing options...
0 Jey Posted April 11, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 249 Reputation: 73 Joined: 10/20/12 Last Seen: August 16, 2018 Share Posted April 11, 2017 (edited) Are there any other changes that may affect your atcommand settings? Normally you need to explicitly allow charcommands like: item: [true, true] The second true allows the char command. Unless the group has the permission "all_commands". Edit: My first post is just wrong, sorry for that. See: @charcommands Displays a list of # commands available to the player. Edit2: Recheck which commands are concerned. Maybe you are mixing these commands with script bound commands? Edited April 11, 2017 by Jey Quote Link to comment Share on other sites More sharing options...
0 geoffreypogi Posted April 12, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Author Share Posted April 12, 2017 10 hours ago, Jey said: Are there any other changes that may affect your atcommand settings? Normally you need to explicitly allow charcommands like: item: [true, true] The second true allows the char command. Unless the group has the permission "all_commands". Edit: My first post is just wrong, sorry for that. See: @charcommands Displays a list of # commands available to the player. Edit2: Recheck which commands are concerned. Maybe you are mixing these commands with script bound commands? I see. How can I remove "storage" on @charcommands? it seems like it is a script bound command. Quote Link to comment Share on other sites More sharing options...
0 geoffreypogi Posted April 12, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Author Share Posted April 12, 2017 btw, I tried using [ true,false ] and it does not work before... Quote Link to comment Share on other sites More sharing options...
0 geoffreypogi Posted April 16, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Author Share Posted April 16, 2017 where can I find this? *bindatcmd "<command>","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>}; im using Rathena... Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 16, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 16, 2017 (edited) bindatcmd is used to create custom commands using npc scripts, if you are unable to turn off a command in groups, may be you using a npc script, which is with bindatcmd function so find the script and remove that from ur npc scripts list. then your problem might be solved Edited April 16, 2017 by Cyro Quote Link to comment Share on other sites More sharing options...
0 geoffreypogi Posted April 25, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 05/13/16 Last Seen: October 4, 2017 Author Share Posted April 25, 2017 On 4/16/2017 at 2:25 PM, Cyro said: bindatcmd is used to create custom commands using npc scripts, if you are unable to turn off a command in groups, may be you using a npc script, which is with bindatcmd function so find the script and remove that from ur npc scripts list. then your problem might be solved Hi! Thanks for the reply. Can you send me a script like this? I just want to remove the #storage from players. It seems that some of them are using this to stall other players during pvp and woe. Quote Link to comment Share on other sites More sharing options...
Question
geoffreypogi
Hi guys,
I'm not sure if im on the right page. If not, kindly move this post to the right one.
Here's my question:
My players can use # commands. such as #storage #go. I want to remove this and only enable it on my GM's.
Here's my player's group.conf
Link to comment
Share on other sites
9 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.