Thread: Daily To-Do's
View Single Post
05-04-11, 05:45 AM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
It's very neat to use a GameTooltip for getting the localized quest names

But while on the subject, although a bit off-topic, I'm looking for a way to also get the Quest Level (which colors the quest compared to the player's level). Because without it the quest link isnt a proper hyperlink and can't be linked to chat ..

The only functions/ways I've found so far only work for quests which are in the Quest Log
Code:
/run SendChatMessage("\124cffffff00\124Hquest:123:10\124h[The Collector]\124h\124r") -- works
/run SendChatMessage("\124cffffff00\124Hquest:123\124h[The Collector]\124h\124r") -- doesn't work
-- Edit: oh, and sorry for asking this in a released addon thread

Last edited by Ketho : 05-04-11 at 05:56 AM.
  Reply With Quote