Kotta Posted May 17, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/15/23 Last Seen: May 25, 2023 Share Posted May 17, 2023 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. Quote Link to comment Share on other sites More sharing options...
0 Zeref-X Posted May 19, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.01 Content Count: 25 Reputation: 17 Joined: 11/08/22 Last Seen: March 4 Share Posted May 19, 2023 i dont really get your point here. did you add it in iteminfo? Quote Link to comment Share on other sites More sharing options...
0 Kotta Posted May 22, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/15/23 Last Seen: May 25, 2023 Author Share Posted May 22, 2023 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. Quote Link to comment Share on other sites More sharing options...
0 Zeref-X Posted May 23, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.01 Content Count: 25 Reputation: 17 Joined: 11/08/22 Last Seen: March 4 Share Posted May 23, 2023 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 }, Quote Link to comment Share on other sites More sharing options...
Question
Kotta
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.