memel25 Posted October 25, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 03/22/13 Last Seen: May 19, 2014 Share Posted October 25, 2013 (edited) Hi guys, Why I can't @reloadatcommand after changing the groups.conf. Error says "Error reading groups.conf, reload failed." Here is my groups.conf content 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 */ commands: true storage: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true go: true autotrade: true warp: true duel: true invite: true accept: true reject: true leave: true autoloot: true alootid: true mail: true itemlist: true rates: true whereis: true guildstorage: true /* changegm: true */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: true autoloot: true alootid: true autotrade: true request: true go: true breakguild: true channel: true langtype: true } permissions: { } }, { id: 2 name: "Support" inherit: ( "Super Player" ) level: 1 commands: { version: true where: true jumpto: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true users: true broadcast: true localbroadcast: true } log_commands: true permissions: { receive_requests: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 1 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] raise: true raisemap: [true, true] day: false night: false skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true guildrecall: true monsterignore: true partyrecall: true refine: [true, true] kami: true itemreset: true storeall: true fakename: true recall: true agitstart: true agitend: true agitstart2: true agitend2: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] raise: true raisemap: [true, true] day: false night: false skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true guildrecall: true monsterignore: true partyrecall: true refine: [true, true] kami: true itemreset: true storeall: true hide: true follow: true kick: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true agitstart: true agitend: true jobchange: true jlvl: true blvl: true refine: true allskill: true allstats: true agitstart2: true agitend2: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true channel_admin: true can_trade_bounded: true } } ) Thanks in advance. Edited October 25, 2013 by Capuche Insert the group in Code <> Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 25, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 25, 2013 No need to restart the server to refresh the group you made a duplicate of a command in the 'Law Enforcement" group refine: [true, true] kami: true...... jobchange: true jlvl: true blvl: true refine: true 1 Quote Link to comment Share on other sites More sharing options...
iraciz Posted October 25, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted October 25, 2013 (edited) To make this changes effectives you need to restart the server. Any change that involves comand edition, mapflags, and client configurations also requiere a server restart. pd: you dont need to post the whole groups, or maybe could make it shorter inside a spoiler here Edited October 25, 2013 by iraciz Quote Link to comment Share on other sites More sharing options...
iraciz Posted October 25, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted October 25, 2013 No need to restart the server to refresh the group you made a duplicate of a command in the 'Law Enforcement" group refine: [true, true] kami: true ... ... jobchange: true jlvl: true blvl: true refine: true zeny: [true, true] disguise: [true, true] undisguise: [true, true] Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 26, 2013 And just to add; you could have tried to restart your server. And map server would have told you what exactly was the problem. Just saying it won't hurt to try solving things first on our own first, it helps us grow Quote Link to comment Share on other sites More sharing options...
memel25 Posted October 26, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 03/22/13 Last Seen: May 19, 2014 Author Share Posted October 26, 2013 Thanks Capuche My apology for the long quoted message xD Quote Link to comment Share on other sites More sharing options...
Question
memel25
Hi guys,
Why I can't @reloadatcommand after changing the groups.conf.
Error says "Error reading groups.conf, reload failed."
Here is my groups.conf content
Thanks in advance.
Edited by CapucheInsert the group in Code <>
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.