Jump to content
asengjr

problem at normal player @commands

Recommended Posts

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

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.