Jump to content
  • 0

Setting Commands for normal players


Question

13 answers to this question

Recommended Posts

Posted (edited)

if you want to add commands like @go,@warp ......

example:

groups: (
{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
 commands: true
 storage: true
 mobinfo: true
 iteminfo: true
 whodrops: true
 time: true
 jailtime: true
 hominfo: true
 go: true
}
permissions: {
 /* without this basic permissions regular players could not
 trade or party */
 can_trade: true
 can_party: true
}

command:true/false

Edited by Seizure
Posted

Ah ok I got it :D I though I can find these on my server folder thanks ^^

one more question how can I activate this? made a note pad named it group,conf and pasted the scripts

Posted

Ah ok I got it :D I though I can find these on my server folder thanks ^^

one more question how can I activate this? made a note pad named it group,conf and pasted the scripts

Uh.. this is already activated in rAthena.. no need to do anything else other then customize your group.conf.. o_o Are you using eAthena?

Posted

O_O ow yeah I am using eAthena... why I can't find it O_O

this is already activated in rAthena

Don't add the GroupID formation in eAthena.. you'd probably end up breaking the coding. If you want the GroupID formation.. drop eAthena and switch to rAthena.

Posted

I could not use gm command on group_id 0, for a normal player

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
       mobinfo: true
       iteminfo: true
       whodrops: true
       whereis: true
       jailtime: true
       autoloot: true
       alootid: true
       autotrade: true
       go: true
   }
   permissions: {
       /* without this basic permissions regular players could not
       trade or party */
       can_trade: true
       can_party: true
   }
},
{

Is there a solution?

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