Register for your free account! | Forgot your password?

You last visited: Today at 13:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Makros Makros Makros!

Discussion on Makros Makros Makros! within the WoW Guides & Templates forum part of the World of Warcraft category.

Reply
 
Old   #1
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Makros Makros Makros!

Morgen zusammen.
Hier mal eine große Sammlung an Makros für jegliche Situationen.
Ich hab sie mir ned selbst ausgedacht und auch ned geschrieben, sondern lediglich copy+paste... Aber ich denke der ein oder andere wird sich trotzdem drüber freuen.
Los gehts.

Quelle:


General Macros

Max Camera Distance
This will set your camera distance(how far you can scroll back) to the maximum.
Code:
/script SetCVar("cameraDistanceMax",30)
Focus Your Mouseover
Pressing this macro will set your Focus target to your current mouse over target.
Code:
/focus [target=mouseover]

Drink/Shadowmeld

Left click for Manna Biscuit right click for Star's Tears your Shadowmeld will follow
Code:
/use [btn:1] Conjured Manna Biscuit; Star's Tears
/cast Shadowmeld
Self Bandage
Bandages yourself
Code:
/use [target=player] Heavy Netherweave Bandage

Inspect

This simple macro will attempt to inspect your target from any distance, so you can see their character model. Its useful for telling if someone is holding a 2hander, or Sword/Board.
Code:
/inspect target

Use all Healthstones

This one will use a level 70 Healthstones, attempting to use 2/2 Imp Healthstone first, followed by 1/2, then 0/2.
Code:
#showtooltip item:22105
/use item:22105
/use item:22104
/use item:22103
Disable Macro Click SFX
If you're sick of that noise it makes when you mash the button, simply make a macro for your most used spammable spells. Works the best together with ErrorMonster Addon to get rid of that red text spam aswell.
Code:
/console Sound_EnableSFX 0
[Your Macro Here]
/console Sound_EnableSFX 1

Auto Mount

This macro will use a flying mount if you can, otherwise it will use your regular mount. Note: You have to fill in the names of your mounts.
Code:
/use [flyable,nomounted] name of your flyer; [nomounted] name of your regular mount
/dismount
Auto Random Mount
If able, will mount you on a random flying mount in your bag, otherwise it will mount you on a random ground mount. Lots of fun for people who have many mounts. Note: You have to fill in the names (FlyingMountX, GroundMountX) with your mounts.
Code:
/castrandom [flyable] FlyingMount1, Flyingmount2, FlyingMount3
/castrandom GroundMount1, GroundMount2, GroundMount3
/dismount
Raid Target your Team
Puts raid targets on each of your team mates. Repace the <Player Name> with your team members. Only do once all team members are in and the warlocks have summoned their pets. Changing the numbers will change the raid symbol
Code:
/script SetRaidTargetIcon("<Player Name>",5)
/script SetRaidTargetIcon("<Player Name>",2)
/script SetRaidTargetIcon("<Player Name>",4)
/script SetRaidTargetIcon("<Player Name>",1)
Drink All Waters
Drink any water you would have with you in the Arena. If you have other waters add a "/use <Your Water Here>" line. Uses the water at the top first.
Code:
/use Conjured Glacier Water
/use Conjured Croissant
/use Star's Tears

Battle Master Trinket/Healthstone

Use this macro to pop both your Battlemaster's trinket along with you Healthstone for a nice HP Boost.
Code:
/use Battlemaster's Perseverance
/use master healthstone
Fill Proximo Instantly
This macro fills proximo/AUF instantly when the match starts. Great for teams that hide in the starting area. Of course, if there is more than one person with the same beginning letter in their name, it won't work.
Code:
/tar a
/tar b
/tar c
/tar d
/tar e
/tar f
/tar g
/tar h
/tar i
/tar j
/tar k
/tar l
/tar m
/tar n
/tar o
/tar p
/tar q
/tar r
/tar s
/tar t
/tar u
/tar v
/tar w
/tar x
/tar y
/tar z
Use Trinkets
Press the macro normally to use your top equipped trinket and press shift and the macro to use the bottom trinket.
Code:
/use [nomodifier] 13
/use [modifier:shift] 14
Combined Set/Clear Focus
Which will set your focus to whatever your mouse is hovering over, if it is hovering over a target. If not, it will set focus to your current target, if you have one. If you have neither a mouseover target, nor a currently selected target it will clear your current focus.
Code:
/stopmacro [target=mouseover,exists][exists]
/clearfocus
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:20   #2
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Druid Macros

Idol of the Unseen Moon Moonfire
Let's you use any other Idol until you cast Moonfire. It can still proc the Idol. Keep using whatever Idol you use today, use the macro so your Moonfires can proc the Idol of the Unseen Moon. Just don't forget to switch back to your standard Idol at some point after the Moonfire.
Code:
/cast Moonfire
/equip Idol of the Unseen Moon
One Click Snare Breaker
Re-enters the form you are currently in, thus breaking Snares with a single click.
Code:
#show
/cast [stance:1] !Dire Bear Form; [stance:4] !Travel form; [stance:3] !Cat Form; [stance:5]

Shadow Meld/Prowl

Nightelf Druid Only. When you are in caster form you will Shadowmeld and when you are in cat form it will Prowl.
Code:
/cast [nostance] shadowmeld; [stance:3] Prowl
Druid Buffs
Press twice with out any modifier to put up max rank Thorns and Mark of the Wild. Use any modifier (shift, ctrl, etc) to cast Rank 1 Thorns and Mark on your current target.
Code:
/castsequence reset=2/target [nomodifier] Mark of the Wild,Thorns 
/castsequence reset=2/target Mark of the Wild(Rank 1),Thorns(Rank 1)

Moonfire

Casts Rank 1 Moonfire if no modifier is used. Uses max rank Moonfire if any modifier key is pressed.
Code:
/cast [nomodifier] Moonfire(Rank 1); Moonfire

Prowl/Pounce

Prowls if not stealthed, Pounces if stealthed and no modifier key is pressed, Unprowl if stealthed and any modifier(shift, ctrl, etc) is pressed.
Code:
#showtooltip [stealth] Pounce; Prowl
/cast [stealth,nomodifier] Pounce; [stealth] Prowl; [nostealth]Prowl
Prowl from any form
Puts your in cat form and prowls.
Code:
# show Prowl 
/cast [nostance:3] Cat Form; [stance:3, nostealth] Prowl

Pounce in Prowl Otherwise Rake

If you are stealthed it will Pounce the target. Otherwise it will rake the target.
Code:
/cast [nostealth] Rake; [stealth] Pounce

One Button Faerie Fire

Sets one button for both Faerie Fire and Faerie Fire (Feral)
Code:
/cast [nostance] Faerie Fire; Faerie Fire (Feral)()
Nature's Swiftness Healing Touch (Target)
NS Heals the Target if it is friendly to you. Otherwise it will NS heal you.
Code:
/cast Nature's Swiftness
/stopcasting
/cast [help] Healing Touch; [target=player] Healing Touch

Mouseover Heal/Cure

Will cast Regrowth on your mouseover target if one exists and is friendly, otherwise it will cast Regrowth normally. Replace Regrowth with Rejuvenation, Lifebloom, Abolish Poison, Cure Curse, Healing Touch, or any other spell of your choosing.
Code:
#showtooltip Regrowth
/cast [target=mouseover,exists,help,nodead] Regrowth; Regrowth
Nature's Swiftness Healing Touch with Regrowth in Treeform
Casts Nature's Swiftness and if you are not in tree form it will cast Healing Touch. If you are in Treeform it will cast Regrowth. Additionally if you are mousing over a friendly target it will cast the heal on them otherwise it will cast normally.
Code:
/cast Nature's Swiftness
/stopcasting
/cast [target=mouseover,exists,help,nodead,nostance] Healing Touch; [nostance] Healing Touch; [target=mouseover,exists,help,nodead] Regrowth; Regrowth
Cyclone Focus
If shift is held when pressing the macro it will Cyclone your focus target. Otherwise it will Cyclone your target.
Code:
#showtooltip Cyclone /cast [target=focus, modifier:shift] Cyclone; Cyclone

