Jump to content

problem at normal player @commands


asengjr

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  09/17/12
  • Last Seen:  

hi everyone...why i'm cant add @commands to normal player...
need help plzzz...
im using eAthena SVN Stable/Trunk OLD Release - Revision 14785

thx before...happy.png

Link to comment

  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   16
  • Joined:  12/19/13
  • Last Seen:  

HI,
add commands: [true,false]
conf/groups.txt

groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
	commands: {
		storage:[true,false]
		go: [true,false]
		mail:[true,false]
    	        commands: [true,false]
		who: [true,false]
		help: [true,false]
		rates: [true,false]
		uptime: [true,false]
		showdelay: [true,false]
		exp: [true,false]
		mobinfo: [true,false]
		iteminfo: [true,false]
		whodrops: [true,false]
		time: [true,false]
		jailtime: [true,false]
		hominfo: [true,false]
		homstats: [true,false]
		showexp: [true,false]
		showzeny: [true,false]
		whereis: [true,false]
		/* feature commands */
		refresh: [true,false]
		noask: [true,false]
		noks: [true,false]
		autoloot: [true,false]
		autotrade: [true,false]
		request: [true,false]
		guild: [true,false]
		breakguild: [true,false]
		channel: [true,false]
		duel:[true,false]
		leave:[true,false]
		reject:[true,false]
		security:[true,false]
		kill: [true,false]
		changeleader:[true,false]
		myinfo:[true,false]
		whosell:[true,false]
		packetfilter: [true,false]
		party: [true,false]
		feelreset: [true,false]
		accept: [true,false]
		join: [true,false]
		exit: [true,false]
		list: [true,false]
		invite: [true,false]
		me: [true,false]
		achievements: [true,false]
		whomap2: [true,false]
		}

***Then it uses the command @reloadatcommand

Link to comment

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   4
  • Joined:  06/23/12
  • Last Seen:  

give this

commands: 0,0

 

:D

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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