Natsu Dragneel Posted October 5, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Share Posted October 5, 2012 (edited) Im having problem editing this to give commands to those normal players, https://rathena.svn....onf/groups.conf I tried to edit like this but I received syntax error /* groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) 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 main: true autoloot: true alootid: true autotrade: true request: true go: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true Edited October 5, 2012 by Emistry Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Mystery Posted October 5, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted October 5, 2012 Follow the template of ones already there. 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 */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, You're missing a few brackets. 1 Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted October 5, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Author Share Posted October 5, 2012 thx Mystrs! SOLVED! Quote Link to comment Share on other sites More sharing options...
Question
Natsu Dragneel
Im having problem editing this to give commands to those normal players, https://rathena.svn....onf/groups.conf
I tried to edit like this but I received syntax error
Edited by EmistryPlease use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites
2 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.