PHiLiP Posted August 16, 2012 Posted August 16, 2012 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? Quote
Meister Posted August 16, 2012 Posted August 16, 2012 Lua files. particularly accessory ID. or view ID ? Quote
Santino Posted August 16, 2012 Posted August 16, 2012 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. =) Quote
Question
PHiLiP
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.