Page 1 of 1

Problems with "use" skills under POL 097

Posted: Mon Dec 04, 2006 11:22 pm
by Yukiko
I have centralized all my skills info from the various skills.cfg files to one main file. My problem is that POL 097 does not seem to parse the script line properly.

Here is what I have for Meditation in my skills.cfg file:

Code: Select all

Skill 46
{
	Name		Meditation
	SkillId		46
	Script		:meditation:meditation
	Delay		10

	Unhides		1
	DropStat	str dex
}
When I attempt to use the skill Meditation the client reports "That skill is not implemented."

Meditation is in the \pkg\skills\meditation folder and is a package with its own phg.cfg file.

This error cropped up after converting to POL 097. Under POL 096 the use skills worked properly.

Also, I should explain that I am using a converted POL 095 s Distro skill system.

Any ideas?

Posted: Tue Dec 05, 2006 12:05 am
by Austin
POL 097 doesn't use skills.cfg anymore.
It only uses uoskills.cfg and attributes.cfg

See core-changes.txt

Posted: Tue Dec 05, 2006 12:39 am
by Yukiko
OK Thanks.