Friday, December 24, 2004

Macro: Speed Reading


Tired of standing around waiting for that NPC to write out that quest for you? Worse yet, trying to pick up a quest that is instanced (1 occurrence at a time), just to have someone snake it out from under you while you're waiting for the NPC to write it out? Well, try this handy little macro, and watch the quests load like wildfire.

/script QUEST_DESCRIPTION_GRADIENT_CPS = 600000
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS")
/script DEFAULT_CHAT_FRAME:AddMessage("Quests are now SUPER SPEEDY!");

Tired of having the quests load so quickly, speedily and efficiently? Want to go back to the old days when the only time you could afford to take a bathroom break was when the NPCs were slowly writing out their quest descriptions? Then try this handy little macro. I don’t know why you would do it, but, to each his/her own.

/script QUEST_DESCRIPTION_GRADIENT_CPS = 40
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS")
/script DEFAULT_CHAT_FRAME:AddMessage("Quests are now regular speed!");

-- E1/Laila


P.S. To do a macro, type /macro in the chat box to bring up the macro screen. Here you choose a name and icon for your macro, then type the macro in the macro dialogue space. Once finished, you can run the macro from the macro screen or drag the icon to a shortcut bar. Also, you can cut-and-past the macros from here into WoW, so that you don't have to retype them.

No comments: