| View previous topic :: View next topic |
| Author |
Message |
Jebuss
Officer
 Level 80 Priest
Joined: 13 Aug 2008 Posts: 95
|
Posted: Fri Sep 04, 2009 2:14 am Post subject: AutomaticMacro for CD's, bloodfury, beserking, etc |
|
|
The following macros will automatically use your racial cooldown as well as your current spell with no Annoying errors. I created these macros simply because the beserking one is one i have used for a long time now and i thought i'd share it.
The first one will be what you can change in the macro to suite your needs, the second will be a healing version of the macro for you healers out their.
You can also add /use 13, /use 14 to the macro to use trinkets as well as any /cast SPELLNAMEHERE if its off the general cooldown. (For example inner focus is off the GC so i could add that to a divine hymm macro)
DPS
Replace w/e you needed to replace
| Code: | #showtooltip spell you want the icon to be here
/run UIErrorsFrame:Clear()
/cast Berserking(racial) - /cast Blood Fury(racial) - /cast arcane torrent(racial)
/cast incinerate - /cast steady shot - /cast mortal strike |
EXAMPLE #1 ORC WARLOCK DPS
| Code: | #showtooltip incinerate
/run UIErrorsFrame:Clear()
/cast Blood Fury(racial)
/cast incinerate |
EXAMPLE #2 TROLL HUNTER DPS
| Quote: | #showtooltip steady shot
/run UIErrorsFrame:Clear()
/cast Berserking(racial)
/cast steady shot |
EXAMPLE #3 BLOOD ELF ROGUE DPS
| Code: | #showtooltip sinister strike
/run UIErrorsFrame:Clear()
/cast arcane torrent(racial)
/cast sinister strike |
Next I will go over healers using these racial macros.
The healer macros have a slight difference due to adding alt so they can target themself and heal by holding alt.
HEALERS
| Code: | #showtooltip spell you want the icon to be here
/run UIErrorsFrame:Clear()
/cast Berserking(racial) - /cast Blood Fury(racial) - /cast arcane torrent(racial)
/cast [mod:alt, target=player][help] greater heal;[heal] greater heal; |
EXAMPLE #1 TROLL PRIEST
| Code: | #showtooltip flash heal
/run UIErrorsFrame:Clear()
/cast Berserking(Racial)
/cast [mod:alt, target=player][help] Flash heal; [help] flash heal; |
EXAMPLE #2 ORC SHAMAN
| Code: | #showtooltip chain heal
/run UIErrorsFrame:Clear()
/cast blood fury(racial)
/cast [mod:alt, target=player][help] chain heal; [help] chain heal; |
EXAMPLE #3 BLOOD ELF PALADIN
| Code: | #showtooltip divine plea
/run UIErrorsFrame:Clear()
/cast arcane torrent(racial)
/cast [mod:alt, target=player][help] divine plea; [help] divine plea; |
HYBRID DPS
This one below Is an example of a hybrid dps which will use holy fire if the target is of the opposing faction/creature/anything that is attackable. If the target is friendly or healable it will use greater heal, if alt is held down it will target itself and greater heal itself. (The rest of the racials have been added for convenience but they do not need to be included in the macro in order for it to work)
| Code: | #showtooltip Greater heal
/run UIErrorsFrame:Clear()
/cast Berserking(racial) - /cast Blood Fury(racial) - /cast arcane torrent(racial)
/cast [mod:alt, target=player][help] Greater Heal; [harm] Holy Fire;
|
EXAMPLE #1 ORC SHAMAN
| Code: | #showtooltip Lightning bolt
/run UIErrorsFrame:Clear()
/cast Berserking(racial)
/cast [mod:alt, target=player][help] lesser healing wave; [harm] Lightning bolt; |
EXAMPLE #2 TAUREN DROOD
| Code: | #showtooltip wrath
/use 13
/use 14
/run UIErrorsFrame:Clear()
/cast [mod:alt, target=player][help] Rejuvenation; [harm] wrath; |
They is also shift/ctrl modifiers.
Heres a few quick examples.
Priest using flash heal, otherwise binding heal when shift is held
| Code: | | /cast [mod:shift] binding heal; flash heal |
Heres the same macro with ctrl
| Code: | | /cast [mod:ctrl] binding heal;flash heal |
And heres a edited one that will cast flash heal if nothing is held, greater heal if shift is held and binding heal if ctrl is held.
| Code: | | /cast [mod:shift] greater heal; [mod:ctrl] binding heal; flash heal |
If you need any help on any of these macro's please respond here and if i dont answer give me a quick /slap ingame  _________________
Bitches be crazy! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by Guildomatic
World of Warcraft phpBB template "WoWMaevahEmpire" created by MAËVAH (ex-MOONCLAW) for EMPIRE guild (v2.05) - http://www.wowcr.net , World of Warcraft styles
© World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. wowcr.net is in no way associated with Blizzard Entertainment.
Powered by phpBB © 2001, 2005 phpBB Group
|