Sapito Sucio Posted August 8, 2012 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
Seizure Posted August 8, 2012 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
Emistry Posted August 11, 2012 Posted August 11, 2012 Where can I find this folder?? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf Quote
MisUah Posted August 16, 2012 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
Mystery Posted August 16, 2012 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
MisUah Posted August 17, 2012 Posted August 17, 2012 O_O ow yeah I am using eAthena... why I can't find it O_O Quote
Mystery Posted August 17, 2012 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
MisUah Posted August 17, 2012 Posted August 17, 2012 maybe you are right mmmmm gonna look for server download for rAthena hope I can find it hehehe Quote
Mystery Posted August 17, 2012 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
tjungz212 Posted September 2, 2012 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
Emistry Posted September 3, 2012 Posted September 3, 2012 did you reload the setting ? did the map server show any error ? check all..... Quote
tjungz212 Posted September 3, 2012 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
Question
Sapito Sucio
in groups.cond says this :
how to make each new account to be Group 1 ?
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.