Mage Macro

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Mage Macro as PDF for free.

More details

  • Words: 722
  • Pages: 5
....................................................................................................................................................1 Sheeping Macro: ......................................................................................................................2 Description: ............................................................................................................................2 Example: ................................................................................................................................2 De-curse: ...................................................................................................................................2 Description: ............................................................................................................................2 Example: ................................................................................................................................2 Anti-totem: ................................................................................................................................2 Description: ............................................................................................................................2 Insta-Counterspell: ..................................................................................................................2 Description: ............................................................................................................................3 Multi-water: ..............................................................................................................................3 Description: ............................................................................................................................3 Example: ................................................................................................................................3 Hybrid Assist: ...........................................................................................................................3 Description: ............................................................................................................................3 Example: ................................................................................................................................3 Self-bandage: ............................................................................................................................3 Description: ............................................................................................................................3 Note: .......................................................................................................................................3 Example: ................................................................................................................................4 Description: ............................................................................................................................4 Example: ................................................................................................................................4 Detect Clearcasting ..................................................................................................................4 Description: ............................................................................................................................4 Example: ................................................................................................................................4 Note: .......................................................................................................................................4 PoM Pyro: .................................................................................................................................4 AP PoM Pyro: (a.k.a. Imba) ....................................................................................................4 Note:........................................................................................................................................5 ToEP/ZHC + AP + PoM + Pyroblast: .....................................................................................5 Note: .......................................................................................................................................5

Sheeping Macro: /script if UnitSex("target")==1 then g="F " else g="M " end;s="Poly "..g..UnitLevel("target").." %T";a=0;if GetPartyMember(1) then c="party" a=1 if GetNumRaidMembers()>0 then c="raid" end;end;if a>0 then SendChatMessage(s,c) end; /cast Polymorph(Rank X) Description: Informs your party (or raid) of the sex, level and name of your target and than casts Polymorph. If you aren’t in a raid or party, you simply cast Polymorph. Example: /script if UnitSex("target")==1 then g="F " else g="M " end;s="Poly "..g..UnitLevel("target").." %T";a=0;if GetPartyMember(1) then c="party" a=1 if GetNumRaidMembers()>0 then c="raid" end;end;if a>0 then SendChatMessage(s,c) end; /cast Polymorph(Rank 4)

De-curse: /target [your characters name] /cast Remove Lesser Curse /script TargetLastEnemy(); Description: Removes one curse from you. Example: /target Zahak /cast Remove Lesser Curse /script TargetLastEnemy();

Anti-totem: /target Earthbind Totem /target Searing Totem /target Magma Totem /target Mana Spring Totem /target Grounding Totem /target Healing Stream Totem /cast Shoot /script TargetLastEnemy(); Description: Shoots the last totem on the list above, that is in range.

Insta-Counterspell: /script SpellStopCasting();

/cast Counterspell Description: Stops casting any spell currently being cast, and casts Counterspell at your target.

Multi-water: /stand /script if (UnitMana("player")>[Mana cost for your Conjure Water spell]) then CastSpellByName("Conjure Water(Rank X)") else UseContainerItem(0, 1); end; Description: When you have more mana than it costs to cast your Conjure Water spell, it casts it. But if you have less mana than you need, you use the first item in your backpack; usually the water you just conjured (or you could put a mana potion in the first spot, for a faster pace). Example: /stand /script if (UnitMana("player")>780) then CastSpellByName("Conjure Water(Rank 7)") else UseContainerItem(0, 1); end;

Hybrid Assist: /script ClearTarget(); /assist Character Description: Clears your current target and targets the same target as the character you have inputed above. Example: /script ClearTarget(); /assist Keyleigh

Self-bandage: /script SpellStopCasting(); /s Bandaging, don't heal me! /target [your characters name] /script UseContainerItem (X1, X2); Description: Stops whatever you are doing, announces that you are bandaging yourself and promptly bandages you. Note: X1 represents the bag number, from right to left; 0-4. X2 represents the space number inside the bag (X1), from left to right.

Example: /script SpellStopCasting(); /s Bandaging, don't heal me! /target Joe /script UseContainerItem (0, 1);

Shut up /say No, I don't have time to make you free stacks of water, unless you want to pay me XG per stack. /script CancelTrade() Description: You simply say the above and than automaticly cancel the trade. Example: /say No, I don't have time to make you free stacks of water, unless you want to pay me 5G per stack. /script CancelTrade()

Detect Clearcasting /script local q; local t;for i=0,15,1 do t=GetPlayerBuffTexture(i); if (t and string.find(t, "ManaBurn")) then q=1; break; end; end; if(q ~= nil) then CastSpellByName("Arcane Missiles(Rank X)") else CastSpellByName("[Spell you use often](Rank X)"); end; Description: Use as a normal spell key-binding, except if you gain Clearcasting before you cast it it will cast Arcane Missles instead. Example: /script local q; local t;for i=0,15,1 do t=GetPlayerBuffTexture(i); if (t and string.find(t, "ManaBurn")) then q=1; break; end; end; if(q ~= nil) then CastSpellByName("Arcane Missiles(Rank 7)") else CastSpellByName("Scorch(Rank 7)"); end; Note: There is a short break-time when you cast your last scorch and you enter clearcasting state. In this short time if you are still spamming the button, you'll cast another scorch and then you'll automatically cast Arcane Missiles. No fixes are available at the time for this.

PoM Pyro: /Cast Presence of mind /script SpellStopCasting() /cast Pyroblast(rank X)

AP PoM Pyro: (a.k.a. Imba) /cast Presence of Mind

/script SpellStopCasting(); /cast Arcane Power /script SpellStopCasting(); /cast Pyroblast(Rank 8) Note: You can replace Pyroblast(rank X) with Frostbolt(rank x) or Fireball(rank x) Replace the “X” with the rank of your spell e.g. Pyroblast(rank 2)

ToEP/ZHC + AP + PoM + Pyroblast: /cast Arcane Power /script SpellStopCasting(); /script UseInventoryItem(13) /script SpellStopCasting(); /cast Presence of Mind /script SpellStopCasting(); /cast Pyroblast(Rank 8) Note: Make sure your trinket is in the upper trinket slot.

Related Documents

Mage Macro
May 2020 10
Mage
May 2020 17
Mage
November 2019 29
Macro
June 2020 28
Macro
November 2019 76
Macro
October 2019 55