Im looking for some sort of api function to follow quest objective status, so that I can try to make a mod that will put the quest objectives as they are completed or advanced in the chat box (local only, not sent through a channcel) instead of just floating for 2 seconds on my screen.
Any advice or knowledge of other mods that do this?
Sorry for the late reply, but Ive been busy lately.
Thanks for the tip, it was quite useful and I was able to hack something together from your example. However, the only thing I cant seem to figure out now is if the UI_INFO_MESSAGE message parameter includes the quest name (as it is shown on screen as (Quest Name) Quest Objective ?/?), its not showing up when adding it to the chat frame using ChatFrame1:AddMessage, only the quest objective and progress.
Any further suggestions?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Im looking for some sort of api function to follow quest objective status, so that I can try to make a mod that will put the quest objectives as they are completed or advanced in the chat box (local only, not sent through a channcel) instead of just floating for 2 seconds on my screen.
Any advice or knowledge of other mods that do this?
http://github.com/tekkub/quecho/blob/ffd2bac5ece490368b8b9617052c1f28a57a7565/Quecho.lua#L70-73
http://github.com/tekkub/tourguide/blob/e7bdfa4acdbf853d5fc2e0d84f7712d225c2804a/QuestTracking.lua#L54-57
Thanks for the tip, it was quite useful and I was able to hack something together from your example. However, the only thing I cant seem to figure out now is if the UI_INFO_MESSAGE message parameter includes the quest name (as it is shown on screen as (Quest Name) Quest Objective ?/?), its not showing up when adding it to the chat frame using ChatFrame1:AddMessage, only the quest objective and progress.
Any further suggestions?