Whe i start the server up i get this error. yes i did some modificatiosn since i'm using a non-standard script pack for this pol096 core. but i would realy be happy if someone could help me out what this means:
Code:
Warning reading configuration file pkg/std/blacksmithy/itemdesc.cfg:
Element specifies a SkillID instead of an Attribute
Element: Weapon 0x13e3, found on line 1
Warning reading configuration file pkg/std/carpentry/itemdesc.cfg:
Element specifies a SkillID instead of an Attribute
Element: Weapon 0x0df0, found on line 214
Error reading configuration file pkg/std/carpentry/itemdesc.cfg:
Attribute Mace not found
Element: Weapon 0x0df0, found on line 214
Server Shutdown: load_itemdesc
The parts that the error doesn't like is:
Code:
Weapon 0x13e3
{
Name SmithyHammer
Desc Smithy's Hammer
Default 1
Speed 30
Damage 2d5
SkillId MaceFighting
MaxHP 60
Script make_blacksmith_items
HitSound 0x13C
MissSound 0x234
VendorSellsFor 36
VendorBuysFor 18
equipscript ::skilladvancerequip
unequipscript ::skilladvancerunequip
DestroyScript ::maindestroy
CProp SpecMult i3
CProp AvailSkills a1:i7
}
and
Code:
Weapon 0x0df0
{
Name BlackStaff
Default 1
Desc Black Staff
Speed 40
Damage 4d5+1
SkillId MaceFighting
HitSound 0x13C
MissSound 0x234
MaxHP 80
VendorSellsFor 27
VendorBuysFor 24
TwoHanded 1
BlocksCastingIfInHand 0
strrequired 35
Anim 0x000d
Hitscript :combat:mainhit
equipscript ::skilladvancerequip
unequipscript ::skilladvancerunequip
DestroyScript ::maindestroy
Controlscript ::applyhitscript
}
and MaceFighting is defined in the attributes file:
Attributes.cfg:
Code:
Attribute MaceFighting
{
AttributeType Skill
DisplayName Mace Fighting
SkillId 41
Title Armsman
StatCheck Dexterity 100 1d2
StatCheck Strength 100 1d4+30
}
Attributes.inc
Code:
const ATTRIBUTEID_MACEFIGHTING := "macefighting";
It would be SO great if someone knew what was wrong 'cus i'm going mad on this.