Jump to content
  • 0

How To Add Commands in Level 0 Player


Messi

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/29/12
  • Last Seen:  

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
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  231
  • Reputation:   9
  • Joined:  12/16/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/29/12
  • Last Seen:  

all cant help =(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   35
  • Joined:  12/13/11
  • Last Seen:  

http://rathena.org/w...f.2Fgroups.conf, Please read the wiki before u ask questions :/
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...