Jump to content
  • 0
Sign in to follow this  
Balfear

Item description in NPC message

Question

Help to find the script command to display information about the item.
The link is written in the NPC dialogue. 
In the dialogue box to display the text "Display Name" and clicking on it
open the description with the image of things.
Was like this:


<ITEM>Display Name<INFO>Item id</INFO></ITEM>";

 

Sorry for bad English.

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Help to find the script command to display information about the item.

The link is written in the NPC dialogue. 

In the dialogue box to display the text "Display Name" and clicking on it

open the description with the image of things.

Was like this:

 

<ITEM>Display Name<INFO>Item id</INFO></ITEM>";

 

Sorry for bad English.

hello 

did not quite understand what u want ...

Share this post


Link to post
Share on other sites
  • 0

 

Help to find the script command to display information about the item.

The link is written in the NPC dialogue. 

In the dialogue box to display the text "Display Name" and clicking on it

open the description with the image of things.

Was like this:

 

<ITEM>Display Name<INFO>Item id</INFO></ITEM>";

 

Sorry for bad English.

hello 

did not quite understand what u want ...

 

Was like this:

<ITEM>Butterfly Wing<INFO>602</INFO></ITEM>";

 

 

vcCoIPHECbk.jpg

Edited by balfear

Share this post


Link to post
Share on other sites
  • 0

O.o I believe it's <ITEMLINK> what your looking for, but I'm not sure if we have it working here yet. All my attempts have failed. <URL> & <NAVI> works though.

Share this post


Link to post
Share on other sites
  • 0

O.o I believe it's <ITEMLINK> what your looking for, but I'm not sure if we have it working here yet. All my attempts have failed. <URL> & <NAVI> works though.

 Thanks it work!

example:

 

mes "Message text <ITEMLINK>Butterfly Wing<INFO>602</INFO></ITEMLINK> text.";

Share this post


Link to post
Share on other sites
  • 0

 

 

Help to find the script command to display information about the item.

The link is written in the NPC dialogue. 

In the dialogue box to display the text "Display Name" and clicking on it

open the description with the image of things.

Was like this:

 

<ITEM>Display Name<INFO>Item id</INFO></ITEM>";

 

Sorry for bad English.

hello 

did not quite understand what u want ...

 

Was like this:

<ITEM>Butterfly Wing<INFO>602</INFO></ITEM>";

 

 

vcCoIPHECbk.jpg

"+ Getitemname (ID) +" =)

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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