Jump to content
  • 0

@ii @mi for player lvl 0


mukabuku

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   1
  • Joined:  10/04/12
  • Last Seen:  

helo im still new in rathena... how i can put command @mi and @ii for player? i already search for similar topic but not found.. somebody please help me..

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

trunk/conf/groups.conf add the commands they can use:

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

@mi and @ii aliases are already defined in trunk/conf/atcommand_athena.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   1
  • Joined:  10/04/12
  • Last Seen:  

thank you so much

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