Jump to content
  • 0

group permission not working.


IsabelaFernandez

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 0
    inherit: ( /*empty list*/ )
    commands: {
        changedress: true
        warp: true
        go: true
    }
    permissions: {
        /* without this basic permissions regular players could not 
        trade or party */
        can_trade: true
        can_party: true
        command_enable: true
        attendance: true
    }
},

 

Group lvl 0 not working @go and @warp 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

5 hours ago, IsabelaFernandez said:

groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 0
    inherit: ( /*empty list*/ )
    commands: {
        changedress: true
        warp: true
        go: true
    }
    permissions: {
        /* without this basic permissions regular players could not 
        trade or party */
        can_trade: true
        can_party: true
        command_enable: true
        attendance: true
    }
},

 

Group lvl 0 not working @go and @warp 

1. make sure no error while starting server regarding groups.conf.

2. make sure test it using group id 0. not 1, 5 or anything else.

if u still got problem, use the default groups.conf from rathena and just add that 2 commands in commands curly bracket.

@reloadatcommand after that.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

13 hours ago, Chaos92 said:

1. make sure no error while starting server regarding groups.conf.

2. make sure test it using group id 0. not 1, 5 or anything else.

if u still got problem, use the default groups.conf from rathena and just add that 2 commands in commands curly bracket.

@reloadatcommand after that.

the issue is that I'm already in the default, I just added the lines go: true
and warp: true and it just doesn't work.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

9 hours ago, IsabelaFernandez said:

the issue is that I'm already in the default, I just added the lines go: true
and warp: true and it just doesn't work.

check the log when starting server. see any errors shown

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

On 4/15/2022 at 6:56 AM, Chaos92 said:

check the log when starting server. see any errors shown

nothing wrong... idk why not working

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  816
  • Reputation:   236
  • Joined:  01/30/13
  • Last Seen:  

groups.conf is no longer used, it was converted to YAML format: https://github.com/rathena/rathena/blob/master/conf/groups.yml

If you had manual modifications to the group rights, you will have to do them again in the new file.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  816
  • Reputation:   236
  • Joined:  01/30/13
  • Last Seen:  

There is no conversion, just apply the changes you want to the new file or via the import folder as usual.

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...