Lelouch vi Britannia Posted February 14, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted February 14, 2012 can i have a little question about the New GM, Commands & Permissions system .how can i add commands for normal player like @alootid ,@autoloot ,@at ,@mi ,@duel and other commands coz im a lil bit confused . Quote Link to comment Share on other sites More sharing options...
integral Posted February 17, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Share Posted February 17, 2012 In your conf/groups.conf Look for this groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ Then add this. alootid: true autoloot: true autotrade: true mobinfo: true So it will look like this, groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ alootid: true autoloot: true autotrade: true mobinfo: true You can find the rest of the commands inside the groups.conf Quote Link to comment Share on other sites More sharing options...
Vietlubu Posted February 19, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share Posted February 19, 2012 (edited) How to give some commands for normal player? Edited February 20, 2012 by Brian *merged topics Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 01:10 PM Share Posted February 19, 2012 edit conf/atcommand_conf forget changed already Quote Link to comment Share on other sites More sharing options...
Vietlubu Posted February 19, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share Posted February 19, 2012 (edited) edit conf/atcommand_conf atcommand_athena.conf /* Atcommands and charcommands configuration file */ /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases You can define aliases for any command. Aliases work just like original command. Format is <commandname>: ["<alias>", ...] */ aliases: { mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] autotrade: ["at"] help: ["h"] jumpto: ["goto", "warpto"] mount: ["mountpeco"] who: ["whois"] npctalk: ["npctalkc"] gvgon: ["gpvpon"] gvgoff: ["gpvpoff"] jobchange: ["job"] load: ["return"] warp: ["rura", "mapmove"] dye: ["ccolor"] hairstyle: ["hstyle"] haircolor: ["hcolor"] monster: ["spawn"] blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"] jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"] glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"] allskill: ["allskills", "skillall", "skillsall"] allstats: ["allstat", "statall", "statsall"] ban: ["banish"] unban: ["unbanish"] unjail: ["discharge"] homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"] homevolution: ["homevolve"] mutearea: ["stfu"] monsterignore: ["battleignore"] raise: ["revive"] kill: ["die"] } /* Commands help file */ help: { @include "conf/help.txt" } Edited February 24, 2012 by Emistry Codeboxed Content Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 01:10 PM Share Posted February 19, 2012 just put whatever "word" you want for the command and recompile ur server then it is done... For Example mutearea: ["stfu"] change to mutearea: ["stfu","mute","shutup"] then in game you should be able to use @mute / @shutup correct if i am wrong~ 1 Quote Link to comment Share on other sites More sharing options...
Vietlubu Posted February 19, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share Posted February 19, 2012 thanks for help, but i want give all player Group 0 some commands Group 99 (GM) can use all commands Quote Link to comment Share on other sites More sharing options...
integral Posted February 19, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Share Posted February 19, 2012 Have you checked this? Click Me! 2 Quote Link to comment Share on other sites More sharing options...
Brian Posted February 20, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted February 20, 2012 edit conf/atcommand_conf forget changed already The new file is /conf/groups.conf Quote Link to comment Share on other sites More sharing options...
PapaZola Posted February 24, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted February 24, 2012 aww confuse hehehe Quote Link to comment Share on other sites More sharing options...
Scripter Posted April 26, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 04/15/12 Last Seen: November 17, 2014 Share Posted April 26, 2012 nice Quote Link to comment Share on other sites More sharing options...
Question
Lelouch vi Britannia
can i have a little question about the New GM, Commands & Permissions system .how can i add commands for normal player like @alootid ,@autoloot ,@at ,@mi ,@duel and other commands coz im a lil bit confused .
Link to comment
Share on other sites
10 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.