Jump to content
  • 0

changing new players group id


teknical

Question


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

Hi I just opened up a server and everyone that joins the server is set for group id 0.  i want to make it so when people register it automatically puts the into group id 1 so they have the @ commands.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Usually, It's a modification you need to do on your Control Panel/Website, since there's where the Accounts get their initial Group IDs.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  11/10/15
  • Last Seen:  

trunk\conf\groups.conf

just add whatever commands you want.

 

much simpler since you want every player to be able to use em.

Edited by Varyss
Link to comment
Share on other sites

  • 0

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

trunk\conf\groups.conf

just add whatever commands you want.

 

much simpler since you want every player to be able to use em.

ive tried that and it comes up with an error when i restart the server

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  11/10/15
  • Last Seen:  

weird... I just tried it and got no error. my groups.conf:

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
    }
    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: {
    }
},
Edited by Varyss
Link to comment
Share on other sites

  • 0

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

 

weird... I just tried it and got no error. my groups.conf:

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
    }
    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: {
    }
},

ye just got it to work... my dumdum self put the commands under permisions

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