Jump to content
  • 0

Setting Commands for normal players


Sapito Sucio

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   85
  • Joined:  04/10/12
  • Last Seen:  

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 ?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   5
  • Joined:  06/17/12
  • Last Seen:  

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 by Seizure
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

Where can I find this folder?? :D

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

Ah ok I got it :D 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Ah ok I got it :D 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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

O_O ow yeah I am using eAthena... why I can't find it O_O

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

this is already activated in rAthena
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

maybe you are right mmmmm gonna look for server download for rAthena hope I can find it hehehe :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

did you reload the setting ? did the map server show any error ?

check all.....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

No error in login , char , map sql

is there another place for config setting than in group.conf I ask if there are examples

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...