Cyclone Focus 2

This will Cyclone your target if your target is hostile, and Cyclone your Focus target if you are not targetting a hostile enemy (aka targetting a teammate or no target)
Code:
/cast [harm, target=target] [target=focus] Cyclone

Root Focus

This will Root your target if your target is hostile, and Root your Focus target if you are not targetting a hostile enemy (aka targetting a teammate or no target)
Code:
/cast [harm, target=target] [target=focus] Entangling Roots(Rank 1)

One Button Feral Charge

Shifts you to Bear Form and Charges your current target. Requires mashing as you wait for Furor to tick.
Code:
/cast [nostance:1] Dire Bear Form
/cast [stance:1] Feral Charge

Root Focus

If shift is held when pressing the macro it will Root your focus target. Otherwise it will Root your target. Uses Root Rank 1 to save mana.
Code:
#showtooltip Entangling Roots(Rank 1)
/cast [target=focus, modifier:shift] Entangling Roots(Rank 1); Entangling Roots(Rank 1)
One Button Stun
All your forms' stuns on one button. Remove the first line if you are not a Tauren.
Code:
/cast [nostance] War Stomp(Racial)
/cast [stance:1] Bash
/cast [stealth] Pounce
/cast [stance:3][nostealth] Maim
All Terrain Travel Forms
Uses the appropriate travel form for your situation.
Code:
/stopmacro [stance:5, flyable]
/stopmacro [stance:2, swimming]
/stopmacro [stance:4, noflyable]
/stopmacro [stance:4, combat]
/cancelform
/cast [flyable, nocombat, noswimming] Flight Form
/cast [noswimming] Travel Form
/cast [swimming] Aquatic Form
Innervate Self and Protect

This will cast Innervate on yourself and put three Rank 1 Buffs to protect it. Macro must be pressed multiple times due to Global Cool Downs on each cast. Useful against Hunter's arcane shot and Warlock pets. As always select the '?' as your macro icon so you can see the next spell in the cast sequence.
Code:
#showtooltip
/castsequence reset=30 [target=player] Innervate, Thorns(Rank 1), Mark of the Wild(Rank 1), Rejuvenation(Rank 1)
Totem Killer
Targets Shaman Totems (the highest priority target's are at the end of the macro) and destroys them with Rank 1 Moonfire.
Code:
#showtooltip Moonfire
/target Poison Clean
/target Mana Spring
/target Tremor Totem
/target Wrath of Air Totem
/target Windfury Totem
/target Mana Tide Totem
/target Grounding Totem
/cast Moonfire(Rank 1)

Super Innervate

Innervates you and uses your plus spirit trinket (remove the line: "/use Bangle of Endless Blessings" if you do not have the trinket) as well as equips a staff with spirit on it. Replace <Name of Spirit Staff> with the name of YOUR staff. NOTE: It will not switch back to your normal weapon once the Innervate is finished.
Code:
#showtooltip Innervate
/cast [target=player] Innervate
/stopcasting
/use Bangle of Endless Blessings
/equip <Name of Spirit Staff>
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:20   #3
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Hunter Macros
Multishot (Rank 6)/Multishot (Rank1)
Uses Multishot (Rank 6) when pressed normally. Uses Multishot (Rank 1) when pressed along with the modifier Alt.
Code:
#showtooltip Multi-Shot(Rank 6) /cast [modifier:alt] Multi-Shot(Rank 1); Multi-Shot(Rank 6)
Mouseover/Target/Focus Viper Sting
Attack current target if there is no target under the mouse. When pressed in combination with alt, it attacks your focus target. Replace Viper Sting(Rank 4) with any other attack (Silencing Shot/Scatter Shot).
Code:
#showtooltip Viper Sting(Rank 4) /cast [target=mouseover, harm][harm] Viper Sting(Rank 4) /cast [target=focus, modifier:alt] Viper Sting(Rank 4)

Beast Mastery Pet Attack

Casts Beast Mastery, Intimidation, and sends the pet to attack the current target in the same click
Code:
/cast Bestial Wrath /stopcasting /cast Intimidation /petattack

Pet Attack/Follow Toggle

Pet attacks your target if he does not have a target. Pet follows you if he is attacking something already.
Code:
/petfollow [target=pettarget,exists] /petattack [target=pettarget,noexists]

Steady/Auto Shot

Prevents you from cutting off your Auto Shot when spamming Steady Shot.
Code:
#showtooltip Steady Shot /castsequence reset=target/3 Steady Shot, Auto Shot
Steady Shot/Auto Shot/Kill Command
Like the above macro it prevents you from cutting off your Auto Shot when spamming Steady Shot. This macro adds in Kill Command for BM DPS
Code:
#showtooltip Steady Shot /script UIErrorsFrame:Hide() /cast [target=pettarget] Kill Command /castsequence reset=3 Steady Shot, Auto Shot /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Steady Shot/Auto Shot/Kill Command/Wind Serpent Lightning Breath

Like the above macros it prevents you from cutting off your Auto Shot when spamming Steady Shot. This macro adds in Kill Command and Lightning Breath. If you use a Wind Serpent, this will keep your Wind Serpent from Lightning Breathing out of range for Kill Command.
Code:
#showtooltip Steady Shot /script UIErrorsFrame:Hide() /cast [target=pettarget] Kill Command /castsequence reset=3 Steady Shot, Auto Shot /cast Lightning Breath /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Silencing Shot on Focus
Uses Silencing Shot on your Focus without losing your current target.
Code:
#showtooltip Silencing Shot
/cast [target=focus] Silencing Shot

Silencing Shot Mouseover

Keeps your target, Silences the target under your mouse. If you have no target it will Silence your current target.
Code:
#showtooltip Silencing Shot /cast [target=mouseover, harm][harm] Silencing Shot
Viper Sting on Focus
Uses Viper Sting on your Focus without losing your current target.
Code:
#showtooltip Viper Sting /cast [target=focus] Viper Sting
Viper Sting Mouseover
Keeps your target, Viper Stings the target under your mouse. If you have no target it will Viper Sting your current target.
Code:
/cast [target=mouseover, harm][harm] Viper Sting(Rank 4)

Scatter Shot on Focus

Uses Scatter Shot on your Focus without losing your current target.
Code:
#showtooltip Scatter Shot /cast [target=focus] Scatter Shot
Scatter Shot Mouseover
Keeps your target, Scatters the target under your mouse. If you have no target it will Scatter your current target.
Code:
#showtooltip Scatter Shot /cast [target=mouseover, harm][harm] Scatter Shot
Scatter Shot Target, Pet Attack Focus
Uses Scatter Shot on your current target as well as has the pet attack your focus. It's important for your pet to be on its target the whole time, so when you use this macro, quickly hit it again, and when you Scatter Shot, your pet will stay on its target instead of returning to you. This prevents the pet's target from going out of combat
Code:
#showtooltip Scatter Shot /cast [target=focus] Scatter Shot /petattack [target=focus]
Hunter's Mark Focus
Switching around Hunter's Marks is nice for distracting healers, especially when switching it between your target and your focus. Uses Rank 1 to preserve mana.
Code:
#showtooltip Hunter's Mark(Rank 1) /cast [target=focus] Hunter's Mark(Rank 1)
Steady Shot Focus
Useful for splitting your DPS evenly between your target and your focus. WARNING - This macro will clip your Auto Shot if you don't use it carefully. Good for throwing off healers by confusing them as to who they should be healing.
Code:
#showtooltip Steady Shot /cast [target=focus] Steady Shot
Arcane Shot Focus
This allows you to offensively dispel your Focus.
Code:
#showtooltip Arcane Shot /cast [target=focus] Arcane Shot
Anti-Overlap Mend Pet

Will cast Mend Pet without overlapping your previous Mend Pet
Code:
#showtooltip Mend Pet /castsequence reset=15 Mend Pet, null

KC/Mongoose Bite

Casts KC or Mongoose Bite, or both.
Code:
/script UIErrorsFrame:Hide() /cast Kill Command /stopcasting /cast Mongoose Bite /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Pet Attack Focus
If you've got a Scorpid, this macro is a lifesaver for covering a Viper Sting on your focus.
Code:
/petattack [target=focus]
Pet Totem Killing
Tells your pet to go attack totems, the most important totems go at the end of the list. Add whatever other totems you would like to the list.
Code:
/petattack [target=Healing Stream Totem] /petattack [target=Windfury Totem] /petattack [target=Mana] /petattack [target=Tremor Totem] /petattack [target=Grounding Totem]
Aspect Switching
Toggles between Aspect of the Hawk and Aspect of the Monkey.
Code:
/castsequence Aspect of the Hawk, Aspect of the Monkey
Feign Death
Stops whatever you may be casting and casts Feighn Death
Code:
#showtooltip Feign Death /stopcasting /cast Feign Death

Feign Death/Drink

Stops your pet from attacking, Feigns Death, Drinks Star's Tears (Or whatever other Beverage you wish to drink, just be sure to type in the drink's name.), sends your pet back to attack your focus target. Be sure to set your focus on the person you are draining. Alternatively, you can remove the /petattack line and use a separate Macro to engage the pet's tareget again.
Code:
#showtooltip Star's Tears /petstay /cast Feign Death /use Star's Tears /petattack [target=focus]
Weapon Swap
Replace the [2H Weapon] with your weapons. Use alt to switch to your +Int weapons. Press the macro normally to switch back to your 2 handed weapon.
Code:
/equipslot 16 [2H Weapon] /equipslot [modifier:alt] 16 [Main Hand] /equipslot [modifier:alt] 17 [Off Hand]
Aspect of the Viper Weapon Swap
Equips your one handers then puts up Aspect of the Viper. It might be necessary to hit the button twice when in combat. Note: The exclamation mark in front of the cast will allow the macro to be mashed while still keeping your aspect up.
Code:
#showtooltip Aspect of the Viper /equip [Your Main Hand] /equip [Your Off Hand] /cast !Aspect of the Viper
Aspect of the Hawk Weapon Swap
Equips your two hander then puts up Aspect of the Hawk. It might be necessary to hit the button twice when in combat. Note: The exclamation mark in front of the cast will allow the macro to be mashed while still keeping your aspect up.
Code:
#showtooltip Aspect of the Hawk(Rank 8) /equip [Your 2H] /cast !Aspect of the Hawk(Rank 8)
Aspect of the Monkey Weapon Swap
Equips your weapon that provides the most avoidance then puts up Aspect of the Monkey. Note: The exclamation mark in front of the cast will allow the macro to be mashed while still keeping your aspect up.
Code:
#showtooltip Aspect of the Monkey /equip [Your 2H Providing the Most Avoidance] /cast !Aspect of the Monkey
Send Pet to Attack
Sends your pet to attack your current target. Uses Dash or Dive when available.
Code:
/petattack /cast [pet:wolf/cat] Dash; [pet: owl] Dive /startattack
All In One - Hunter Pet
This macro feeds your pet when you're not in combat, heals it if you're in combat, resses it if its dead, and calls it if its alive but not currently out.
Code:
#showtooltip [nocombat, pet, target=pet, nodead, nomodifier] Feed Pet
/cast [nopet, modifier] Revive Pet; [target=pet, dead] Revive Pet; [nopet] Call Pet; [combat][modifier] Mend Pet
/stopmacro [combat]
/cast Feed Pet
/use Clefthoof Ribs
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:21   #4
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Mage Macros

