Using <ITEMLINK> on Iteminfo.lua

Ehwaz

New member
Messages
97
Points
0
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", "&lt;ITEMLINK&gt;Model Training Hat&lt;INFO&gt;5073&lt;/INFO&gt;&lt;/ITEMLINK&gt; x1", "&lt;ITEMLINK&gt;Research Chart&lt;INFO&gt;7347&lt;/INFO&gt;&lt;/ITEMLINK&gt; x250", "&lt;ITEMLINK&gt;Worn out Page&lt;INFO&gt;1097&lt;/INFO&gt;&lt;/ITEMLINK&gt; x200", "&lt;ITEMLINK&gt;Bookclip in Memory&lt;INFO&gt;7015&lt;/INFO&gt;&lt;/ITEMLINK&gt; x100", "&lt;ITEMLINK&gt;Squid Ink&lt;INFO&gt;1024&lt;/INFO&gt;&lt;/ITEMLINK&gt; x50", "&lt;ITEMLINK&gt;Sticky Mucus&lt;INFO&gt;938&lt;/INFO&gt;&lt;/ITEMLINK&gt; x50", "&lt;ITEMLINK&gt;Scarlet Dyestuffs&lt;INFO&gt;975&lt;/INFO&gt;&lt;/ITEMLINK&gt; x1", "&lt;ITEMLINK&gt;Darkgreen Dyestuffs&lt;INFO&gt;979&lt;/INFO&gt;&lt;/ITEMLINK&gt; x1", "&lt;ITEMLINK&gt;Lemon Dyestuffs&lt;INFO&gt;976&lt;/INFO&gt;&lt;/ITEMLINK&gt; x1", "&lt;ITEMLINK&gt;Pencil Case&lt;INFO&gt;738&lt;/INFO&gt;&lt;/ITEMLINK&gt; x5", " ", "^FF0000 ---- Sản Phẩm ---- ^000000", "&lt;ITEMLINK&gt;Linguistic Book Hat&lt;INFO&gt;5422&lt;/INFO&gt;&lt;/ITEMLINK&gt;", " ", "Loại: ^777777L^000000", }, slotCount = 0, ClassNum = 0 }, 

When i clicked any &lt;ITEMLINK&gt; 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", "&lt;ITEMLINK&gt;Yggdrasil Leaf&lt;INFO&gt;610&lt;/INFO&gt;&lt;/ITEMLINK&gt;", "^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.

 
Last edited by a moderator:
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.

 
Last edited by a moderator:
Maybe client is not made to handle item description window from description window of other item xD

 
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.

 
Yay, it's working.
I right when think i diff-ed something wrong.
Still using 20140205
 
Last edited by a moderator:
Back
Top