Need help with custom items

haniko

New member
Messages
15
Points
0
Github
Haniko
Happy new year everyone.

I am currently working on adding custom items and I have figured out how to do so. There are a few questions that I have and things I would like to have clarified.

My iteminfo.lua has a long list of items that are not in my item_db.conf since I have used the translation pack https://github.com/zackdreaver/ROenglishRE

This is one of the many items that's in iteminfo.lua but not listed in item_db.conf:

[31140] = {
unidentifiedDisplayName = "Hat",
unidentifiedResourceName = "캡",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Costume Black Cowboy Hat",
identifiedResourceName = "카우보이모자",
identifiedDescriptionName = { "..." },
slotCount = 0,
ClassNum = 159
},

Is there somewhere I can download an up-to-date item_db.conf which matches with this version of iteminfo.lua together with the sprites and textures (also missing)?

 
Last edited by a moderator:
Back
Top