Icelance Mouseover

Will Icelance your Mouseover target if you have once, otherwise it Icelances your target.
Code:
#showtooltip Ice Lance
/cast [target=mouseover,harm] Ice Lance; Ice Lance
Wand Mouseover
Will Wand your Mouseover target if you have once, otherwise it will Wand your target.
Code:
#showtooltip Shoot
/stopcasting
/cast [target=mouseover,harm] Shoot; Shoot
Ice Block Fast
Stop whatever you are casting and cast ice block. A second click will remove it.
Code:
#showtooltip Ice Block /stopcasting /cancelaura Ice Block /cast Ice Block

Counterspell / Focus Counterspell

Stop whatever you are casting and cast counterspell. Holding down shift will cast it on your focus target instead of your current target.
Code:
#showtooltip Counterspell
/stopcasting
/cast [modifier:shift, target=focus] Counterspell
/cast [nomodifier:shift] Counterspell
Counterspell Mouseover
Stop whatever you are casting and cast counterspell on your mouseover - if you have one. Otherwise it will cast Counterspell on your target.
Code:
#showtooltip Counterspell
/stopcasting
/cast [target=mouseover,exists,nohelp] Counterspell; Counterspell
Counterspell / Focus Counterspell Alternative
Stop whatever you are casting and cast counterspell on the focus target if it exists and on the current target if you have no focus target.
Code:
#showtooltip Counterspell
/stopcasting
/cast [target=focus, exists] Counterspell; Counterspell
Summon Water Elemental / Pet Nova
Summon your Water Elemental if it is down. If you water elemental is up, it will use your pet's ranged nova.
Code:
#showtooltip Summon Water Elemental
/cast [nopet] Summon Water Elemental
/click PetActionButton5

Summon Water Elemental / Attack

Summon your Water Elemental if hes not already out and sets it to Passive. Pressing the macro once more will send your pet to Attack your current target.
Code:
#showtooltip Summon Water Elemental
/cast [nopet] Summon Water Elemental
/stop macro [nopet]
/petpassive
/petattack

Blink Now

Stop whatever you are casting and cast blink.
Code:
#showtooltip Blink
/stopcasting
/cast Blink

AP/Trinket/POM/Pyro

Blow all your cooldowns and launch an instant Pyroblast.
Code:
/stopcasting
/cast Arcane Power
/stopcasting
/use Icon of the Silver Crescent
/stopcasting
/cast Presence of Mind
/stopcasting
/cast Pyroblast

Polymorph / Focus Polymorph

