Jump to content
  • 0
Ehwaz

Using <ITEMLINK> on Iteminfo.lua

Question

My client is: 20140205

Ex: 

Item A:

	[27182] = {		unidentifiedDisplayName = "#27182: Linguistic Book Hat",		unidentifiedResourceName = "¾Ö³Î¶óÀ̀Áî¾ÆÀ̀",		unidentifiedDescriptionName = {		"FSRO CUSTOM",		},		identifiedDisplayName = "#27182: Linguistic Book Hat",		identifiedResourceName = "¾Ö³Î¶óÀ̀Áî¾ÆÀ̀",		identifiedDescriptionName = {		"^0000ff ---- Nguyên Liệu ---- ^000000",		"<ITEMLINK>Model Training Hat<INFO>5073</INFO></ITEMLINK> x1",		"<ITEMLINK>Research Chart<INFO>7347</INFO></ITEMLINK> x250",		"<ITEMLINK>Worn out Page<INFO>1097</INFO></ITEMLINK> x200",		"<ITEMLINK>Bookclip in Memory<INFO>7015</INFO></ITEMLINK> x100",		"<ITEMLINK>Squid Ink<INFO>1024</INFO></ITEMLINK> x50",		"<ITEMLINK>Sticky Mucus<INFO>938</INFO></ITEMLINK> x50",		"<ITEMLINK>Scarlet Dyestuffs<INFO>975</INFO></ITEMLINK> x1",		"<ITEMLINK>Darkgreen Dyestuffs<INFO>979</INFO></ITEMLINK> x1",		"<ITEMLINK>Lemon Dyestuffs<INFO>976</INFO></ITEMLINK> x1",		"<ITEMLINK>Pencil Case<INFO>738</INFO></ITEMLINK> x5",		" ",		"^FF0000 ---- Sản Phẩm ---- ^000000",		"<ITEMLINK>Linguistic Book Hat<INFO>5422</INFO></ITEMLINK>",		" ",		"Loại: ^777777L^000000",		},		slotCount = 0,		ClassNum = 0	}, 

 

When i clicked any <ITEMLINK> my client will crash and throw error "Now stop working".

 

But if i create a item B:

 

	[27194] = {		unidentifiedDisplayName = "Bấm vào đây trước",		unidentifiedResourceName = "À̀±×µå¶ó½ÇÀÙ",		unidentifiedDescriptionName = {			"FSRO CUSTOM",			"^ffffff_^000000",		},		identifiedDisplayName = "Bấm vào đây trước",		identifiedResourceName = "À̀±×µå¶ó½ÇÀÙ",		identifiedDescriptionName = {			"Bấm vào item dưới trước",			"<ITEMLINK>Yggdrasil Leaf<INFO>610</INFO></ITEMLINK>",			"^ffffff_^000000",		},		slotCount = 0,		ClassNum = 0	},

And i clicking Yggdrasil Leaf it work, and all itemlink will work in normal, dont get error "Stop Working".

If i relog and dont click at Yggdrasil Leaf i will got crash again.

 

i want no need to click my Item B, and all item link will work in normal

Or someone can explain for me how to it work or how i can catch Exception "Stop Working"

Sorry, my bad English.

 

P/S: i remember i got this issue after update my hercules source, not sure. i just remember all itemlink work fine without error.

Edited by Hirist

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Yay, it's working.
I right when think i diff-ed something wrong.
Still using 20140205
Edited by Hirist

Share this post


Link to post
Share on other sites
  • 0

I tried using this on my server a while ago, I use a 2013-12-23 client, and though it worked perfectly fine for me, 80% of my server had the same bug you did, and their client would crash after clicking any of the item links.

Edited by Nova

Share this post


Link to post
Share on other sites
  • 0

Maybe client is not made to handle item description window from description window of other item xD

Share this post


Link to post
Share on other sites
  • 0

The strangest thing is how it was working extremely well, but just for me. Really wish I could figure out what caused it, would make boxes so much better looking.

Share this post


Link to post
Share on other sites
  • 0

 

Yay, it's working.
I right when think i diff-ed something wrong.
Still using 20140205

can u share your diff?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.