Jump to content
  • 0

[Solved]Command player @die ?


Idolo

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  03/30/12
  • Last Seen:  

Hello I have a little problem my GM char can do @die but not player char.

I tried to set I

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 */
die: true
    }
    permissions: {
        /* without this basic permissions regular players could not
        trade or party */
        can_trade: true
        can_party: true
    }
},

In groups.conf but that's said me "[Warning]: pc_grouds:read_config: non-existent command name 'die', removing... (conf/group.conf:135)"

 

Can you help me please ?

Edited by Idolo
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

Hello I have a little problem my GM char can do @die but not player char.

I tried to set I

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 */
die: true
    }
    permissions: {
        /* without this basic permissions regular players could not
        trade or party */
        can_trade: true
        can_party: true
    }
},

In groups.conf but that's said me "[Warning]: pc_grouds:read_config: non-existent command name 'die', removing... (conf/group.conf:135)"

 

Can you help me please ?

you need to put 

kill: true

die is the alias of kill command.

check atcommand.conf for the correct commands and aliases.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  03/30/12
  • Last Seen:  

Oh! Thanks ! I thought it was for @kill.

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