Jump to content

Question

Posted

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 

7 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted
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.

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...