View Single Post
  #6  
Unread 05-02-2007, 10:20 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Default

EDIT: I was able to use the info above and have corrected the issue for the Active Quest Helper, Examine & Inspect Player windows. These changes will open the browser, load the appropriate page and search accordingly. No more homepage issues and no more having to double click.

I didn't touch the Quest Journal since multiple tab windows always give me trouble. I don't know how to mod them correctly as the tabs always end up missing after any changes that I make.

FYI: not sure if it matters but Allakhazam's is missing the "h" in the BrowseAla / Tooltip section for each of the 4 windows.

Hopefully you can use this info to help with some quick updates to each of the windows that utilize this great feature. Thanks again for everything.


ACTIVE QUEST HELPER

OthURIString='http://eq2.allakhazam.com/search.html?q=' ## parent.QuestName.text
browser OthURIString

OthURIString='http://eq2i.com/articles/Special:Search?search=' ## parent.QuestName.text
browser OthURIString

OthURIString='http://www.google.com/search?q=eq2+' ## parent.QuestName.text
browser OthURIString


EXAMINE

OthURIString='http://eq2.allakhazam.com/search.html?q=' ## parent.LorePage.Name.text
browser OthURIString

OthURIString='http://eq2i.com/articles/Special:Search?search=' ## parent.LorePage.Name.text
browser OthURIString

OthURIString='http://www.google.com/search?q=eq2+' ## parent.LorePage.Name.text
browser OthURIString


INSPECT PLAYER

OthURIString='http://eq2players.station.sony.com/characters/quickSearch.action?name=' ## parent.PlayerName.text ## '&searchType=character'
browser OthURIString

Last edited by FloridaFringe : 05-02-2007 at 11:26 PM.
Reply With Quote