View Single Post
01-14-08, 01:30 PM   #11
Julith
A Deviate Faerie Dragon
 
Julith's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 11
Until somebody implements this (pretty neat) idea you can use the following makro while the quest you want to look up is opened in you quest dialog:

Code:
/script local eb=DEFAULT_CHAT_FRAME.editBox;eb:Show();eb:SetText("http://www.wowhead.com/?search="..string.gsub(GetQuestLogTitle(GetQuestLogSelection())," ","+"))
  Reply With Quote