khenma 1 Posted November 23, 2013 (edited) http://rathena.org/board/topic/83136-adding-custom-items-renewal/ After following all of these, my wings does not show when eqquiped. Edited November 24, 2013 by khenma Quote Share this post Link to post Share on other sites
0 khenma 1 Posted November 24, 2013 (edited) ^ can you please share your lua... thanks btW problem solved by changing lua into lub... no need to recompile lua into lub. then in game @changelook Edited November 24, 2013 by khenma Quote Share this post Link to post Share on other sites
0 Lulu 25 Posted November 24, 2013 you put the wrong format in you accesoryid in you lua files. 1 chocolab reacted to this Quote Share this post Link to post Share on other sites
0 khenma 1 Posted November 24, 2013 you put the wrong format in you accesoryid in you lua files. can you show me the correct one? ACCESSORY_EVIL_MARCHER_HAT_J = 1002, ACCESSORY_Kannam_On_Head = 1003 ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<} [ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_ij²¸ðÀÚ" [ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" Quote Share this post Link to post Share on other sites
0 Lulu 25 Posted November 24, 2013 accesoryid.lua no comma at the last number ONLY ACCESSORY_IDs = { ACCESSORY_GOGGLES = 1, ACCESSORY_CATTYHAIRBAND = 2, ACCESSORY_GLASS = 3} check yours. there is no comma on the second last number ACCESSORY_EVIL_MARCHER_HAT_J = 1002, ACCESSORY_Kannam_On_Head = 1003, //there should be a comma ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<} accname.lua ALSO no comma at the last number ONLY AccNameTable = { [ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_°í±Û", [ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì", [ACCESSORY_IDs.ACCESSORY_GLASS] = "_±Û·¡½º"} yours has no comma again. [ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_ij²¸ðÀÚ", //comma [ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" //if last, then no comma 1 chocolab reacted to this Quote Share this post Link to post Share on other sites
0 khenma 1 Posted November 24, 2013 (edited) accesoryid.lua no comma at the last number ONLY ACCESSORY_IDs = { ACCESSORY_GOGGLES = 1, ACCESSORY_CATTYHAIRBAND = 2, ACCESSORY_GLASS = 3} check yours. there is no comma on the second last number ACCESSORY_EVIL_MARCHER_HAT_J = 1002, ACCESSORY_Kannam_On_Head = 1003, //there should be a comma ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<} accname.lua ALSO no comma at the last number ONLY AccNameTable = { [ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_°í±Û", [ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì", [ACCESSORY_IDs.ACCESSORY_GLASS] = "_±Û·¡½º"} yours has no comma again. [ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_ij²¸ðÀÚ", //comma [ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" //if last, then no comma new error.. when opening the client Lua FilesDataInfoAccName and Lua FilesDataInfoAccessoryId buf: bad header in precompiled chunk Edited November 24, 2013 by khenma Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 24, 2013 ^ can you please share your lua... Quote Share this post Link to post Share on other sites
0 Lulu 25 Posted November 24, 2013 nice best answer.LOL Quote Share this post Link to post Share on other sites
http://rathena.org/board/topic/83136-adding-custom-items-renewal/
After following all of these,
my wings does not show when eqquiped.
Edited by khenma
Share this post
Link to post
Share on other sites