Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-08-2015, 10:13 PM
spyyder
Fire Beetle
 
Join Date: Jul 2009
Location: orego
Posts: 5
Default Easy access to in game browser

I'm sure many have figured this out, or even a better way, but it took a little messing around to make it easy for my own use. The code to do it I found here on the forums (sorry, I forget who posted it).

Using the Underfoot client, I can now access the in-game browser with "/say internet"

In:
EQEmulator->quests->global->global_player.pl

I added:
sub EVENT_SAY {
if($text=~/internet/i) {
$client->SendWebLink("https://www.google.com");
}
}

You can change the address to whatever of course. But now I can look stuff up no matter where my characters are without having to window out. Handy, and thanks for tips that lead me to this!
Reply With Quote
 

Tags
in game browser


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:59 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3