Problems with "use" skills under POL 097

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Problems with "use" skills under POL 097

Post 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?
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post by Austin »

POL 097 doesn't use skills.cfg anymore.
It only uses uoskills.cfg and attributes.cfg

See core-changes.txt
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

OK Thanks.
Post Reply