Jump to content
  • 0

Questions related to item_db.conf and iteminfo.lua


Haniko

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/08/12
  • Last Seen:  

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/z...ver/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)? What would be the best thing to do?

 

Secondly, since the last item in my iteminfo.lua has the ID “32000”, I have used the ID “33000” for the custom item I have personally added. This is however causing an issue when I use “@item 33000” in game, returning “@item failed.”. Is there a MAX limit on the item ID that can be used? If so, can it be changed? Or is there another way of doing this?

 

Thirdly, is it possible to use an existing item and its sprite etc. to create a custom item? How about turning it into a costume?

 

I have recently started working on an offline server without any prior experience and there is much to learn. Every help is appreciated.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

Maybe you mean sprite and texture.

Try download them from here

https://github.com/zackdreaver/RO-Clientresources

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

item_db.conf is from Hercules. They kinda outdated compared rAthena.

If you use rathena you will notice alot of costumes present in itemdb. Maybe you can try rA.

 

Yes it possible. You can use item between 8000-9000, as they empty right now.

Like i mention before, no need to turn headgear into costume, many costumes have their own id now, just search their sprite id in ra's itemdb.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/08/12
  • Last Seen:  

Thanks for coming back to me. I have both downloaded at the moment and am trying to get a taste of both sides. While working on it, I got rather surprised how many things are missing and no idea where to get them from. The issue here is that even with a big list of items in itemdb, they aren't worthwhile if you do not possess the associated spirits and such.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/08/12
  • Last Seen:  

On 1/4/2017 at 11:55 PM, mrmagic said:

Maybe you mean sprite and texture.

Try download them from here

https://github.com/zackdreaver/RO-Clientresources

Thank you for providing me with the link. This is exactly what I was looking for. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...