Jump to content
  • 0

How to create items with duplicated image like edit to item_avail.txt


Kotta

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.01
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/15/23
  • Last Seen:  

Hello, Community.

Before I created items to add item_db and item_avail files.

Since Item_db combines item_avail file, my specific item is now showed correctly in inventory and equipment window.

I only can see what I want when I wear the item.

How to edit the item to show correctly in inventory and equipment window too?

I just want to show the item as Elven Ears in inventory and equipment window too.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  19
  • Reputation:   7
  • Joined:  11/08/22
  • Last Seen:  

i dont really get your point here.  did you add it in iteminfo?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.01
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/15/23
  • Last Seen:  

On 5/19/2023 at 8:17 PM, Zeref-X said:

i dont really get your point here.  did you add it in iteminfo?

Thank you for your reply.

What I asked is how to make an item with image, for example, make an item with Romantic Leaf(#2270) image.

When I wore the item, this image is #2270. However, This is item is unknown item in inventory window and Equipment window.

Do you understand? if you do not understand about it, I will try to rephrase to tell you.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  19
  • Reputation:   7
  • Joined:  11/08/22
  • Last Seen:  

go to your system folder/iteminfo.lua then see if there is #2270  existing, and if there is nothing you can create a new one.  like this


    [2270] = {
        unidentifiedDisplayName = "Mask",
        unidentifiedResourceName = "¸¶½ºÅ©",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Romantic Leaf",
        identifiedResourceName = "Ç®ÀÙ",
        identifiedDescriptionName = {
            "A slender leaf that is placed in the mouth for a seductive look.",
            "Reduces damage from ^6666CCPlant^000000 monsters by 3%.",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Position:^6666CC Lower^000000",
            "Weight:^009900 10^000000",
            "Jobs:^6666CC All except Novice^000000"
        },
        slotCount = 0,
        ClassNum = 57
    },

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...