Jump to content
  • 0

atcommands


iiNovocaine

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  03/08/12
  • Last Seen:  

How do you make it so that way every one can use atcommands such as @go / @warp

i am using rathena.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   36
  • Joined:  01/21/13
  • Last Seen:  

Edit groups.conf in your trunk/conf/ folder. Apply the commands you want to Group ID 0 and define them as true. See the example below.

{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
	/* informational commands */
	commands: true
	charcommands: true
	help: true
	rates: true
	uptime: true
	showdelay: true
	exp: true
	mobinfo: true
	iteminfo: true
	whodrops: true
	time: true
	jailtime: true
	hominfo: true
	homstats: true
	showexp: true
	showzeny: true
	whereis: true
}
permissions: {
	/* without this basic permissions regular players could not
	trade or party */
	can_trade: true
	can_party: true
}
},
{
id: 1
name: "Super Player"
inherit: ( "Player" ) /* can do everything Players can and more */
level: 0
commands: {
	/* feature commands */
	refresh: true
	noask: true
	noks: true
	main: true
	autoloot: true
	alootid: true
	autotrade: true
	request: true
	go: true
	breakguild: true
}
permissions: {
}
}

Edited by Via
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  03/08/12
  • Last Seen:  

For some reason now, im getting kicked from the server,

getting a warning

[Warning] pc_group_pc_load: (AID:2000001) logged in with unknown group id (0)! kicking.....

then when i used the GM account it said the same except (99)!

any help here

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