PHiLiP Posted August 16, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 05/27/12 Last Seen: January 27, 2018 Share 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 Link to comment Share on other sites More sharing options...
Meister Posted August 16, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted August 16, 2012 Lua files. particularly accessory ID. or view ID ? Quote Link to comment Share on other sites More sharing options...
Santino Posted August 16, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 198 Reputation: 47 Joined: 08/01/12 Last Seen: July 1, 2015 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.