How to make a link on quest ?

mrlongshen

Noobies
Messages
1,126
Points
0
Age
36
Location
localhost 127.0.0.1
Emulator
Hello,

how to make like this ?

An clickable item or an popup windows.

eRnT3kI.png


On event coin click

4kBOH6v.png


 
I can just point you to a tip since  i can not find the information how to do it, but it has possibly to do something with that system:

Code:
If you're using a client from 2011-10-10aRagexe.exe onwards, you can also use automatic navigation and open URLs in browser by using some HTML-likelabels. For example:    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";Will make the [Hat Maker] text clickable in the client and start a navigation to that point.    mes "You can <URL>Google<INFO>[URL="http://www.google.com/"]http://www.google.com/</INFO></URL>[/URL] anything";Clicking Google will open the browser and point to Google website.
 
@@mrlongshen this is a NPC  script, i saw this kind of NPC from rAthena users, but i don't know if there is a source mod injected to make it work

 
Last edited by a moderator:
mes "<ITEMLINK>VALKYRIE shield<INFO>2115</INFO></ITEMLINK>";

Its RO client feature, just put it and you will get the desired output.

 
Last edited by a moderator:
@@Dastgir @Oxxy 
default_tongue.png
haha, wondering how it works in the first place, but thank you about that info haha 
default_biggrin.png
 
default_biggrin.png
You provide Item ID in client as I shown, and client recognizes it, and shows description box(with description as defined in itemInfo)

 
@@Dastgir

mes "<ITEMLINK>VALKYRIE shield<INFO>2115</INFO></ITEMLINK>";

Its RO client feature, just put it and you will get the desired output.
Damn i was close i tried <ITEM> and <ITEMID> i would have never thougt of <ITEMLINK>

Are all tags documented somewhere? I think it would be  great addition.

 
@@Dastgir

mes "<ITEMLINK>VALKYRIE shield<INFO>2115</INFO></ITEMLINK>";

Its RO client feature, just put it and you will get the desired output.
Damn i was close i tried <ITEM> and <ITEMID> i would have never thougt of <ITEMLINK>

Are all tags documented somewhere? I think it would be  great addition.
yes we need to know all theses tips.

Please make a topic or add it in script_command.txt...

 
Back
Top