Page 1 of 1

That skill is not implemented

Posted: Sun Jun 03, 2007 1:30 am
by JeanLuc
Hi :)

Im still having problems with my POL 95 to POL 97 conversion.

When Im trying to use any skill that needs to be activated manually, with key macro or with the skill window, it tells me
"That skill is not implemented"

When I start mining, smelting ore, smithing or tinkering it works quite fine.


I have the newest POL 97 version, Client v2.0.0 and the Account.txt tells me that I have T2A.
My UOClient.txt tells me
MaxSkillID 48



Any idea?

Thanks again!

Posted: Sun Jun 03, 2007 3:30 pm
by CWO
I think it says that if the configuration for that skill doesn't specify a script to be run when the button/macro is pressed.

Posted: Sun Jun 03, 2007 3:47 pm
by OldnGrey
Check in attributes.cfg
eg an entry for Anatomy might be:

Code: Select all

Attribute Anatomy
{
	desc		Anatomy
	IntAdv		100 1d2+10
	script		:anatomy:anatomy
	Unhides		0
}
The equivalent entry in uoskills.cfg would be:

Code: Select all

Skill 1
{
	Attribute	Anatomy
}

Posted: Mon Jun 04, 2007 6:03 am
by JeanLuc
Thank you!

Ive fixed it with the following addition to all my skills in

ATTRIBUTES.CFG

Code: Select all

Attribute Meditation
{
	script  :meditation:meditation
}