View Single Post
  #7  
Unread 05-03-2007, 08:49 AM
Eshaac's Avatar
Eshaac Eshaac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Test
Posts: 160
Default

Quote:
Originally Posted by FloridaFringe View Post
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

hhmm, well I guess that is ok for the Othesus browser, but what about the fetish browser, which is the one I'm using.
Reply With Quote