Jump to content
  • 0

How To Add Commands in Level 0 Player


Question

Posted (edited)

I need some help..why i cant make command to players level 0 which mean normal player ? i m trying to put and enable command in groups.conf

but i still cant use the command in game with normal player mode.Need someone to help..

i hope i can get a guide on it =(

Edited by Messi

4 answers to this question

Recommended Posts

Posted

Go to conf folder then open atcommand_athena.conf

Just edit the 1st line

Example:

// Displays a list of @ commands available to the player.

commands: 0,10

0 = Commands to All Account Level using @commands

40 = Account Level 40+ , This one enable the GM to use @commands to player using #

example: #commands Name

Posted (edited)

Go to conf/groups.conf

Search for id:0 which means group 0 is the default group for every new account.

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 */
}
permissions: {
 /* without this basic permissions regular players could not
 trade or party */
 can_trade: true
 can_party: true
// add commands here. 
// Example

/* feature commands */
refresh: true
noask: true
noks: true
main: true
autoloot: true
alootid: true
autotrade: true
request: true
go: true
}

Edited by Cuspid

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