Item description in NPC message

Balfear

New member
Messages
16
Points
0
Location
Moscow
Emulator
rAthena
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.

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

 
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


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

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

 
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) +" =)

 
Back
Top