teknical Posted November 15, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Share Posted November 15, 2015 Hi I just opened up a server and everyone that joins the server is set for group id 0. i want to make it so when people register it automatically puts the into group id 1 so they have the @ commands. Quote Link to comment Share on other sites More sharing options...
0 Haziel Posted November 15, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 15, 2015 Usually, It's a modification you need to do on your Control Panel/Website, since there's where the Accounts get their initial Group IDs. Quote Link to comment Share on other sites More sharing options...
0 Varyss Posted November 15, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 23 Reputation: 2 Joined: 11/10/15 Last Seen: December 31, 2015 Share Posted November 15, 2015 (edited) trunk\conf\groups.conf just add whatever commands you want. much simpler since you want every player to be able to use em. Edited November 15, 2015 by Varyss Quote Link to comment Share on other sites More sharing options...
0 teknical Posted November 15, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Author Share Posted November 15, 2015 trunk\conf\groups.conf just add whatever commands you want. much simpler since you want every player to be able to use em. ive tried that and it comes up with an error when i restart the server Quote Link to comment Share on other sites More sharing options...
0 Varyss Posted November 15, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 23 Reputation: 2 Joined: 11/10/15 Last Seen: December 31, 2015 Share Posted November 15, 2015 (edited) weird... I just tried it and got no error. my groups.conf: groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 99 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: 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 */ 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: { } }, Edited November 15, 2015 by Varyss Quote Link to comment Share on other sites More sharing options...
0 teknical Posted November 15, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Author Share Posted November 15, 2015 weird... I just tried it and got no error. my groups.conf: groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 99 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: 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 */ 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: { } }, ye just got it to work... my dumdum self put the commands under permisions Quote Link to comment Share on other sites More sharing options...
Question
teknical
Hi I just opened up a server and everyone that joins the server is set for group id 0. i want to make it so when people register it automatically puts the into group id 1 so they have the @ commands.
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.