Tuesday, October 21, 2008

Mage PVP Macros

Destroy Mana Emerald + Conjure Mana Emerald
This will destroy your current Mana Emerald and conjure a new one. This is used for when you have 1-2 charges of your Mana Emerald left and want to make a new one without having to drag it out of your pack, delete it, and make a new one.

/run for i=0,4 do for j=1,GetContainerNumSlots(i) do if(GetContainerItemLink(i,j)or""):find("Mana Emer")then PickupContainerItem(i,j);DeleteCursorItem() end end end/cast Conjure Mana Emerald

Icelance Mouseover

Will Icelance your Mouseover target if you have once, otherwise it Icelances your target.

#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.

#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.

#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.

#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.

#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

#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.

#showtooltip Summon Water Elemental/cast [nopet] Summon Water Elemental/click PetActionButton5

Blink Now
Stop whatever you are casting and cast blink.

#showtooltip Blink/stopcasting/cast Blink

AP/Trinket/POM/Pyro
Blow all your cooldowns and launch an instant Pyroblast.

/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.

#showtooltip Polymorph(Rank 1)/cast [modifier:shift, target=focus] Polymorph(Rank 1)/cast [nomodifier:shift] Polymorph(Rank 1)

Create Mana Gems
Create all mana gems. Sequence resets after one minute to match with arena prep time.

#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.

/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

#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

Fire Ward/Frost Ward/Ice Barrier
Casts Fire ward while holding shift, Frost ward while holding control and otherwise Ice Barrier. (Space Saver)

#show Ice Barrier/cast [modifier:shift] Fire Ward/cast [modifier:ctrl] Frost Ward/cast Ice Barrier

Decurse Mouseover/Self
Decurses the target your mouse is hovering over. If you are not hovering over a friendly target decurse yourself.

/cast [target=mouseover,exists] Remove Lesser Curse/cast [target=player] Remove Lesser Curse

0 comments:

 

Boot Danger's WoW Tips and Tricks