| |
INDEX
The Definitive Macro List NOTES
Useful Mods to enhance your Macros
UI Macros:
**Reload Console**
Add Message To Error Frame
Faster Quest Text
Skip Quest Description and Accept
Window mode Toggle
Character Macros:
Assist Target
Buff/Heal Target of any level using BestBuff addon
Casting Heal using AfterCast addon
Heal/Buff Target If Friendly else Heal Self and Retarget Hostile
Open/Close ALL Bags
Pet Attack Macroes
Self Cast
Self Bandage/Heal Macro
Switching Hotbars
Toggle Mine/Herb Tracking
Toggle Two Action Bar Pages
Use Talisman of Ephemeral Power on every cast when not coolingdown
Weapon Swap
Weapon Swap 2h to 1h+shield or dual wield
Whisper Target of Heal
Hunter Macros:
Assist Pet
Attack Type Based on Range
Pet Attack
Pet Attack And Assist Pet
_______________________________________The Definitive Macro List NOTES_______________________________________
This is a compiled list of macros and scripts for World of Warcraft, most of which I had nothing to do with. This is a meaty list with not a lot of explanation, for a more indepth FAQ about macros and Addons please refer to Cairenn's thread here: http://tinyurl.com/cyxmv . If you need a list of the WoW API functions look here: http://www.wowwiki.com/World_of_Warcraft_API
To add these to the game highlight and copy the quoted macros or scripts. Inside the game open the macro window (type /macro in the chat box and press enter) and hit "ctrl v" to paste it into the macro. Note that not all the macros are completed and you need to 'fill in the blanks' for it to suit your character. If a macro isn't working please first check that you 'filled in all the blanks'... if you double check and see nothing wrong, then you may post here and ask. With many of the listed macros, are mods which accomplish the same or similar tasks that might be more convenient for you to use.
pls note: shift clicking spells from the spellbook while your cursor is in the macro edit box will auto write that spell in the correct way for it to cast from that macro.
Useful Mods to enhance your Macros:
SuperMacro
http://www.curse-gaming.com/mod.php?addid=629
MegaMacro
http://www.curse-gaming.com/mod.php?addid=564
AfterCast (Readme must be opened in Word, looks corrupted in Notepad)
http://www.curse-gaming.com/mod.php?addid=304
BestBuff
http://www.curse-gaming.com/mod.php?addid=507
ChatAlias
http://www.curse-gaming.com/mod.php?addid=340
UI Macros:
**Reload Console**
Add Message To Error Frame
Faster Quest Text
Skip Quest Description and Accept
Window mode Toggle
**Reload Console**
Contributed by: Tyndral
Description/Usage:
Use this command to refresh your screen (will also release your spirit if you are a corspe). You can load addons while the game is running and you are logged on simply by using this macro once the addon is added to your Interface/Addons folder.
Macro:
Q u o t e: /script ReloadUI();
Add Message To Error Frame
Contributed by: Unknown
Description/Usage:
add message in the error frame.. could be useful :S first three '1.0's are the red green blue values, the 0.5 is transparency.
Macro: Q u o t e:
/script UIErrorsFrame:AddMessage("Do you see me?", 1.0, 1.0, 1.0, 0.5, UIERRORS_HOLD_TIME);
Faster Quest Text
Contributed by: Hexxus
Description/Usage:
Here's the quest text speed up macro I use:
Macro:
Q u o t e: /script QUEST_DESCRIPTION_GRADIENT_CPS = 600000
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS")
/script DEFAULT_CHAT_FRAME:AddMessage("quest text will scroll faster now");
Related Mods:
FastQuestText
http://www.curse-gaming.com/mod.php?addid=1739
-FastQuest-
http://www.curse-gaming.com/mod.php?addid=812
Skip Quest Description and Accept
Contributed by: Perilous
Description/Usage:
Use this to avoid waiting for the text to scroll by before being able to accept a quest.
Macro: Q u o t e: /script AcceptQuest()
Window Mode Toggle
Contributed by: Cowtaro
Description/Usage:
Add these commands to a macro, and it will allow you to very easily toggle between Windowed and Full-Screen modes.
Macro:
Q u o t e: /script SetCVar("gxWindow", 1 - GetCVar("gxWindow"));
/script RestartGx()
[ post edited by Blissfulpain ]
LFG MOD: Call to Arms http://tinyurl.com/cwe7b
|