antigm2 Posted July 6, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 05/01/12 Last Seen: July 27, 2013 Share Posted July 6, 2013 how do we disable #commands on other gm's to avoid biases?for example this is the script of eAthena on how they remove or restrict certain gm level to use #charcommands command @,# warp 10,99 storage 10,99 I saw this on conf/atcommand_athen.conf atcommand_symbol : "@" charcommand_symbol: "#" removing the whole line of "charcommand_symbol: "#"" will disable the whole #char command? or how do we just restrict it to other gms? Quote Link to comment Share on other sites More sharing options...
Vincent Posted July 6, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted July 6, 2013 if i understand you: You wanna restrict commands for other GM? then go to trunk/conf/groups.conf. This file defines "player groups" and their privileges. Each group has its id and name, lists of available commands and other permissions, and a list of other groups it inherits from. Quote Link to comment Share on other sites More sharing options...
antigm2 Posted July 6, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 05/01/12 Last Seen: July 27, 2013 Author Share Posted July 6, 2013 (edited) i understand the groups. what i mean is thati am allowing my gm to use @blevel but not the #blevel command. because he might use it to level his characters or worse other player's characters. Edited July 6, 2013 by antigm2 Quote Link to comment Share on other sites More sharing options...
Vincent Posted July 6, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted July 6, 2013 Or make a script that broadcast if a GM use #blevel so i cant use it woitout the server knows it Quote Link to comment Share on other sites More sharing options...
uDe Posted July 6, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share Posted July 6, 2013 In trunk/conf/group.conf <commandname> : [ <bool>, <bool> ] First boolean value is for atcommand, second one for charcommand. If set to true, group can use command. If only atcommand value is provided, false is assumed for charcommand. If a command name is not included, false is assumed for both atcommand and charcommand. For a full list of available commands, see: doc/atcommands.txt. Command names must not be aliases. So, It should be like this : { id: 20 name: "Event" inherit: ( "Support" ) level: 20 commands: { blvl: [true, false] } log_commands: true permissions: { } }, Please correct me if I'm wrong. Quote Link to comment Share on other sites More sharing options...
antigm2 Posted July 7, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 05/01/12 Last Seen: July 27, 2013 Author Share Posted July 7, 2013 (edited) @ude i know that we could make it as false but what i mean is that the command is still available to use but for the #charcommand it's disabled.for example for the eathena commandsblvl 40,99 in this configuration gm's that are level 40 can use the @blvl command but not #blvl commands. to be able to use the #blvl command the gm's level should be 99. by gm's level meaning its group id. Edited July 7, 2013 by antigm2 Quote Link to comment Share on other sites More sharing options...
Critica Posted July 7, 2013 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted July 7, 2013 as stated above blvl: [true, false] Quote Link to comment Share on other sites More sharing options...
helvetica Posted July 7, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 105 Reputation: 67 Joined: 04/05/13 Last Seen: April 25, 2019 Share Posted July 7, 2013 [true,false] means that group can use the command on themselves but not as a # command targetted at others Quote Link to comment Share on other sites More sharing options...
mofo Posted July 8, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 69 Reputation: 4 Joined: 07/02/12 Last Seen: November 3, 2013 Share Posted July 8, 2013 yep, those settings are the same for normal players by default. that's why they can't make other players use #go or any other command. Just follow the format they posted. Quote Link to comment Share on other sites More sharing options...
antigm2 Posted July 8, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 05/01/12 Last Seen: July 27, 2013 Author Share Posted July 8, 2013 ohhh shizz i think i get it AHAHHA i thought the true, false are choices ))) sorry for the argue hehe ill try now Quote Link to comment Share on other sites More sharing options...
Question
antigm2
how do we disable #commands on other gm's to avoid biases?
for example this is the script of eAthena on how they remove or restrict certain gm level to use #charcommands
removing the whole line of "charcommand_symbol: "#"" will disable the whole #char command? or how do we just restrict it to other gms?
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.