Jump to content
  • 0

Anyone Have this happen to you!


Paul

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

You need to add the view id and modify you lua files.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

re-check everything its in right place

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...