Paul Posted August 30, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 2 Joined: 08/27/13 Last Seen: Yesterday at 09:08 AM Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted August 31, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted August 31, 2014 You need to add the view id and modify you lua files. Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted August 31, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted August 31, 2014 re-check everything its in right place Quote Link to comment Share on other sites More sharing options...
Paul Posted August 31, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 2 Joined: 08/27/13 Last Seen: Yesterday at 09:08 AM Author Share 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 Link to comment Share on other sites More sharing options...
Yonko Posted August 31, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share 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 Link to comment Share on other sites More sharing options...
Paul Posted August 31, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 2 Joined: 08/27/13 Last Seen: Yesterday at 09:08 AM Author Share 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 Link to comment Share on other sites More sharing options...
Yonko Posted August 31, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share 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 Link to comment Share on other sites More sharing options...
Paul Posted August 31, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 2 Joined: 08/27/13 Last Seen: Yesterday at 09:08 AM Author Share 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 Link to comment Share on other sites More sharing options...
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 krispaul27Link to comment
Share on other sites
7 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.