Cast rank 1 Polymorph on your current target. Holding down shift will cast it on your focus target instead of your current target.
Code:
#showtooltip Polymorph(Rank 1)
/cast [modifier:shift, target=focus] Polymorph(Rank 1)
/cast [nomodifier:shift] Polymorph(Rank 1)
Detect Magic Replacement
Now that detect magic is gone, I have replaced my macro with Rank 1 Frostbolt instead.
Code:
/cast [modifier:shift,target=focus] Frostbolt(Rank 1)
/cast [nomodifier:shift] Frostbolt(Rank 1)
Create Mana Gems
Create all mana gems. Sequence resets after one minute to match with arena prep time.
Code:
#showtooltip Conjure Mana Emerald
/castsequence reset=60 Conjure Mana Emerald, Conjure Mana Ruby, Conjure Mana Citrine, Conjure Mana Jade, Conjure Mana Agate
Use Mana Gems
Use highest available mana gem. Uses clear errors so you do not get spammed with errors.
Code:
/use Mana Emerald
/use Mana Ruby
/use Mana Citrine
/use Mana Jade
/use Mana Agate
/run UIErrorsFrame:Clear();
Eat, Drink, and Make Food/Water
This macro will create food or water or use it depending on what modifier you use.
Code:
#show Conjured Glacier Water
/use [nomodifier:alt] Conjured Glacier Water
/use [nomodifier:alt] Conjured Croissant
/cast [modifier:alt,button:1] Conjure Water
/cast [modifier:alt,button:2] Conjure Food
Cast Cone of Cold Rank 1 With Shift Full Rank Without
This will cast Cone of Cold Rank 1 when holding down the shift key otherwise it will cast the full rank spell.
Code:
#show Cone of Cold
/cast [modifier:shift] Cone of Cold(Rank 1); Cone of Cold

Cast Arcane Explosion Rank 1 With Shift Full Rank Without

This will cast Arcane Explosion Rank 1 when holding down the shift key otherwise it will cast the full rank spell.
Code:
#show Arcane Explosion
/cast [modifier:shift] Arcane Explosion(Rank 1); Arcane Explosion

Cast Blizzard Rank 1 With Shift Full Rank Without

This will cast Blizzard Rank 1 when holding down the shift key otherwise it will cast the full rank spell.
Code:
#show Blizzard
/cast [modifier:shift] Blizzard(Rank 1); Blizzard
Fire Ward/Frost Ward/Ice Barrier
Casts Fire ward while holding shift, Frost ward while holding control and otherwise Ice Barrier. (Space Saver)
Code:
#show Ice Barrier
/cast [modifier:shift] Fire Ward
/cast [modifier:ctrl] Frost Ward
/cast Ice Barrier
Decurse
Casts Remove Lesser Curse on your target, and if you're targeting an enemy, it decurses you. Nothing happens if you click the macro on an ally who doesn't have a Curse.
Code:
/cast Remove Lesser Curse
/stopcasting
/cast [target=player] Remove Lesser Curse
Decurse Mouseover/Self
Decurses the target your mouse is hovering over. If you are not hovering over a friendly target decurse yourself.
Code:
/cast [target=mouseover,exists] Remove Lesser Curse
/cast [target=player] Remove Lesser Curse
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:21   #5
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Paladin Macros

Hammer of Wrath
It first checks if your target is hostile, if it is it throws Hammer of Wrath. If it's a friendly target, it checks if your target's target is hostile and then throws Hammer of Wrath at them.
Code:
#showtooltip Hammer of Wrath
/cast [harm] Hammer of Wrath [target=targettarget,harm] Hammer of Wrath
Judgement/Seal of Righteousness
Judges your target and puts your Seal back up. Replace Seal of Righteousness with any other seal you want ie. Seal of Command.
Code:
#showtooltip Seal of Righteousness
#show Judgement
/cast Judgement
/stopcasting
/cast Seal of Righteousness

Seal of Command/Judge

First click casts seal of command, second click casts judgement. Replace the name of the Seal with whatever seal you would like it to use.
Code:
/castsequence reset=30 Seal of Command, Judgement

Divine Favor Holy Light

Will cast divine favor if you are in combat and then Holy Light on your target if it is friendly. If the target is an an enemy it will attempt to cast Holy Light on the target's target.
Code:
/cast [combat] Divine Favor
/stopcasting
/cast [help] Holy Light; [target=targettarget] Holy Light

Bubble/Bandage

When mana is tight this macro will bubble and begin bandaging with one touch.
Code:
/cast Divine Shield
/stopcasting
/use [target=player] Heavy Netherweave Bandage
Mouseover or Target Cleanse
Cleanse the mouseover if you have one otherwise it will Clense your target, if you have no target it will Cleanse you.
Code:
/cast [target=mouseover, exists] [help] [target=player] Cleanse
Repentance Focus/Target
Casts Repentance on the focus target if you have one, otherwise it will cast on your target.
Code:
/cast [target=focus, exists] Repentance; Repentance
Focus Blessing of Sacrifice
Casts Blessing of Sacrifice on the focus target if you have one, otherwise it will cast on your target.
Code:
#showtooltip
/cast [target=focus, exists] Blessing of Sacrifice; Blessing of Sacrifice
Target Specific Blessing of Sacrifice
Casts Blessing of Sacrifice on a player you have typed into the macro. Replace "Blessing of Sacrifice" with "Blessing of Freedom" to use Freedom.
Code:
#showtooltip Blessing of Sacrifice
/cast [target=<Name of Player>] Blessing of Sacrifice
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:21   #6
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Priest Macros

Power Infusion
For quick Power Infusions. Put the team mate you will be using PI on in place of the TEAMMATE text. Hold alt and press the macro to PI yourself. Pressing it normally will cast it on the party member you have designated.
Code:
/cast [modifier:alt,target=player][target=TEAMMATE] Power Infusion
Spam Mass Dispel without losing targetting circle
This is for those, who want to spam the Mass Dispel button without losing the green targetting circle. Normally hitting the Mass Dispel button twice will get rid of the green circle, losing precious time when Mass Dispelling an Iceblock/Shield
Code:
#showtooltip Mass Dispel
/cast !Mass Dispel
Shield Self
Shields yourself without losing your target.
Code:
/cast [target=player] Power Word: Shield

Shield Self Expanded

Shield yourself if you have no target or a hostile target. If you have a friendly target you will shield the friendly target.
Code:
/cast [help,target=target] Power Word: Shield
/cast [target=player] Power Word: Shield
Flash Heal Mouseover
Casts flash heal on the target under your mouse without losing your current target.
Code:
/cast [target=mouseover] Flash Heal

Mind Blast/Shadow Word:Pain

First Click Mind Blasts the target. Second click casts Shadow Word:Pain. The sequence is reset if you leave combat or you change targets.
Code:
/castsequence reset=combat/target Mind Blast, Shadow Word: Pain
Shadow Form Healing
First click pops you out of Shadow Form and flash heals. Second click puts you back in Shadow Form.
Code:
/castsequence Flash Heal, Shadowform
Silence Focus
Stops casting your current spell and Silences your focus target if you have one. Otherwise it will cast Silence normally on your target.
Code:
#showtooltip Silence
/stopcasting
/cast [target=focus,exists,harm,nodead] Silence; Silence
Dispel Magic Mouseover
Dispel Magic on mouseover target if you have one, otherwise it will cast Dispel Magic normally.
Code:
#showtooltip Dispel Magic
/cast [target=mouseover,exists] Dispel Magic; Dispel Magic
Dispel Magic Target/Focus
Will Dispel Magic on your target if pressed normally, holding shift and pressing will Dispel your Focus target.
Code:
#showtooltip Dispel Magic
/cast [target=focus,modifier:shift] Dispel Magic
/cast [target=target,nomodifier] Dispel Magic
Failsafe Shadow Word: Death
This macro will stop whatever you may be casting at the time and cast Shadow Word: Death immediately.
Code:
#showtooltip Shadow Word: Death
/stopcasting
/cast Shadow Word: Death
Failsafe Shadow Word: Death with Focus modifier
This macro will stop whatever you may be casting at the time and cast Shadow Word: Death immediately. If you use 'shift' when pressing this macro it will SW: D your focus target. Great for Mage sheeps.
Code:
#showtooltip Shadow Word: Death
/stopcasting
/cast [target=focus,modifier:shift] Shadow Word: Death; Shadow Word: Death
Shadow Word: Death Focus Target
This one helps alot since you don't have to change your current target to get the Shadow Word: Death off. As far as the modifier in the macro, it doesnt have to be shift it can be whatever works for you. For example, 5 is this Shadow Word: Death macro. I can press 5 anytime and it casts Shadow Word: Death normally on my current target. When i press Shift+5, it will Shadow Word: Death my focus target.
Code:
#showtooltip Shadow Word: Death
/cast [target=focus,modifier:shift] Shadow Word: Death; Shadow Word: Death
Mana Burn Target/Focus
This will Mana Burn your target when pressed normally and Mana Burn your focus target when used with the 'shift' key.
Code:
#showtooltip Mana Burn
/cast [target=focus,modifier:shift] Mana Burn
/cast [target=target,nomodifier] Mana Burn

