how to read a hexed url?

Black Box

New member
Messages
42
Points
0
Location
In a distant land.
Emulator
A hexed can read and display a url in the game?
 
example of what I'm wondering:
 
mes "http://www.google.com";
close;
 
I learned that the hexed supports read url'se display the page within the game as this is possible? and how to proceed?
 
 
image:
 
rkctxc.png

 
Last edited by a moderator:
I didn't quite understood your english (are u really from USA? xD), but I guess you are searching for the following:

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

 
I didn't quite understood your english (are u really from USA? xD), but I guess you are searching for the following:

mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
Thank you this is working. Yes I live in salt lake city.
 
where I find topics relating to tags in the client?.
I don't know, but I got those info at a text file in my PC that may be helpful:

Code:
mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats"; the [Hat Maker] will be clickable in the client and make a navigation to the npc. also it works with the browser too mes "You can <URL>Google<INFO>[URL="http://www.google.com/"]http://www.google.com/</INFO></URL>[/URL] anything";clicking Google will open the browsermes "<ITEMLINK>HIIII Im valk shield<INFO>2115</INFO></ITEMLINK>";
 
I didn't quite understood your english (are u really from USA? xD), but I guess you are searching for the following:

mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
Thank you this is working. Yes I live in salt lake city.
 
where I find topics relating to tags in the client?.
I don't know, but I got those info at a text file in my PC that may be helpful:

mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats"; the [Hat Maker] will be clickable in the client and make a navigation to the npc. also it works with the browser too mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";clicking Google will open the browsermes "<ITEMLINK>HIIII Im valk shield<INFO>2115</INFO></ITEMLINK>";

Thank you very much! Can Closed.

 
This work, but the window is very small. Is it possible to open the window to a predetermined size?

 
Back
Top