Incorrect sprites are appearing on Custom Items

Pink Guy

New member
Messages
34
Points
0
Location
Japan
Emulator
Client Version
2015-11-04
Hello, I added custom items for my server.  For my latest addition the item sprites were appearing but it's displaying the incorrect ones and then a majority of them didn't show any sprite.  I can see the item and I can drop it (with drop sprite).  But when I wear the items, it's just wrong.  Currently, my items' View IDs are around 2170~.  I made sure the sprites are in the correct folder in my grf and my script in itemdb seems fine.  Can someone please help me?

Example of my item.

itemdb

    Id: 29500
    AegisName: "blueflame"
    Name: "Blue Flame"
    Type: 5
    Buy: 20
    Upper: 63
    Loc: 4096
    EquipLv: 1
    Refine: false
    View: 2500
},
{
 
iteminfo.lub (I'm using 2015 client).

    [29500] = {
        unidentifiedDisplayName = "",
        unidentifiedResourceName = "",
        unidentifiedDescriptionName = {
        },
        identifiedDisplayName = "Blue Flame",
        identifiedResourceName = "blueflame",
        identifiedDescriptionName = { "..." },
        slotCount = 0,
        ClassNum = 0
    },

 
Last edited by a moderator:
Back
Top