That skill is not implemented

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Post Reply
JeanLuc
New User
Posts: 10
Joined: Fri Jun 01, 2007 5:45 am

That skill is not implemented

Post 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!
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post 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.
User avatar
OldnGrey
POL Expert
Posts: 657
Joined: Sat Feb 04, 2006 6:26 pm

Post 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
}
JeanLuc
New User
Posts: 10
Joined: Fri Jun 01, 2007 5:45 am

Post 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
}
Post Reply