Jump to content
  • 0
mrlongshen

How to make a link on quest ?

Question

10 answers to this question

Recommended Posts

  • 0

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

 

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

Share this post


Link to post
Share on other sites
  • 0

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:

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>http://www.google.com/</INFO></URL> anything";Clicking Google will open the browser and point to Google website.

Share this post


Link to post
Share on other sites
  • 0

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

Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

@@Winterfox how about to link the item databse ?

 

mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";

 

so you can do like that:

 

mes "I need 1x <URL>TCG Card<INFO>http://ratemyserver.net/item_db.php?item_id=7227&ird=0&small=1&back=1</INFO></URL>

This will open a link to the TCG Card description on ratemyserver

Share this post


Link to post
Share on other sites
  • 0

@@Dastgir @Oxxy  :P haha, wondering how it works in the first place, but thank you about that info haha  :D  :D

You provide Item ID in client as I shown, and client recognizes it, and shows description box(with description as defined in itemInfo)

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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

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.