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)

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 03-09-2015, 03:05 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Keep in mind, with global_player.pl you must have a player.pl in the zone folder for whatever zone you're in, regardless of whether or not the player.pl is empty, it is required for the global_player.pl to parse.
Reply With Quote
  #3  
Old 03-09-2015, 03:26 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Kingly_Krab View Post
Keep in mind, with global_player.pl you must have a player.pl in the zone folder for whatever zone you're in, regardless of whether or not the player.pl is empty, it is required for the global_player.pl to parse.
That is not the case. They run dual stack.
Reply With Quote
  #4  
Old 03-09-2015, 03:31 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

It was the case, it may not be the case anymore though. It used to require player.pl.
Reply With Quote
  #5  
Old 03-10-2015, 03:18 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

For future reference, the issue to which I was referring was fixed in this commit: https://github.com/EQEmu/Server/comm...6647cfcc4d8fec
Reply With Quote
Reply

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 06:47 PM.


 

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