What does it means " Objects not 'equippable' " ?
Posted: Sat Nov 03, 2007 1:11 am
When starting the server i get this messages:
Theese objects are simple robes with objtype 0x1f03 and when the game is running they are regularly weareable.
The tiles.cfg entry for the 'robe' is:
The itemdesc entry for 0x1f03 is:
And the messages comes up even if i change all the equipscripts in "return 1" to make everything wearable to everyone.
What's wrong with it ??
What does it means that the "Item is supposed to be equipped on Character, but is not 'equippable' on that character." ???
Thank in advance
Code: Select all
[..cut..]
data/pcequip.txt:.Item 0x75d52324 is supposed to be equipped on Character 0xea2, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
.....Item 0x75d52325 is supposed to be equipped on Character 0x610b30, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
..Item 0x75d52326 is supposed to be equipped on Character 0x240da, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
.....Item 0x75d52382 is supposed to be equipped on Character 0x4c1b4, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
.Item 0x75d52383 is supposed to be equipped on Character 0x655feb, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
..........Item 0x75d52384 is supposed to be equipped on Character 0x6a811e, but is not 'equippable' on that character.
I'm so cool, I put it in the character's backpack!
[..cut..]
The tiles.cfg entry for the 'robe' is:
Code: Select all
tile 0x1f03
{
Desc robe
UoFlags 0x00404002
Layer 22
Height 1
Weight 3
Movable 1
Equippable 1
DescPrependA 1
}
Code: Select all
Armor 0x1F03
{
Name Robe
Desc Robe
AR 4
Coverage Body
Coverage Legs/feet
Coverage Arms
VendorSellsFor 38
VendorBuysFor 1
maxhp 50
equipscript ::skilladvancerequip
unequipscript ::skilladvancerunequip
DestroyScript ::maindestroy
Weight 10
}
What's wrong with it ??
What does it means that the "Item is supposed to be equipped on Character, but is not 'equippable' on that character." ???
Thank in advance