Printing Daily Quests
Posted: Sun Jan 02, 2011 9:09 pm
For those who sometimes want to know how are you doing in daily quests I produced this simple code.
It indicates how many daily quests you have left to hand in!
It has the particularity that because it is so small it can (usefully) be used within a game macro, so I just set a hotkey to it and BAM!
anyways enjoy.
.....:::::: VERSION 2.0 ::::::......... This new version includes:
-- Auto setting a macro
-- printing to the game chat window
-- printing in color
TODO: set hotbar for the macro
USAGE: showDQ([slot_nr,macro_name])
-slor_nr is the macro slot desired to set the ingame macro (if slot_nr is nil then the macro isn't set)
-macro_name is the name of the macro set (defaults to "Dailies" if empty)
It indicates how many daily quests you have left to hand in!
It has the particularity that because it is so small it can (usefully) be used within a game macro, so I just set a hotkey to it and BAM!
anyways enjoy.
.....:::::: VERSION 2.0 ::::::......... This new version includes:
-- Auto setting a macro
-- printing to the game chat window
-- printing in color
TODO: set hotbar for the macro
USAGE: showDQ([slot_nr,macro_name])
-slor_nr is the macro slot desired to set the ingame macro (if slot_nr is nil then the macro isn't set)
-macro_name is the name of the macro set (defaults to "Dailies" if empty)