uDe Posted October 17, 2012 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 October 17, 2012 (edited) Hello.. I've successsfully adding some commands and permissions to GM's. But, these 3 commands got error? here's the SS : non_existent command name? I've already check on doc/atcommant.txt @homevolve Evolves your homunculus, if possible. @hlvl <+/- amount> Changes homunculus level by the specified amount. @battleignore Makes you immune to attacks (monsters/players/skills cannot target/hit you). and here's my group.conf setting for specified GM group to be added : Super Player (for @homevolve & @hlvl) : { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 1 commands: { /* informational commands */ charcommands: false afk: true dye: true hairstyle: true haircolor: true pettalk: true me: true mobinfo: true iteminfo: true whodrops: true help: true uptime: true showdelay: true exp: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: false main: true version: true homevolve: true hlvl: true homfriendly: true homhungry: true } permissions: { } }, and GM level 80 (for @battleignore) : { id: 80 name: "Support Staff" inherit: ( "Support" ) level: 80 commands: { follow: false kick: true disguise: true undisguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: false cartlist: false itemlist: false stats: false item: [true, false] jump: true skillon: true skilloff: true partyrecall: true glvl: true kami: true kamib: true kamic: true battleignore: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: false view_hpmeter: false disable_pvm: true disable_pvp: true can_trade: false } }, Also I've checked on conf/atcommand_athena.conf : 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"] } But all those command can be used for Admin. Edited October 17, 2012 by uDe Quote Link to comment Share on other sites More sharing options...
PapaZola Posted October 17, 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 October 17, 2012 (edited) try like this homlevel: true homevolution: true monsterignore: true Edited October 17, 2012 by PapaZola Quote Link to comment Share on other sites More sharing options...
uDe Posted October 17, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted October 17, 2012 try like this homlevel: true homevolution: true monsterignore: true Thanks PapZola.. So, the conclusion here, I need to use command name from atcommand_athena.conf in group.conf Quote Link to comment Share on other sites More sharing options...
PapaZola Posted October 17, 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 October 17, 2012 yeah Quote Link to comment Share on other sites More sharing options...
uDe Posted October 17, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted October 17, 2012 Thank you. Problem solved. Quote Link to comment Share on other sites More sharing options...
Question
uDe
Hello..
I've successsfully adding some commands and permissions to GM's. But, these 3 commands got error?
here's the SS :
non_existent command name?
I've already check on doc/atcommant.txt
and here's my group.conf setting for specified GM group to be added :
Super Player (for @homevolve & @hlvl) :
and GM level 80 (for @battleignore) :
Also I've checked on conf/atcommand_athena.conf :
But all those command can be used for Admin.
Edited by uDeLink to comment
Share on other sites
4 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.