hi, I followed all the steps to insert a custom equip, I can do everything correctly, I can display sprites in the inventory, sprite drop, but when the crew does not appear on the char.
the bitmap collection and icon, ok.
in data\sprite\¾ÆÀÌÅÛ i put CHESHIREEARS.act & CHESHIREEARS.spr
in data\sprite\¾Ç¼¼»ç¸®\¿© i put ¿©_CHESHIREEARS.act & ¿©_CHESHIREEARS.spr
in data\sprite\¾Ç¼¼»ç¸®\³² i put ³²_CHESHIREEARS.act & ³²_CHESHIREEARS.spr
the strange thing is that it does not give me missing sprite error, even if I delete file in ¿© & ³².
the string in item_db.txt is:
40500, CHESHIREEARS, CHESHIREEARS, 4.20,, 300,, 0,, 0.0xFFFFFFFE, 63.2.512,, 50.0.1893, {bonus bStr, 1; bonus bInt, 1; bonus bMdef, 3; bonus2 bAddEle, Ele_Fire, 3; bonus2 bSkillAtk, "SM_BASH", 4; bonus2 bSkillAtk, "SM_MAGNUM", 4; }, {}, {}
in itemInfo.lua:
[40500] = {
unidentifiedDisplayName = "Unidentified Glasses",
unidentifiedResourceName = "_cap",
unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
identifiedDisplayName = "CHESHIREEARS",
identifiedResourceName = "CHESHIREEARS",
identifiedDescriptionName = {
"________________________",
"Reduces damage taken from ^FF0000Fire^000000 elemental attack by 3%.",
"________________________",
"Increases damage taken from ^0000BBWater^000000 elemental attack by 3%.",
"________________________",
"^0000CCType:^000000 Headgear",
"^0000CCDefense:^000000 0",
"^0000CCPosition:^000000 Middle",
"^0000CCWeight:^000000 30",
"^0000CCRefinable:^000000 No",
"________________________",
"^0000CCRequirement:^000000",
"Base level 50",
"All classes except Novice"
},
slotCount = 0,
ClassNum = 1893
in System\luafiles514\lua files\datainfo\accessoryid.lua ---> ACCESSORY_CHESHIREEARS = 1893,
in System\luafiles514\lua files\datainfo\accname.lua ---> [ACCESSORY_IDs.ACCESSORY_CHESHIREEARS] = "_CHESHIREEARS",
can you help me pls?
TNX!