Jump to content
  • 0

can any body help me with my problem?


Question

Posted

why does that when i add custom item all are fix but 1 just problem is when i equip the item, the item do not show but when i drop it i can be shown so whats the problem?

2 answers to this question

Recommended Posts

Posted

as post #2 said. =)

inside: lua files/datainfo/accessoryid.lua add this line at the bottom before the }

ACCESSORY_NAME_OF_YOUR_ITEM = View ID Number,

e.g:

ACCESSORY_WHITE_FAIRY_WINGS = 800,

}

and inside: lua files/datainfo/accname.lua add this line at the bottom before the }

[ACCESSORY_IDs.ACCESSORY_NAME__OF_YOUR_ITEM] = "_Name_Of_Your_Item",

e.g:

[ACCESSORY_IDs.ACCESSORY_WHITE_FAIRY_WINGS] = "_White_Fairy_Wings",

}

If your client reads lub before lua, you need a lua to lub converter : download Compile gui.exe just drag lua files there & you'll get the lub files from the converter folder. =)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...