Jump to content
  • 0

atcommand reload groups.conf


memel25

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  03/22/13
  • Last Seen:  

Hi guys,

 

Why I can't @reloadatcommand after changing the groups.conf.

 

Error says "Error reading groups.conf, reload failed."

 

Here is my groups.conf content

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
        storage: true
        mobinfo: true
        iteminfo: true
        whodrops: true
        time: true
        jailtime: true
        hominfo: true
        go: true
        autotrade: true
        warp: true
        duel: true
        invite: true
        accept: true
        reject: true
        leave: true
        autoloot: true
        alootid: true
        mail: true
        itemlist: true
        rates: true
        whereis: true
        guildstorage: true
        /* changegm: true */
    }
    permissions: {
        /* without this basic permissions regular players could not 
        trade or party */
        can_trade: true
        can_party: true
    }
},
{
    id: 1
    name: "Super Player"
    inherit: ( "Player" ) /* can do everything Players can and more */
    level: 0
    commands: {
        /* informational commands */
        commands: true
        charcommands: true
        help: true
        rates: true
        uptime: true
        showdelay: true
        exp: true
        mobinfo: true
        iteminfo: true
        whodrops: true
        time: true
        jailtime: true
        hominfo: true
        homstats: true
        showexp: true
        showzeny: true
        whereis: true
        /* feature commands */
        refresh: true
        noask: true
        noks: true
        autoloot: true
        alootid: true
        autotrade: true
        request: true
        go: true
        breakguild: true
        channel: true
        langtype: true
    }
    permissions: {
    }
},
{
    id: 2
    name: "Support"
    inherit: ( "Super Player" )
    level: 1
    commands: {
        version: true
        where: true
        jumpto: true
        who: true
        who2: true
        who3: true
        whomap: true
        whomap2: true
        whomap3: true
        users: true
        broadcast: true
        localbroadcast: true
    }
    log_commands: true
    permissions: {
        receive_requests: true
    }
},
{
    id: 3
    name: "Script Manager"
    inherit: ( "Support" )
    level: 1
    commands: {
        tonpc: true
        hidenpc: true
        shownpc: true
        loadnpc: true
        unloadnpc: true
        npcmove: true
        addwarp: true
    }
    log_commands: true
    permissions: {
        any_warp: true
    }
},
{
    id: 4
    name: "Event Manager"
    inherit: ( "Support" )
    level: 1
    commands: {
        monster: true
        monstersmall: true
        monsterbig: true
        killmonster2: true
        cleanarea: true
        cleanmap: true
        item: [true, true]
        zeny: [true, true]
        disguise: [true, true]
        undisguise: [true, true]
        size: [true, true]
        raise: true
        raisemap: [true, true]
        day: false
        night: false
        skillon: true
        skilloff: true
        pvpon: true
        pvpoff: true
        gvgon: true
        gvgoff: true
        allowks: true
        me: true
        marry: true
        divorce: true
        guildrecall: true
        monsterignore: true
        partyrecall: true
        refine: [true, true]
        kami: true
        itemreset: true
        storeall: true
        fakename: true
        recall: true
        agitstart: true
        agitend: true
        agitstart2: true
        agitend2: true
    }
    log_commands: true
    permissions: {
        can_trade: false
        any_warp: true
    }
},
{
    id: 10
    name: "Law Enforcement"
    inherit: ( "Support" )
    level: 2
    commands: {
        monster: true
        monstersmall: true
        monsterbig: true
        killmonster2: true
        cleanarea: true
        cleanmap: true
        item: [true, true]
        zeny: [true, true]
        disguise: [true, true]
        undisguise: [true, true]
        size: [true, true]
        raise: true
        raisemap: [true, true]
        day: false
        night: false
        skillon: true
        skilloff: true
        pvpon: true
        pvpoff: true
        gvgon: true
        gvgoff: true
        allowks: true
        me: true
        marry: true
        divorce: true
        guildrecall: true
        monsterignore: true
        partyrecall: true
        refine: [true, true]
        kami: true
        itemreset: true
        storeall: true
        hide: true
        follow: true
        kick: true
        fakename: true
        option: true
        speed: true
        warp: true
        kill: true
        recall: true
        ban: true
        block: true
        jail: true
        jailfor: true
        mute: true
        storagelist: true
        cartlist: true
        agitstart: true
        agitend: true
        jobchange: true
        jlvl: true
        blvl: true
        refine: true
        allskill: true
        allstats: true
        agitstart2: true
        agitend2: true
    }
    log_commands: true
    permissions: {
        join_chat: true
        kick_chat: true
        hide_session: true
        who_display_aid: true
        hack_info: true
        any_warp: true
        view_hpmeter: true
    }
},
{
    id: 99
    name: "Admin"
    level: 99
    inherit: ( "Support", "Law Enforcement" )
    commands: {
        /* not necessary due to all_commands: true */
    }
    log_commands: true
    permissions: {
        can_trade: true
        can_party: true
        all_skill: false
        all_equipment: false
        skill_unconditional: false
        use_check: true
        use_changemaptype: true
        all_commands: true
        channel_admin: true
        can_trade_bounded: true
    }
}
)

 

Thanks in advance.

Edited by Capuche
Insert the group in Code <>
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

No need to restart the server to refresh the group

you made a duplicate of a command in the 'Law Enforcement" group

        refine: [true, true]
        kami: true
...
...
        jobchange: true
        jlvl: true
        blvl: true
        refine: true

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

To make this changes effectives

you need to restart the server.

 

Any change that involves comand edition, mapflags, and client configurations also requiere a server restart.

 

pd: you dont need to post the whole groups, or maybe could make it shorter inside a spoiler

 

here

Edited by iraciz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

No need to restart the server to refresh the group

you made a duplicate of a command in the 'Law Enforcement" group

        refine: [true, true]

        kami: true

...

...

        jobchange: true

        jlvl: true

        blvl: true

        refine: true

        zeny: [true, true]
        disguise: [true, true]
        undisguise: [true, true]
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  116
  • Reputation:   4
  • Joined:  01/11/12
  • Last Seen:  

And just to add;

you could have tried to restart your server. And map server would have told you what exactly was the problem.

Just saying it won't hurt to try solving things first on our own first, it helps us grow  /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  03/22/13
  • Last Seen:  

Thanks Capuche ^_^

 

My apology for the long quoted message xD

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