Jump to content
  • 0
Sign in to follow this  
PunkBuster

Groups.conf Errors in Map-Server

Question

Not sure if this is the correct section. Please move if I am wrong.

 

Map server is returning several errors. See the picture I attached to the post.

 

What's wrong? Those commands exist, so why is it returning those errors?

 

 

groups: ({	id: 0 /* group 0 is the default group for every new account */	name: "Player"	level: 0	inherit: ( /*empty list*/ )	commands: {		time:true		date:true		pettalk:true		autoloot:true		alootid:true		mobinfo:true		monsterinfo:true		exp:true		iteminfo:true		whodrops:true		me:true		showexp:true		changegm:true		changeleader:true		main:true		commands:true		noask:true		request:true		homtalk:true		hominfo:true		homstats:true		alootid :true		rates:true		refresh:true		uptime:true		autoloottype:true		whereis:true		me:true	}	permissions: {		/* without this basic permissions regular players could not 		trade or party */		can_trade: true		can_party: true	}},{	id: 1	name: "Beta Tester"	inherit: ( "Player" ) /* can do everything Players can and more */	level: 1	commands: {		warp: true		go:true		item:true		monster:true		heal:true		alive:true		refine:true		blvl:[true,false]		jlvl:[true,false]		jobchange: [true,false]		changesex: [true,false]		jump:true		go:true		jumpto:true		recall:true		tonpc:true		kill:true		repairall:true		delitem:true		allskills:true			}	permissions: {	}},{	id: 40	name: "Sub GM"	inherit: ( "Player" )	level: 40	commands: {		mount:true		newmount:true		save:true		load:true		memo:true		alive:true		mail:true		where:true		return:true		help:true		help2:true		version:true		tonpc:true		go:true		jump:true		storage:true		gstorage:true		who:true		whois:true		identify:true		users:true		monsterignore:true		size:true		hide:true		skilltree:true		itemcheck:true		idsearch:true		recall:true		trade:true		battleignore:true		jumpto:true		who:true		who2:true		who3:true		whomap:true		localbroadcast:true		mute:true		unmute:true		follow:true		disguise:true		undisguise:true		heal:true		option:true		speed:true		effect:true		killmonster2:true		kick:true		unjail:true		jail:true		kill:true		warp:true		whomap2:true		whomap3:true		broadcast:true		cleanmap:true		itemlist:true		cartlist:true	}	log_commands: true	permissions: {		join_chat: true		kick_chat: true		hide_session: true		who_display_aid: true		hack_info: true		any_warp: true		view_hpmeter: true	}},{	id: 50	name: "Event GM Trainee"	inherit: ( "Sub GM" )	level: 50	commands: {		dropall:true		storeall:true		killable:true		spawn:true		monster:true		repairall:true		pvpon:true		pvpoff:true		partyrecall:true		charkillable:true		raisemap:true		misceffect:true		storagelist:true			}	log_commands: true	permissions: {		join_chat: true		kick_chat: true		hide_session: true		who_display_aid: true		hack_info: true		any_warp: true		view_hpmeter: true	}},{	id: 60	name: "Game Master"	inherit: ( "Event GM Trainee" )	level: 60	commands: {		questskill:true		lostskill:true		skillid:true		ban:true		unban:true		reset:true		fakename:true			}	log_commands: true	permissions: {		join_chat: true		kick_chat: true		hide_session: true		who_display_aid: true		hack_info: true		any_warp: true		view_hpmeter: true	}},{	id: 70	name: "Event GM"	inherit: ( "Game Master" )	level: 70	commands: {		monstersmall:true		monsterbig:true		gvgon:true		gvgoff:true		guildrecall:true		gpvpoff:true		gpvpon:true		doommap:true		skillsoff:true		skillson:true		item:true			}	log_commands: true	permissions: {		join_chat: true		kick_chat: true		hide_session: true		who_display_aid: true		hack_info: true		any_warp: true		view_hpmeter: true	}},{	id: 80	name: "High GM"	inherit: ( "Event GM" )	level: 80	commands: {		marry:true		divorce:true		produce:true		item2:true		agitstart:true		agitend:true		guildlvlup:true		hatch:true		makeegg:true		delitem:true		petrename:true		pethungry:true		petfriendly:true		homlvl:true		homevolve:true		makehomunc:true		homhungry:true		homfriendly:true		feelreset:true		blvl:true		jlevel:true		allskill:true		stpoint:true		spoint:true		statsall:true		str:true		agi:true		dex:true		int:true		vit:true		luk:true		skreset:true		streset:true		stats:true		unblock:true		block:true		email:true		zeny:true		cash:true		points:true		refine:true		useskill:true		jobchange:true		job:true			}	log_commands: true	permissions: {		join_chat: true		kick_chat: true		hide_session: true		who_display_aid: true		hack_info: true		any_warp: true		view_hpmeter: true	}},{	id: 99	name: "Admin"	level: 99	inherit: ()	commands: {		/* not necessary due to all_commands: true */	}	log_commands: true	permissions: {		can_trade: true		can_party: true		all_skill: false		all_equipment: false		skill_unconditional: false		use_check: true		use_changemaptype: true		all_commands: true		hchsys_admin: true	}})

I also can't give @die or @main to my players. I've no idea what I am doing wrong here.

Sem título.bmp

Edited by PunkBuster

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

duplicate autolootid:true ;me:true ;

Same meaning mobinfo:true = monsterinfo:true ;time:true = date:true ;

replace main:true to channel:true ,

 

 

atcommand.conf

        mobinfo: ["monsterinfo", "mi"]        time: ["date", "serverdate", "servertime"]        channel: ["main"]

 

and note this 

 


<inherit>
A list of group names that given group will inherit commands and permissions 
from. Group names are case-sensitive.
 
Inheritance results
-------------------
Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and
recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed.
 
Inheritance rules should not create cycles (eg Group 1 inherits from Group 2, 
and Group inherits from Group 1 at the same time). Configuration with cycles is 
considered faulty and can't be processed fully by server.
 
Command or permission is inherited ONLY if it's not already defined for the 
group.
If group inherits from multiple groups, and the same command or permission is 
defined for more than one of these groups, it's undefined which one will be 
inherited.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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