Talon Posted October 17, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share Posted October 17, 2014 Can someone help me please? I tried to add more group and give some commands to the specific group, however I got warning msg when started the server... Not sure what it cursed it too groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( "Player" ) /* can do everything Players can and more */ 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 autoloottype: true autotrade: true request: true //go: true breakguild: true channel: true //langtype: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ } 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 view_equipment: 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 day: true night: true skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true refreshall: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 5 name: "VIP" inherit: ( "Player" ) /* can do everything Players can */ level: 0 commands: { /* informational commands */ } permissions: { /* no permissions by default */ } }, { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { commands: true hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true go: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true broadcast: true localbroadcast: true jobchange: true refresh: 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: 20 name: "Special GM" inherit: ( "Support", "Law Enforcement" ) level: 3 commands: { commands: true hide: true follow: true //kick: true disguise: 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 itemlist: true stats: true zeny: false raise: true day: true night: true } log_commands: true permissions: { can_trade: false join_chat: true //kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 80 name: "Special GM2" inherit: ( "Support", "Law Enforcement" ) level: 7 commands: { commands: true hide: true follow: true kick: true disguise: 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 itemlist: true stats: true zeny: true raise: true day: true night: true } log_commands: true permissions: { can_trade: false 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 item_unconditional: false bypass_stat_onclone: true bypass_max_stat: true /* all_permission: true */ } } ) Quote Link to comment Share on other sites More sharing options...
Winz Posted October 17, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 17, 2014 (edited) replace id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 -->> inherit: ( "Player" ) /* can do everything Players can and more */ with: id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) The problem is: you are assigning commands for normal players, and you ask the server to read the permissions given to normal player. when the server is reading the commands for normal players, server is asked to read the permissions given to normal player. when the server is reading the commands for normal players, server is asked to read the permissions given to normal player. in other word, yes, infinite loop. group ID 0 shall not inherit commands from others since it's the lowest one. Edited October 17, 2014 by Winz 1 Quote Link to comment Share on other sites More sharing options...
Talon Posted October 21, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Author Share Posted October 21, 2014 Thanks, it's now solved Quote Link to comment Share on other sites More sharing options...
Winz Posted October 22, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 22, 2014 sure, glad I could be a help Quote Link to comment Share on other sites More sharing options...
Question
Talon
Can someone help me please? I tried to add more group and give some commands to the specific group, however I got warning msg when started the server... Not sure what it cursed it too
Link to comment
Share on other sites
3 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.