Jump to content
  • 0

where to enable/disable @commands in rAthena?


Question

5 answers to this question

Recommended Posts

Posted

Yes. Just take the "commands:true" off the "Player" group

OR

 

You can scroll down your group.conf file 'till you find

 

{

id:99

name:"Admin"
level:99
.......

And inside the

"commands:{"

you put the "commands:true" permission.

So only admins will be able to use this...

If u make the same into "Law Enforcement", Law Enforcement characters (the group ID:10) will be able to use it too and so on...

It Works for all commands :)

Got it?

  • Upvote 1
Posted
just like this?

 

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 */


rates: true

uptime: true


autoloot: true

alootid: true

autoloottype: true

autotrade: true

request: true



}

permissions: {

/* without this basic permissions regular players could not 

trade or party */

can_trade: true

can_party: true

}

},

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