Jump to content
  • 0

@ Commands don't go through and end up as normal messages


Question

2 answers to this question

Recommended Posts

  • 0
Posted
14 minutes ago, Anacondaqq said:

groups.conf

Thank you.

For anyone wanting a quick paste option.

 

groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 99
    inherit: ( /*empty list*/ )
    commands: {
        /* no commands by default */
    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
        refresh: true
        noask: true
        noks: true
        autoloot: true
        alootid: true
        autoloottype: true
        autotrade: true
        request: true
        go: true
        breakguild: true
        channel: true
        langtype: true
    }
    permissions: {
        /* without this basic permissions regular players could not
        trade or party */
        can_trade: true
        can_party: true
        command_enable: 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
        autoloottype: true
        autotrade: true
        request: true
        go: true
        breakguild: true
        channel: true
        langtype: true
    }
    permissions: {
    }
},

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