Jump to content
  • 0

Anyone Have this happen to you!


Question

Posted (edited)

7789cd4c8d.jpg

 

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 krispaul27

7 answers to this question

Recommended Posts

Posted (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 by krispaul27
Posted

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

Posted (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 by krispaul27
Posted

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..

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...