Page 1 of 1

'Attribute not found' error

Posted: Fri Jul 14, 2006 12:22 pm
by Yukiko
OK. Here is a new one that I am getting in my start.log

Code: Select all

Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
	Attribute Discordance not found.
	Element: Skill 15, found on line 99
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
	Attribute Necromancy not found.
	Element: Skill 49, found on line 269
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
	Attribute BattleFocus not found.
	Element: Skill 50, found on line 274
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
	Attribute Chivalry not found.
	Element: Skill 51, found on line 279

Here is a copy of my uoskills.cfg for those attributes and the corresponding skills.cfg entries:

uoskills.cfg

Code: Select all

Skill 15
{
	Attribute Discordance
}

...
Skill 49
{
	Attribute Necromancy
}

Skill 50
{
	Attribute BattleFocus
}

Skill 51
{
	Attribute Chivalry
}
skills.cfg:

Code: Select all

Skill 15
{
	Name		Discordance
	SkillId		15
	//Script		:musicianship:discord
	Delay		2
	DropStat	str
}

...
Skill 49
{
	Name		Necromancy
	SkillId		49

	DropStat	str dex
}

Skill 50
{
	Name		BattleFocus
	SkillId		50

	DropStat	str dex
}

Skill 51
{
	Name		Chivalry
	SkillId		51

	Unhides		1
	DropStat	str dex
}
I am not sure why this one cropped up all of a sudden either.

Thanks in advance for the help.

Posted: Fri Jul 14, 2006 12:34 pm
by Yukiko
Problem solved.

Somehow I had two copies of uoskills.cfg in my server.

Deleted the duplicate one and warnings disappeared.