Hi!
Need help here. I followed the steps on how to make custom items and I think everything is fine. Attached is the print screen of what I did
item
collection
ÆÀÌÅÛ
¿©
³²
Last line of my accessoryid.lub
ACCESSORY_KAZEKAGE_HAT = 2001,
ACCESSORY_KOKOROKAGE_HAT = 2002,
ACCESSORY_MIZUKAGE_HAT = 2003,
ACCESSORY_RAIKAGE_HAT = 2004,
ACCESSORY_TSUCHIKAGE_HAT = 2005
}
Last line of my accname.lub
[ACCESSORY_IDs.ACCESSORY_KAZEKAGE_HAT] = "_KAZEKAGE_HAT",
[ACCESSORY_IDs.ACCESSORY_KOKOROKAGE_HAT] = "_KOKOROKAGE_HAT",
[ACCESSORY_IDs.ACCESSORY_MIZUKAGE_HAT] = "_MIZUKAGE_HAT",
[ACCESSORY_IDs.ACCESSORY_RAIKAGE_HAT] = "_RAIKAGE_HAT",
[ACCESSORY_IDs.ACCESSORY_TSUCHIKAGE_HAT] = "_TSUCHIKAGE_HAT"
}
But when I @item the new custom items this I got this error.
Need help!!!!!