Mana Burn Focus/Target 2

This will Mana Burn your focus target if you have a teammate as your target. If you have an enemy targetted it will Mana Burn them. I use this a lot in 2v2. A situation in which it can be clutch is when I'm healing my teammate and the enemy Priest comes into line of sight I can quickly tap this macro and get a Mana Burn off.
Code:
#showtooltip Mana Burn
/target [help] focus
/cast Mana Burn
Mind Flay
This lets you spam mind flay without reseting it during a channel allowing you to conserve your mana.
Code:
#showtooltip Mind Flay
/cast [nochanneling:Mind Flay] Mind Flay

Shadow Fiend

This will cast shadowfiend on on the current target if it's hostile. If your target is friendly, it will cast it on your target's target (provided it's hostile).
Code:
#showtooltip Shadowfiend
/cast [nopet,harm][nopet,target=targettarget,harm] Shadowfiend
/petattack [harm][target=targettarget,harm]

Summon Fiend and Attack

One button for summoning your shadowfiend and telling it to attack the current target.
Code:
/cast [nopet] Shadowfiend
/petattack
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:22   #7
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Rogue Macros

Stealth (OOC)/ Gouge (Combat)
Stealth if out of combat, otherwise in combat it uses Gouge.
Code:
#show stealth
/cast [combat] Gouge; Stealth
Evasion/Ghostly Strike
When you use Evasion it will use Ghostly Strike at the same time. If Evasion isn't ready it will use GS without Evasion and it will show Evasion's Cool Down.
Code:
#show Evasion
/cast Ghostly strike
/stopcasting
/cast Evasion
One Button Poisons
This macro makes one icon on your actionbars apply your poisons. Left click the button to apply to your Mainhand, right click to apply to your off hand. Hold down shift to apply Wound Poison, alt for Deadly poison, control for Crippling and del for Mind Numbing as modifiers to switch poison type. The tooltip will switch with modifier. Select the '?' icon for the macro and the Icon with change with the modifiers as well.
Code:
#showtooltip
/use [nomodifier] Instant Poison VII; [modifier:ctrl] Crippling Poison II; [modifier:shift] Wound Poison V; [modifier:alt] Deadly Poison VII; [modifier:delete] Mind-numbing Poison III
/use [button:1] 16; [button:2] 17

Normal Cheap Shot (or Garotte)/Premed Cheap Shot (or Garotte)

If you push the macro normally, then youll use Cheap Shot/Garotte normally, but if you hold the modifier button (<alt> in this case), then youll use Premeditation + opener attack. So you have 2 buttons instead of 4. Replace Cheap Shot with Garotte to change the opener to Garotte.
Code:
#showtooltip cheap shot
/cast [modifier:alt] premeditation
/cast Cheap shot
Shadowstep to Kidney Shot
This macro is useful for landing a Kidney Shot. To use it effectively, you should first move out of melee range or turn away from your target to prevent the Kidney Shot from registering from the front before the Shadowstep occurs.
Code:
#showtooltip Kidney Shot
/cast Shadowstep
/cast Kidney Shot
Shadowstep to Sap
Sure, both should already be bound individually, but this is useful to increase the reliability of getting a Sap off from inside a Hunter's flare before it unstealths you, or to get a Sap off before your target moves too far out of range.
Code:
#showtooltip
/cast Shadowstep
/cast Sap
Hemorrhage + Autoattack
This can be done with any primary attack of course. The idea here is that if your energy bar is too low after target swapping, it will still start your autoattack on that target without having to use another bind.
Code:
#showtooltip Hemorrhage
/startattack
/cast Hemorrhage
Mashable Stealth
This one is often overlooked or people don't know quite how this works. Many people will use a "/cast [nostealth] Stealth" macro, but without the exclamation point, it can cause you to exit stealth if you spam it. Instead, the macro above will NEVER cause an unstealth (but I added the ability to manually do so by using a modifier key).
Code:
#showtooltip Stealth
/cast [nomodifier] !Stealth
/cancelaura [modifier] Stealth
Shadowstep/Kick
When pressed normally it will use Shadowstep. When tapped while holding shift down it will Shadowstep then when tapped again with shift being pressed it will Kick your target.
Code:
#showtooltip Shadowstep
/castsequence [modifier:shift, target=focus] Shadowstep, Kick
/cast [nomodifier:shift] Shadowstep
Deadly Throw/Throw
Uses Deadly Throw if you have Combo Points. Otherwise, it uses Throw.
Code:
#show deadly throw
/cast deadly throw
/cast throw
Weapon Swap to Shiv
Equips another weapon to your offhand and Shivs your Target. Have an offhand for all 3 poisons. Be sure to replace the [OFFHAND] with the name of the offhand you wish to equip.
Code:
#show [OFFHAND WEAPON]
/equipslot 17 [OFFHAND WEAPON]
/cast shiv
Weapon Swap to Shiv/Back to regular Offhand.
Equips another weapon to your offhand and Shivs your Target. Have an offhand for all 3 poisons. Be sure to replace the [OFFHAND] with the name of the offhand you wish to equip. Press Alt and tap this macro to put back on your default Off Hand. It should be noted there is a 1 second cooldown on weapon changes.
Code:
#show [OFFHAND WEAPON]
/equipslot 17 [OFFHAND WEAPON]
/cast shiv
/equipslot [modifier:alt] 17 [DEFAULT OFFHAND WEAPON]
Ambush if Stealthed otherwise Backstab
If you are stealthed it will ambush the target. Otherwise it will backstab.
Code:
/cast [stealth] Ambush; Backstab
Blind Mouseover
This will blind the target your are mousingover. If you do not have a target under your mouse it will blind your target.
Code:
/cast [target=mouseover, exists] Blind; blind
Blind Target Alt Blind Focus
This makes you Blind your target by using the macro at normal. But if you hold alt down, then you will Blind your Focus target.
Code:
#showtooltip
/cast [nomodifier] blind
/cast [modifier:alt, target=focus] blind
/stopmacro [nomodifier]
Blind Focus
This will Blind your focus target if you have one. If you do not have one, it will Blind your current target.
Code:
/cast [target=focus, exists] Blind; blind;
Cold Blood/Eviscerate
One button press for a Cold Blooded Eviscerate.
Code:
/cast Cold Blood
/cast Eviscerate
Gouge then Bandage
Gouge the target then bandage yourself.
Code:
/cast Gouge
/stopcasting
/use [target=player] Heavy Netherweave Bandage
Dismount/Smashable Sap Enemy
This macro will dismount you, stealth you, and then try and sap a stealthed guy. So keep mashing this one when you suspect a stealther nearby.
Code:
#show Stealth
/dismount
/cast [stance:0] !Stealth
/console targetNearestDistance 10.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 41.000000
/cast [harm,nodead] Sap
Smashable Sap Enemy
This tries to target your nearest enemy and Sap them if you have no target selected. If you have a target already selected it shouldn't drop your current target. This is also great for getting a Sap off an opposing stealthed enemy you are looking for.
Code:
#showtooltip Sap
/console targetNearestDistance 10.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 41.000000
/cast [harm,nodead] Sap
Clear Target/Sap
Another flavor for Sap. This one differs in that it will clear your current target and re-target your closest visible target. Example: If you target a Priest and then notice a Rogue nearby it will switch targets to the Rogue and Sap him.
Code:
#show sap
/cleartarget
/targetenemy
/cast sap
Full Preparation
Blow all your preparable abilities before you use Preparation. In other words, this macro makes sure you use evasion and sprint before preparing.
Code:
#show Preparation
/cast evasion
/stopcasting
/cast sprint
/stopcasting
/cast
Full Preparation v2.0
Similar to the above macro however this macro will not use Evasion if you are stealthed.
Code:
#show Preparation
/cast [nostealth] Evasion
/stopcasting
/cast sprint
/stopcasting
/cast preparation
Premeditation to Cheap Shot
Uses Premeditation then Cheap Shots on your current target.
Code:
#show premeditation
/cast Premeditation
/cast Cheap Shot
Premeditation to Garrote
Uses Premeditation then Garrotes on your current target.
Code:
#show premeditation
/cast Premeditation
/cast Garrote
BGs - Summon Archmage Vargoth and Smile
Doesn't work in Arenas anymore, but it always makes me smile in BGs and PVE.
Code:
#showtooltip Vanish
/use Archmage Vargoth's Staff
/stopattack
/cast Vanish

Reliable Vanish

Stops whatever you are doing and Vanishes. Basically it makes Vanish THAT MUCH more reliable.
Code:
#show Vanish
/stopattack
/cast Vanish
Vanish in Combat. Otherwise Stealth
If you are in combat the macro will attempt to vanish. If you are out of combat it will stealth.
Code:
/cast [nocombat] Stealth; Vanish
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:22   #8
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Shaman Macros

Downrank Windfury

Pressing this macro normally will cast max rank Windfury totem. Pressing it with any modifier (ctrl, alt, shift) will cast Rank 1 Windfury.
Code:
/cast [nomodifier] Windfury Totem(Rank 5); Windfury Totem(Rank 1)
Cure Poison/Purge
Whenever you target a friendly target and press this macro it will cast Cure Poison on that target. Pressing Alt while pressing this will cast Cure Poison on yourself. Whenever you target a hostile target and press this macro it will cast Purge on that target.
Code:
/cast [modifier:alt, target=player] Cure Poison;
[button:2,target=player] Cure Poison; [harm] Purge(Rank 2); [help] Cure Poison
Instant Healing Wave
Casts Nature's Swiftness (if it is ready) and then healing wave on your target.
Code:
/cast Nature's Swiftness /stopcasting /cast Healing Wave
Instant Healing Wave Yourself
Casts Nature's Swiftness (if it is ready) and then healing wave on you.
Code:
/cast Nature's Swiftness /stopcasting /cast [target=player] Healing Wave
Instant Chain Lightning in combat
Casts Nature's Swiftness (if it is ready, you are in combat, and targeting an enemy) and then chain lightning.
Code:
/cast [combat,harm] Nature's Swiftness /stopcasting /cast [harm] Chain Lightning
Heal Trinket/Wrath of Air/Earth Shield
This one will use your healing trinket, Wrath of Air, then Earth Shield. If you have two trinkets, just put another /use <Trinket> directly below the one in this macro. NOTE: Must be pressed twice to cast both Wrath of Air Totem and Earth Shield.
Code:
/use <Name of Trinket> (Example: /use Essence of the Martyr) /castsequence Wrath of Air Totem, Earth Shield
Earthshock Focus
Stop whatever spell you are casting and Earth Shock the focus target if you have one otherwise it will Shock your current target. To use Rank 1 Earth Shock add "(Rank 1)" after lines 2 and 3.
Code:
/stopcasting /cast [target=focus,harm] Earth Shock(Rank 1); [harm] Earth Shock(Rank 1)
Earthshock Target/Target's Target
It will shock your target if its hostile, else it will shock your target's target. Of course you can switch Earth for any other shock, as well as rank.
Code:
/stopcasting /cast [harm] [target=targettarget] Earth Shock(Rank 1)
NS+EM+Damage Trinket+Chain Lightning
Casts Chain Lightning instantly along with all of your damage enhancements for maximum damage.
Code:
/cast Nature's Swiftness /stopcasting /cast Elemental Mastery /stopcasting /use [Icon of the Silver Crescent] Fill with your Trinket's name /stopcasting /cast Chain Lightning
Purge Assist Target
This is a purge macro that assists whoever you like(For example mine has it set to assist my Warrior.)So you never lose your actual target.
Code:
/assist [Instert Teammate to Assist's Name] /cast purge /targetlasttarget
Purge Focus Target
This will purge your Focus target without losing your current target.
Code:
/cast [target=focus] purge
Purge Target/Target's Target
This macro will let Purge your target if its hostile, and Purge your friendly target's target without having to select it.
Code:
/cast [harm] [target=targettarget] Purge
Equip Relic During Cast
You can switch Relics during cast, and still get benefit from them without any downsides (like invoking extra GCD).
Code:
/cast Healing Wave(Rank 8) /equip Totem of Spontaneous Regrowth
Equip Relic During Cast 2
You can switch Relics during cast, and still get benefit from them without any downsides (like invoking extra GCD).
Code:
/cast Lesser Healing Wave /equip Vengeful Gladiator's Totem of the Third Wind
Ghostwolf/Mount
Casts ghostwolf if you are in combat. It will mount your flyer if you can use it and your regular mount if you are not in Outlands. Pressing again will cancel the ghostwolf or mount.
Code:
#showtooltip /cast [combat,nomounted] Ghost Wolf /cast [nostance,nocombat,flyable] <name of your flyer here> /cast [nostance,nocombat,noflyable] <name of your non-flying mount here> /dismount [mounted] /cancelform [stance]
DeXoYq is offline  
Thanks
2 Users
Old 08/25/2008, 09:22   #9
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Warlock Macros

Fear and Fear Focus
Casts Fear on your target, or hold shift to Fear your focus target.
Code:
#showtooltip Fear /cast [mod:shift,target=focus] Fear; Fear;
Spammable CoEx - Rogue Finder
This macro is great for popping rogues out of stealth. It's the exact same as Rogues' own spammable sap macro. You can also use this as your normal CoEx button.
Code:
#showtooltip Curse of Exhaustion 
/console targetNearestDistance 15.000000 
/targetenemy [noharm][dead] 
/console targetNearestDistance 41.000000 
/cast [harm,nodead] Curse of Exhaustion 
/dismount [target=target,exists]
Spellstone/Wand
Shoots if you have a wand equipped or use the spellstone if you have it equipped. If you hold alt, it will alternate between your wand and your spellstone.
Code:
#showtooltip Shoot 
/cast [nomod,equipped:Wand]Shoot; Master Spellstone 
/equip [mod:alt,equipped:Relic] [NAME OF YOUR WAND]; [mod:alt,equipped:Wand] Master Spellstone;

Warlock Healthstones

Create three different Healthstones in one macro. Left click = Master Healthstone (2080). Right click = Major Healthstone (1200). Shift click = Soulwell.
Code:
#showTooltip 
/cast [modifier:shift] Ritual of souls 
/cast [button:1] Create Healthstone 
/cast [button:2] Create Healthstone(Rank 5)
Amplified Curse of Exhaustion
Will attempt to use Amplify curse before casting Curse of Exhaustion.
Code:
/cast Amplify Curse 
/stopcasting 
/cast Curse of Exhaustion
Amplified Curse of Agony
Will attempt to use Amplify curse before casting Curse of Agony.
Code:
/cast Amplify Curse 
/stopcasting 
/cast Curse of Agony
Arena Buffing Macro
To buff yourself spam the button 4 times. To buff other players target them and press the ctrl key and spam the same button.
Code:
/castsequence reset=5/target [nomodifier, target=player] Fel Armor,Detect Invisibility, Unending Breath, Soul Link 
/castsequence reset=5/target [modifier:ctrl] Detect Invisibility, Unending Breath
Fear mouseover target
Fear the target you have your mouse over. If you do not have a mouseover target it will fear your target.
Code:
#Showtooltip Fear 
/cast [target=mouseover,exists] Fear; Fear
Chain Fear Focus Target
If you do not have a focus target it will set your mouseover as focus target. It will fear your focus target. You can clear your focus target by "ctrl" clicking the macro or if you target dies.
Code:
#Showtooltip Fear 
/focus [target=focus, noexists][target=focus, dead] mouseover 
/cast [target=focus] Fear 
/stopmacro 
/clearfocus [modifier:ctrl]
Spammable Drain
This will check if you're currently casting Drain Life, and if you are... it will not cast it again, if you aren't it will cast it. Mana Efficiency! You can replace 'Drain Life' with any other channeled spell for the same effect.
Code:
/cast [nochanneling: Drain Life] Drain Life
Devour Magic
Devours magic on yourself if the macro is pressed. If shift is used during when the macro is pressed it will devour magic on your target.
Code:
#showtooltip Devour Magic 
/cast [modifier:shift, pet:Felhunter] Devour Magic; [pet:Felhunter, target=player] Devour Magic
Spell Lock/Intercept Focus Macro
Spell lock's focus target if you have a Felhunter out. Intercepts focus if Felguard is out. If you have no focus target, it will simply Spell Lock/Intercept your target.
Code:
/cast [target=focus,exists,nodead, pet:felguard] Intercept; Intercept 
/cast [target=focus,exists,nodead, pet:felhunter] Spell Lock; Spell Lock
Devour Magic Mouseover
Devours magic on your mouseover target if you have one. Otherwise it will cast Devour Magic on you.
Code:
#showtooltip Devour Magic 
/cast [target=mouseover,exists] Devour Magic; Devour Magic

Felhunter Attack/Devour Magic

Has your Felhunter attack if he isnt already. Next checks to see if u have any debuffs on yourself, if u do he removes it, if not, he then checks to see if the target enemy has any buffs on him, if he does he removes it, finally it checks to see if the person the enemy is targeting has a debuffs on them (Friend or enemy) and if he does removes it. It will always retarget your last target too so you don't lose the enemy. Good for spamming.
Code:
/petattack 
/cast [pet:Felhunter,target=player] Devour Magic 
/targetlasttarget [pet:Felhunter] 
/cast [pet:Felhunter] Devour Magic 
/cast [pet:Felhunter,target=targettarget] Devour Magic 
/targetlasttarget [pet:Felhunter]
Toggle Auto Devour Magic
Activate/Desactivate auto devour magic of your Felhunter
Code:
/petautocasttoggle Devour Magic
All In One Devour Magic
1) Press the macro to put Devour Magic on auto and cast Devour Magic on pet's target. 2) Shift + Press/Click the macro to take Devour Magic off auto, preventing autocasting to be done and allowing it to be used manually for defensive devours. 3) Devour Magic will likely be on CD when its needed defensively (a repercussion for using it offensively a lot), but simply wait for the CD to be finished. Once Devour Magic's CD is over, mouseover your teamate's party plate on the left side of the screen and Shift + Press/Click the macro to devour the debuff on him. 4) If desired, keep DM off auto-cast in order to save it for devouring debuffs of teamates for the rest of the fight. ~OR~ Press/Click the macro to put the devour magic back on auto-cast and devour the pet's target's buffs.
Code:
#showtooltip Devour Magic 
/petautocastoff [modifier:shift] Devour Magic 
/cast [modifier:shift, target=mouseover, noharm, exists] Devour Magic 
/stopmacro [modifier:shift] 
/petautocaston Devour Magic 
/cast [target=pettarget, exists] Devour Magic
Curse of Tongues on Focus
Casts Curse of Tongues on your Focus target without losing your current target.
Code:
/cast [target=focus] Curse of Tongues
One Button DoT
Casts your DoTs with one button by tapping this macro. The sequence will reset to the begining if you change targets or exit combat. Use the "?" macro icon to show the next spell to be cast in the squence.
Code:
/castsequence reset=combat
/target Siphon Life, Corruption, Curse of Agony
Fel Domination Smart Summoning
Will use Fel Domination to summon your felguard only if you are in combat, otherwise it will summon regularly. This can be applied to any pet by replacing "Felguard" with the name of the pet you wish to summon ie. "Felhunter"
Code:
#showtooltip Summon Felguard 
/cast [combat] Fel domination 
/stopcasting 
/cast Summon Felguard
Use Spellstone/Reequip Wand
This will use your Spellstone and Re-equip your wand.
Code:
/use Spellstone 
/equip <type the name of your wand>
All in One Pet Abilities 1
If you have a Succubus, it Seduces your focus. If you don't have a focus, it Seduces your target. If you have a Voidwalker, it Sacrifices. If you have a Felhunter, it Spell Locks your focus. To Spell Lock your target, you hold alt. If you have a Felguard, it Intercepts.
Code:
/cast [pet:succubus,target=focus,harm]Seduction;[pet:succubus]Seduction; [pet:voidwalker]Sacrifice;[pet:felhunter,modifier:alt]Spell Lock;[pet:felhunter,target=focus,harm]Spell Lock;[pet:Felguard]Intercept
All in One Pet Abilities 2
If you have a Succubus, it sets your focus as your target. Otherwise, you hold alt and press this and it Devours you, otherwise it Devours your mouseover, and if you don't have a mouseover, it Devours your target. If you have a Voidwalker, it uses Suffering (good against melee), and for the Felguard it Cleaves.
Code:
/focus [pet:succubus,harm] 
/cast [pet:felhunter,modifier:alt,target=player]Devour Magic;[pet:felhunter,target=mouseover]Devour Magic;[pet:felhunter]Devour Magic;[pet:voidwalker]Suffering;[pet:Felguard]Cleave
Totem Stomping
Tells your pet to go attack totems, the most important totems go at the end of the list.
Code:
/petattack [target=Healing Stream Totem] 
/petattack [target=Windfury Totem] 
/petattack [target=Mana] 
/petattack [target=Tremor Totem] 
/petattack [target=Grounding Totem]
DeXoYq is offline  
Thanks
2 Users
Old 08/25/2008, 09:22   #10
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Warrior Macros

Defensive/Sword and Board
Quickly shifts to Defensive Stance and equips your sword and shield.
Code:
/cast [stance:1/3]Defensive Stance 
/equip [YOURSHIELDNAME] 
/equip YOUR1HNAME
Berserker/2 Hander
Quickly shifts back to Berserker Stance and equips your 2 handed weapon.
Code:
/cast [stance:1/2]Berserker Stance 
/equip [YOUR2HNAME]
Intervene
Allows you to Intervene a friendly player without losing your target. You can also Intervene with the same button just by targeting who you want to Intervene.
Code:
/cast [nostance:2] Defensive Stance; [help] Intervene; [target=targettarget, help] Intervene

Charge/Intercept

If you are in combat this will ensure you are in Berseker stance and intercept. If you are out of combat it will ensure you are in Battle stance and charge. The icon will change to whatever skill is to be used.
Code:
#show [combat] Intercept; Charge 
/cast [stance:1/2,combat] Berserker Stance; [stance:3,combat] Intercept; [stance:2/3,nocombat] Battle Stance; [stance:1,nocombat] Charge /stopcasting
Charge/Intercept Hamstring
Charges if you are out of combat and intercepts if you are in combat. Tapping the same button after a charge/intercept will hamstring your target.
Code:
#show [combat] Intercept; Charge 
/cast [nocombat,stance:1] Charge; [combat,stance:3] Intercept; [nocombat,nostance:1] Battle Stance; [combat,nostance:3] Berserker Stance 
/stopcasting
/cast [stance:1/3] Hamstring
Easy Overpower
Switch to Battle stance and overpower with one click. Shows the overpower cooldown.
Code:
# show Overpower 
/cast [stance:1] Overpower; Battle Stance
Single Button Stances
Will switch between battle and berserker stance. Will switch to defensive stance if Alt clicked.
Code:
/cast [modifier:alt,nostance:2] Defensive Stance; [stance:1] Berserker Stance; Battle Stance
Fear/Bandage
First click - Casts intimidating shout. Second click - Bandages yourself. Third Click - Retargets your feared target.
Code:
/cast Intimidating Shout 
/use [target=player] Heavy Netherweave Bandage
Self Healing
First click - Casts last stand. Second click - Uses your healthstone (if you have one). Third Click - drinks a health potion (if you have one).
Code:
/castsequence reset=600 Last Stand, Major Healthstone, Major Healing Potion
Pummel/Shield Bash
Will shift you to Berserker Stance for a Pummel if you have a 2H equipped. If you have a 1H and Shield, it will shift you to Battle or Defensive for a Shield Bash.
Code:
/cast [equipped:Shields, stance:1/2] Shield Bash; [noequipped:Shields, stance:1/2] Berserker Stance; [stance: 3] Pummel
Spell Reflection
Switches to Shield+1h, shifts you to correct stance and casts Spell Reflection. Must fill the names of your OWN equipment. Note: Will not switch you to Defensive Stance if you are in Battle, since Spell Reflection is usable in Battle. Need to switch to Defensive manually if your getting Focus Fired.
Code:
#showtooltip Spell Reflection 
/cast [stance:1/2,equipped:Shields] Spell Reflection; [stance:3] Defensive Stance 
/stopmacro [equipped: Shields] 
/equip YOUR SHIELD 
/equip YOUR 1H
Spell Reflection and Back To Berseker
Hit it to equip your 1 handed sword and shield and cas spell reflect, hold control and hit the hotkey and it will put you back in berserker stance with your 2 Hander.
Code:
/cast [stance:1/3]Defensive Stance 
/equip YOUR 1H 
/equip YOUR SHIELD 
/equip YOUR SHIELD 
/cast Spell Reflection 
/cast [modifier:ctrl] Berserker Stance 
/equip [modifier:ctrl] YOUR 2H
Disarm
If you're in Defensive stance it will Disarm your target. If you are not in Defensive stance it will switch stances and another press will Disarm.
Code:
#showtooltip Disarm 
/cast [stance:2] Disarm; [stance:1,3] Defensive Stance

Execute/Heroic Strike

Will always try to Execute. If execute is not available it will use Heroic Strike.
Code:
/cast Execute 
/stopcasting 
/cast Heroic Strike
DeXoYq is offline  
Thanks
1 User
Old 08/25/2008, 09:40   #11
 
elite*gold: 0
Join Date: Jun 2005
Posts: 45
Received Thanks: 15
naja, danke für die mühe.... aber einfach copy+paste von der url wäre auch ok gewesen.
btw:
mazer is offline  
Old 08/25/2008, 11:51   #12
 
elite*gold: 0
Join Date: Jul 2008
Posts: 2
Received Thanks: 0
LOL - schreib doch einfach die URL rein und gut ist:

M@tze is offline  
Old 08/25/2008, 13:33   #13
 
12354's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 943
Received Thanks: 132
Du hast das ultimative WarlockMakro vergessen.
Code:
/lol
/spit
ohne das gehts nicht : O
12354 is offline  
Old 08/25/2008, 14:16   #14
 
DeXoYq's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 50
Received Thanks: 80
Quote:
Originally Posted by M@tze View Post
LOL - schreib doch einfach die URL rein und gut ist:

Mhh - LOL - vielleicht will nicht jeder auf die Seite? - LOL
Vielleicht finden es einige Leute bequemer das ganze einfach hier zu lesen? - LOL

Wüsste nichts was dagegen spricht das hier zu posten. Wer's brauch schaut hier nach und wer das lieber auf AJ liest.... bitte soll er dahin gehen, link's habt ihr ja schon gepostet... achja LOL!
DeXoYq is offline  
Old 08/25/2008, 16:12   #15

 
Wurmi's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 479
Received Thanks: 89
a little think:

/use [nomodifier] 13
/use [modifier:shift] 14

it`s to long u can write only [nomod] oder [mod:shift] for example :P so u have so charakters more that u can write if u need them.

mfg

Sorry for the bad english :P
Wurmi is offline  
Reply


Similar Threads Similar Threads
WoW Makros
12/03/2009 - WoW PServer Exploits, Hacks & Tools - 15 Replies
Einige kleine WoW Makros, die man zumindest mal ausprobieren sollte. /Script RetrieveCorpse() - Wiederbeleben bzw. Lebenspunkte regenerieren - beim Spammen kann man unverwundbar werden /gpromote xxxxx (dein Name) - Beförderung bis zum Gildenmeister /script CompleteQuest(1)
makros in kal
07/14/2009 - Kal Online - 2 Replies
hey, gibts in kal noch irgendenein programm das geht mit makros, also dass man bestimmte mausbewegungen und klicks bzw tastenanschläge aufnimmt und dann mit nem programm automatisch wiederholt? früher gings ja mit automacro, aber irgendwie jetzt nicht mehr die maus wird zwar bewegt, aber die klicks nicht mit ausgeführt. Oder hat kal alle diese programme gefixt?
[S] 2 Makros
10/03/2008 - World of Warcraft - 5 Replies
1. Hexer: Er soll: 1.Pet greift an wenn man nicht im Kampf is (2. 0,3 sec warten) Ich glaub das geht nich, is auch egal 3. Schattenblitz casten ----------------- 2. Krieger: Er soll:
makros
08/17/2008 - World of Warcraft - 24 Replies
Also hab seit kurzem wow angefangen (um ehrlich zu sein eben xD) naja auf nem p-server natürlich... obwohl ich es auch aufem offi zocken würde wenn ich kohle hätte... naja wie auch immer hab ich bei youtube eben ein video gesehen wie son schurke ma eben so 5 - 10 skills gleichzeitig abgelassen hat und mit lvl 49 einfach alles weggebouncet hat und wollte mal fragen wie man das macht? oder ist das kein makro sondern nen addon? also auf dem server auf dem ich spiele der läuft aufem 2.0.12er...
G15 Makros
09/27/2007 - World of Warcraft - 2 Replies
Ja hab mir mal ne G15 gekauft und nunja.. Ich krieg zwar einige abläufe hin aber es läuft mir nicht rund genug.. kennt da wer ein paar gute Makros? Oder Vorschläge was man machen könnte und wie.. Achja besteht da eigentlich Banngefahr? Also denken tu ichs net aber ich frag mal lieber :)



All times are GMT +2. The time now is 13:51.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.