'Attribute not found' error

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Post Reply
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

'Attribute not found' error

Post 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.
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

Problem solved.

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

Deleted the duplicate one and warnings disappeared.
Post Reply