Sapito Sucio Posted August 8, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 189 Reputation: 114 Joined: 04/10/12 Last Seen: 8 hours ago Share Posted August 8, 2012 in groups.cond says this : id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { how to make each new account to be Group 1 ? Quote Link to comment Share on other sites More sharing options...
Seizure Posted August 8, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 65 Reputation: 5 Joined: 06/17/12 Last Seen: October 22, 2012 Share Posted August 8, 2012 (edited) if you want to add commands like @go,@warp ...... example: groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true storage: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true go: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } command:true/false Edited August 8, 2012 by Seizure Quote Link to comment Share on other sites More sharing options...
MisUah Posted August 11, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 11/24/11 Last Seen: February 25, 2014 Share Posted August 11, 2012 Where can I find this folder?? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 11, 2012 Where can I find this folder?? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf Quote Link to comment Share on other sites More sharing options...
MisUah Posted August 16, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 11/24/11 Last Seen: February 25, 2014 Share Posted August 16, 2012 Ah ok I got it I though I can find these on my server folder thanks ^^ one more question how can I activate this? made a note pad named it group,conf and pasted the scripts Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 16, 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 August 16, 2012 Ah ok I got it I though I can find these on my server folder thanks ^^ one more question how can I activate this? made a note pad named it group,conf and pasted the scripts Uh.. this is already activated in rAthena.. no need to do anything else other then customize your group.conf.. o_o Are you using eAthena? Quote Link to comment Share on other sites More sharing options...
MisUah Posted August 17, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 11/24/11 Last Seen: February 25, 2014 Share Posted August 17, 2012 O_O ow yeah I am using eAthena... why I can't find it O_O Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 17, 2012 this is already activated in rAthena Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 17, 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 August 17, 2012 O_O ow yeah I am using eAthena... why I can't find it O_O this is already activated in rAthena Don't add the GroupID formation in eAthena.. you'd probably end up breaking the coding. If you want the GroupID formation.. drop eAthena and switch to rAthena. Quote Link to comment Share on other sites More sharing options...
MisUah Posted August 17, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 11/24/11 Last Seen: February 25, 2014 Share Posted August 17, 2012 maybe you are right mmmmm gonna look for server download for rAthena hope I can find it hehehe Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 17, 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 August 17, 2012 Checkout a clean SVN from rAthena, refer to this post already: http://rathena.org/board/topic/69245-latest-svn-compilation/#entry129201 Or, check out Judas' forums: http://supportmii.com/board/index.php?/forum/18-svn-compilation-releases-trunkstable/ Quote Link to comment Share on other sites More sharing options...
tjungz212 Posted September 2, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 11/21/11 Last Seen: May 30, 2014 Share Posted September 2, 2012 I could not use gm command on group_id 0, for a normal player 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 mobinfo: true iteminfo: true whodrops: true whereis: true jailtime: true autoloot: true alootid: true autotrade: true go: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, { Is there a solution? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 3, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 3, 2012 did you reload the setting ? did the map server show any error ? check all..... Quote Link to comment Share on other sites More sharing options...
tjungz212 Posted September 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 11/21/11 Last Seen: May 30, 2014 Share Posted September 3, 2012 No error in login , char , map sql is there another place for config setting than in group.conf I ask if there are examples Quote Link to comment Share on other sites More sharing options...
Question
Sapito Sucio
in groups.cond says this :
how to make each new account to be Group 1 ?
Link to comment
Share on other sites
13 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.