Jump to content
  • 0
Sign in to follow this  
haniko

Need help with custom items

Question

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)?

 

Edited by haniko

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.