Page 1 of 1

Can't get itemid to work.

Posted: Mon Jul 05, 2010 11:32 am
by CaseyClasH
ItemID is compiling and loading without a problem, but when ever I try to use the skill, it tells me that it isn't implemented. I've looked at every file that I could ever assume would have to do with itemid, and they all seem fine. I've spent like 10 hours trying to get it to work. I'm absolutely stuck.

Just let me know what information you need and I'll get it to you asap. Any help is greatly appreciated.

Re: Can't get itemid to work.

Posted: Thu Jul 08, 2010 4:38 am
by Yukiko
If you're using POL 0.98 Distro, check itemIdentification entry in attributes.cfg in \pkg\systems\attributes\config
Here is what I have:

Code: Select all

Attribute ItemIdentification
{
	AttributeType	Skill
	DisplayName	Item Identification
	Script		:itemidentification:itemidentification
	SkillId		3
	Title		Merchant
	
	StatCheck	Intelligence	100	1d3+15
}
make sure the Script entry is pointing to the location of your itemIdentification.ecl file and if you're running the server under Linux make sure the case is correct for the item identification script. The attributes.cfg file's Script entry does not match case with the actual script, ie. cfg entry is itemidentification but script name is itemIdentification.

If that doesn't help check log files for any errors. If there are any post them here.