Jump to content
  • 0
noobsai

Costume items storage problem

Question

Hi Guys,

I have problem regarding my costumes not going to the correct storage section which is "Costumes"

My Client is 20180620 using https://github.com/zackdreaver/ROenglishPRE/ data and system folder.

image.png.b08a78a414f02c379b4a191f26de35ec.png

image.png.f31085ee445260c85b3d221d9fbb1747.png

 

 

Please help me fix this issue and make my costumes go into the "Cstm"/costume section of the storage.

Thank you

Edited by noobsai
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
4 hours ago, noobsai said:

Hi Guys,

I have problem regarding my costumes not going to the correct storage section which is "Costumes"

My Client is 20180620 using https://github.com/zackdreaver/ROenglishPRE/ data and system folder.

Please help me fix this issue and make my costumes go into the "Cstm"/costume section of the storage.

Thank you

You should set "costume = true" value in your item info for equips that you want to show in costume tab.
Example:
    [2206] = {
        unidentifiedDisplayName = "Hat",
        unidentifiedResourceName = "ĸ",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Wedding Veil",
        identifiedResourceName = "�����",
        identifiedDescriptionName = {
            "A transparent veil worn by brides on the day of their wedding.",
            "Mdef +5",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Position:^6666CC Upper^000000",
            "Weight:^009900 10^000000",
            "Jobs:^6666CC Female Only",
            "All jobs^000000"
        },
        slotCount = 0,
        ClassNum = 44,
        costume = true
    },

Edited by Balfear
Link to comment
Share on other sites

  • 0
On 11/3/2020 at 5:02 AM, Balfear said:

You should set "costume = true" value in your item info for equips that you want to show in costume tab.
Example:
    [2206] = {
        unidentifiedDisplayName = "Hat",
        unidentifiedResourceName = "ĸ",
        unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
        identifiedDisplayName = "Wedding Veil",
        identifiedResourceName = "�����",
        identifiedDescriptionName = {
            "A transparent veil worn by brides on the day of their wedding.",
            "Mdef +5",
            "Class:^6666CC Headgear^000000",
            "Defense:^0000FF 0^000000",
            "Position:^6666CC Upper^000000",
            "Weight:^009900 10^000000",
            "Jobs:^6666CC Female Only",
            "All jobs^000000"
        },
        slotCount = 0,
        ClassNum = 44,
        costume = true
    },

I already did that on my Iteminfo.lua and lub file but still not going to costume tab.

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

Important Information

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