Thread: Quest_greeting
View Single Post
08-18-08, 02:20 AM   #4
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 199
You could unregister the Blizz' QuestFrame from all events so that it won't be longer shown when you talk to an npc - and then you show your own frame when the events trigger. I think this would be the best solution.

The other methods are modifying the WoW Code and overriding functions or hooking the functions so that your changes are executed after the frame has been updated.

The risk of the addon getting broken with an update patch is alway there, so this shouldn't make a big difference

Could you tell me what changes do you want to make on the questframe?
  Reply With Quote