mrlongshen 22 Posted July 10, 2015 Hello, how to make like this ? An clickable item or an popup windows. On event coin click Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 10, 2015 mes "<ITEMLINK>VALKYRIE shield<INFO>2115</INFO></ITEMLINK>"; Its RO client feature, just put it and you will get the desired output. Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted July 10, 2015 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. 1 luizragna reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 10, 2015 @@Winterfox how about to link the item databse ? Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 10, 2015 (edited) @@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 July 10, 2015 by Zhao Chow Quote Share this post Link to post Share on other sites
0 Oxxy 24 Posted July 10, 2015 @@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 Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 10, 2015 @@Dastgir @Oxxy haha, wondering how it works in the first place, but thank you about that info haha Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 10, 2015 @@Dastgir @Oxxy haha, wondering how it works in the first place, but thank you about that info haha You provide Item ID in client as I shown, and client recognizes it, and shows description box(with description as defined in itemInfo) Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted July 10, 2015 @@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. Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 10, 2015 @@Zhao Chow yeah true. I like this because look neat and make user easy to understand XD @@Oxxy I dont want to link to url. Just database. @@Dastgir thanks alot. will try it. @@Winterfox I want too the documentation or wiki Quote Share this post Link to post Share on other sites
0 vykimo 68 Posted July 13, 2015 @@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... Quote Share this post Link to post Share on other sites
0 Louis T Steinhil 4 Posted July 11, 2016 does the item link work on 20151104? Quote Share this post Link to post Share on other sites
Hello,
how to make like this ?
An clickable item or an popup windows.
On event coin click
Share this post
Link to post
Share on other sites