Jump to content
  • 0
Hadeszeus

2018 Client crashed when clicking <ITEM> LINK in ItemInfo.lua

Question

 I tried using <ITEM>Red Potion<INFO>501</INFO></ITEM> and it showing a link to the item but clicking it will crash the client.
I know it's client limitation and I can't find diff in nemo to fix this issue.

Is there anyone who knows a 2018 client that <item> works? I'm using 2018-04-18.
 

Thanks!

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0
1 hour ago, Hadeszeus said:

 I tried using <ITEM>Red Potion<INFO>501</INFO></ITEM> and it showing a link to the item but clicking it will crash the client.
I know it's client limitation and I can't find diff in nemo to fix this issue.

Is there anyone who knows a 2018 client that <item> works? I'm using 2018-04-18.
 

Thanks!

use <ITEMLINK> instead of <ITEM>

Sample

mes "<ITEMLINK>"+getitemname(512)+"<INFO>512</INFO></ITEMLINK>";


 

Edited by Kuya Jeo

Share this post


Link to post
Share on other sites
  • 0
21 minutes ago, Kuya Jeo said:

use <ITEMLINK> instead of <ITEM>

Sample

mes "<ITEMLINK>"+getitemname(512)+"<INFO>512</INFO></ITEMLINK>";


mes "<ITEMLINK>"+getitemname(512)+"<INFO>512</INFO></ITEMLINK>";


 

Kuys, thanks for the reply. I'm adding it in ItemInfo.lua file. I tried <ITEMLINK> but it's rendering as text while <ITEM> seems to be working except that when I clicked the link client crashed. 
 

Share this post


Link to post
Share on other sites
  • 0

idk why it crashing for you, but better use function F_MesItemInfo

like this

F_MesItemInfo(501)

 

Share this post


Link to post
Share on other sites
  • 0
1 hour ago, 4144 said:

idk why it crashing for you, but better use function F_MesItemInfo

like this

F_MesItemInfo(501)


F_MesItemInfo(501)

 

Hi 4144, thank you for your reply as well. Just want to clarify Im doing it on ItemInfo.lua (client side).

<ITEM>Red Potion<INFO>501</INFO></ITEM>   <--- this is crashing on 2018-04-18b client that I used. So probably a client issue that needs hex? just want to ask if there's another client (newer) that might support this.

 

Share this post


Link to post
Share on other sites
  • 0

The same trouble. When trying to use item link in item description (written in ItemInfo.lua), it crashes the client. In scripts it works well. If anyone have solution on this issue, please advise, will be highly appreciated. 🙏

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.