Paul Posted August 30, 2014 Posted August 30, 2014 (edited) I equiped saiyan hair, but it does not occured on my main window. I any one? Im tired I couldn't find solution. i want to sleep. If you have have any solution. Thank you so much. Edited August 30, 2014 by krispaul27 Quote
Skorm Posted August 31, 2014 Posted August 31, 2014 You need to add the view id and modify you lua files. Quote
Litro Endemic Posted August 31, 2014 Posted August 31, 2014 re-check everything its in right place Quote
Paul Posted August 31, 2014 Author Posted August 31, 2014 (edited) Let me show you guys my lua for you to determine here's my itemInfo.lua [25009] = { unidentifiedDisplayName = "saiyan", unidentifiedResourceName = "saiyan", unidentifiedDescriptionName = { }, identifiedDisplayName = "saiyan", identifiedResourceName = "saiyan", identifiedDescriptionName = { "A Headgear comes from legendary saiyan", "Str + 3, Dex + 3, Int + 2", "Class :^777777 Costume^000000", "Defense :^777777 30^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 1, ClassNum = 1190 }, Here's the accesoryid.lua ACCESSORY_New_Year_Hairpin = 1155, ACCESSORY_Mouton_Life = 1156, ACCESSORY_Snow_Rabbit_Knit_Hat = 1157, ACCESSORY_Galanthus_Guard = 1158, ACCESSORY_Horse_King = 1189, ACCESSORY_saiyan = 1190, // Highlighted the ID NUMBER SO THAT YOU CAN EASILY FIND // ACCESSORY_angelwings = 1191 And the accname.lua [ACCESSORY_IDs.ACCESSORY_New_Year_Hairpin] = "_¸¶³×۸ðÄ¡¹Ù³ª", [ACCESSORY_IDs.ACCESSORY_Mouton_Life] = "_¹«Åë¶óÀÌÇÁ", [ACCESSORY_IDs.ACCESSORY_Snow_Rabbit_Knit_Hat] = "_´«Åä³¢´ÏÆ®¸ðÀÚ", [ACCESSORY_IDs.ACCESSORY_Galanthus_Guard] = "_°¡¶õ»ç½º°¡µå", [ACCESSORY_IDs.ACCESSORY_Horse_King] = "_¸¶¿Õ", [ACCESSORY_IDs.ACCESSORY_saiyan] = "_saiyan", // another one // [ACCESSORY_IDs.ACCESSORY_angelwings] = "_angelwings" } There are my lua file. Have you guys pls determine and help me It would be much appreciated. Thanks in advanced got to sleep again... Edited August 31, 2014 by krispaul27 Quote
Yonko Posted August 31, 2014 Posted August 31, 2014 Let me show you guys my lua for you to determine here's my itemInfo.lua [25009] = { unidentifiedDisplayName = "saiyan", unidentifiedResourceName = "saiyan", unidentifiedDescriptionName = { }, identifiedDisplayName = "saiyan", identifiedResourceName = "saiyan", identifiedDescriptionName = { "A Headgear comes from legendary saiyan", "Str + 3, Dex + 3, Int + 2", "Class :^777777 Costume^000000", "Defense :^777777 30^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 1, ClassNum = 1190 }, Here's the accesoryid.lua ACCESSORY_New_Year_Hairpin = 1155, ACCESSORY_Mouton_Life = 1156, ACCESSORY_Snow_Rabbit_Knit_Hat = 1157, ACCESSORY_Galanthus_Guard = 1158, ACCESSORY_Horse_King = 1189, ACCESSORY_saiyan = 1190, // Highlighted the ID NUMBER SO THAT YOU CAN EASILY FIND // ACCESSORY_angelwings = 1191 And the accname.lua [ACCESSORY_IDs.ACCESSORY_New_Year_Hairpin] = "_¸¶³×۸ðÄ¡¹Ù³ª", [ACCESSORY_IDs.ACCESSORY_Mouton_Life] = "_¹«Åë¶óÀÌÇÁ", [ACCESSORY_IDs.ACCESSORY_Snow_Rabbit_Knit_Hat] = "_´«Åä³¢´ÏÆ®¸ðÀÚ", [ACCESSORY_IDs.ACCESSORY_Galanthus_Guard] = "_°¡¶õ»ç½º°¡µå", [ACCESSORY_IDs.ACCESSORY_Horse_King] = "_¸¶¿Õ", [ACCESSORY_IDs.ACCESSORY_saiyan] = "_saiyan", // another one // [ACCESSORY_IDs.ACCESSORY_angelwings] = "_angelwings" } There are my lua file. Have you guys pls determine and help me It would be much appreciated. Thanks in advanced got to sleep again... your main data lua files not on the item dude like luafiles514 make sure the lua files date are exact to your client date Quote
Paul Posted August 31, 2014 Author Posted August 31, 2014 (edited) What do you mean my lua files? Could you give me exact lua files for this? Let me show you guys my lua for you to determine here's my itemInfo.lua [25009] = { unidentifiedDisplayName = "saiyan", unidentifiedResourceName = "saiyan", unidentifiedDescriptionName = { }, identifiedDisplayName = "saiyan", identifiedResourceName = "saiyan", identifiedDescriptionName = { "A Headgear comes from legendary saiyan", "Str + 3, Dex + 3, Int + 2", "Class :^777777 Costume^000000", "Defense :^777777 30^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 1, ClassNum = 1190 }, Here's the accesoryid.lua ACCESSORY_New_Year_Hairpin = 1155, ACCESSORY_Mouton_Life = 1156, ACCESSORY_Snow_Rabbit_Knit_Hat = 1157, ACCESSORY_Galanthus_Guard = 1158, ACCESSORY_Horse_King = 1189, ACCESSORY_saiyan = 1190, // Highlighted the ID NUMBER SO THAT YOU CAN EASILY FIND // ACCESSORY_angelwings = 1191 And the accname.lua [ACCESSORY_IDs.ACCESSORY_New_Year_Hairpin] = "_¸¶³×۸ðÄ¡¹Ù³ª", [ACCESSORY_IDs.ACCESSORY_Mouton_Life] = "_¹«Åë¶óÀÌÇÁ", [ACCESSORY_IDs.ACCESSORY_Snow_Rabbit_Knit_Hat] = "_´«Åä³¢´ÏÆ®¸ðÀÚ", [ACCESSORY_IDs.ACCESSORY_Galanthus_Guard] = "_°¡¶õ»ç½º°¡µå", [ACCESSORY_IDs.ACCESSORY_Horse_King] = "_¸¶¿Õ", [ACCESSORY_IDs.ACCESSORY_saiyan] = "_saiyan", // another one // [ACCESSORY_IDs.ACCESSORY_angelwings] = "_angelwings" } There are my lua file. Have you guys pls determine and help me It would be much appreciated. Thanks in advanced got to sleep again... your main data lua files not on the item dude like luafiles514 make sure the lua files date are exact to your client date You need to add the view id and modify you lua files. Edited August 31, 2014 by krispaul27 Quote
Yonko Posted August 31, 2014 Posted August 31, 2014 exampleyour client is 2013-08-07 you need also 2013-08-07 lua files you must matched both to avoid errors or bugs like that Quote
Paul Posted August 31, 2014 Author Posted August 31, 2014 example your client is 2013-08-07 you need also 2013-08-07 lua files you must matched both to avoid errors or bugs like that Im using client 2013-07-03a is it match , and the data file/lua . is came from this https://subversion.assembla.com/svn/client-side-translation/ Then i have the newest KRO folder. ... Is it match? If no could you give me the latest working client and lua files. so i can start again. thank you.. Quote
Question
Paul
I equiped saiyan hair, but it does not occured on my main window.
I any one?
Im tired I couldn't find solution.
i want to sleep.
If you have have any solution.
Thank you so much.
Edited by krispaul277 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.