|
Page 1 of 1
|
[ 4 posts ] |
|
| Author |
Message |
Joined: Tue Feb 17, 2009 10:54 am Posts: 4
|
Post subject: Macros Posted: Fri Mar 20, 2009 8:35 pm |
|
|
my rezuvious MC macro:
/target [target=focus]
/cast Mind Control
(requires you to set your student as your focus prior to the first MC for the macro to work)
Result is one-button re-aquiring your MC target after dismissing it or losing control. Also works well for Heroic Faerilina fight when you need to sacrifice a disciple next to her to remove the enrage effect.
My patchwerk/shadowfiend macro:
/target patch
/cast Shadowfiend
/targetlasttarget
This is a one-button shadowfiend cast that minimizes time spent away from healing my tank. The last line of that makes sure that my tank is put back in my target window after the cast.
I have some more complicated ones I'll have to copy down to paper before I can add them since I can't recreate them from memory. My shackle undead macro is fucking epic!
|
|
 |
Joined: Tue Feb 17, 2009 10:54 am Posts: 4
|
Post subject: Posted: Thu Apr 02, 2009 6:58 pm |
|
|
epic shackling macro:
/clearfocus [target=focus, dead]
/cleartarget [target=target, dead]
/target focus
/stopmacro [noexists]
/focus [target=focus] [harm]
/cast Shackle Undead
/p Shackling %t
/cleartarget [target=exists]
This will set a target as your focus and shackle it. It will also clear your targeting so you don't accidentally attack it. It sets it as your focus so you can watch the timer on the shackle. You will also be able to see if it gets broken early. Since it's set as your focus you can target your members to heal or other mobs to attack. If the shackle needs to be recast you simply hit the button and it reshackles and returns you to your target. Once the target is dead, assuming you don't have anything else targeted, pushing the shackle macro again will clear the focus frame.
The only bugs in this is if you target anything alive (even if its not shackleable such as a friendly) it will still announce it in party chat. It will also save the target as your focus so you'll have to manually /clearfocus to remove it. I use this bug in order to quickly focus on a boss where i need to watch for castbars while I'm healing (think pound on H AN or consumption on trollgore).
I'm not claiming the macro is perfect. But its decent. Give it a shot if youre curious.
|
|
 |
 Mesoko | |
Joined: Tue Apr 15, 2008 4:30 am Posts: 42
|
Post subject: Posted: Sat Apr 25, 2009 7:07 am |
|
|
Rogue:
Ghostly Strike & Hemo - one spam button
/castsequence reset=6 ghostly strike, hemorrhage, hemorrhage, hemorrhage, hemorrhage, hemorrhage
Raid:
Assist MT or Focus Target
/focus [modifier:alt]
/stopmacro [modifier:alt]
/cleartarget
/assist focus
Begin by selecting the MT/MA and then click the assist macro with the alt pressed. If no Focus (MT/MA) has been set and the macro is clicked, you will receive a UI message stating "Unknown Unit." If you have set your Focus and just click the macro, you will assist the MT/MA and target his or her target.
Set Raid Icons or Lucky Charms
/script SetRaidTarget("target", n)
where n is:
Yellow 4-point Star
Orange Circle
Purple Diamond
Green Triangle
White Crescent Moon
Blue Square
Red "X" Cross
White Skull
Cool out of raid macros:
Mount - one button
#showtooltip
/use [nomounted,flyable,nomodifier]{FLYINGMOUNT}
/use [nomounted,flyable,modifier][noflyable] {GROUNDMOUNT}
/dismount [flying,modifier]
/dismount [noflying, mounted]
Replace: {FLYINGMOUNT} with the name of your flying mount eg. Ebon Gryphon
Replace: {GROUNDMOUNT} with the name of your ground mount eg. Reins of the Swift Stormsaber
Equip Riding Crop
#showtooltip Snowy Gryphon
/equip [mounted] Xi'ri's Gift
/dismount [mounted]
/equip [nomounted] Riding Crop
/use [nomodifier, nomounted]Snowy Gryphon
/use [modifier:alt]Palomino Bridle
This is a very handy macro that will do a plethora of mount-related things. First, if just clicked (or hotkey is used) it will summon your flying mount (change Snowy Gryphon to your particular flying mount type). If its alt-clicked (or alt+hotkey is pressed) it will summon your ground mount (change Palomino Bridle to your particular ground mount type). Also, any time you use it and are not mounted it will first equip your riding crop (can be changed to use Carrot on a Stick if you desire) and then continue to use the selected mount. If you are already mounted it will dismount and equip your original trinket (replace Xi'ri's Gift with whatever trinket you normally have in the top trinket slot). In addition this macro avoids all error messages from appearing on the screen. You can also edit the first line to have it show the tooltip of whichever mount you prefer, or leave it out if you dont want any tooltip displayed. If you select the ? icon when you create this macro it will display the picture for your original trinket, so I would suggest selecting a picture that represents your mount from the possible choices when creating.
Bandage Self Always
/use [target=player] Heavy Netherweave Bandage
Raiclal Abilities: Very cool stuff
Blood elf:
One key Arcane Torrent and Mana Tap
This macro will bind Arcane Torrent and Mana Tap to one key.
/cast [modifier] Arcane Torrent; Mana Tap
In theory, mana tap and then aoe silence instantly to get the most bang out of your cooldown.
Forsaken
One-key Will of the Forsaken and Cannibalize
This macro will use Will of the Forsaken if in combat, or Cannibalize if not in combat:
#showtooltip
/cast [combat] Will of the Forsaken
/cast [nocombat] Cannibalize
/cast [combat,mod:alt] Cannibalize
/cast [nocombat,mod:alt] Will of the Forsaken
Notice that holding down the alt button will reverse the abilities, letting the user execute Will of the Forsaken outside of combat or Cannibalize inside of combat. This manual override is included because though Will of the Forsaken is mostly a combat ability and Cannibalize is a non-combat ability, there are times when it is useful otherwise. For example, if a mob fears the player just before dying, the combat condition might be cancelled but the player runs the risk of inadventently moving into the aggro range of another mob and adding. Likewise, during a particularly long encounter a player may need to break from combat and Cannibalize to regain health while the rest of the party is still engaged.
Sell all grey items!!!
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name); UseContainerItem(bag,slot) end; end; end
Get all money from mail items (Good for Auction House sales)
/script CheckInbox(); for m=GetInboxNumItems(),1,-1 do TakeInboxMoney(m); end
Mana Potion / Water
This macro will use a mana potion if you're in combat, or your favorite beverage when not in combat. Use the "?" icon and it will show which one will be used. Substitute your item names:
/use [combat] Super Mana Potion; [nocombat] Filtered Draenic Water
MOST IMPORTANT MACRO FOR WORLD OF WARCRAFT
/target Mesoko
/bow
/trade
/trade=insert gold(10,000)
/tradecomplete
Enjoy!
|
|
 |
Site Admin Joined: Mon Apr 07, 2008 11:57 pm Posts: 45
|
Post subject: @ button EZ mode Pally tanking macro pair. Posted: Thu Aug 27, 2009 8:35 pm |
|
|
Ok, so the 1 button dont work no more. but 2 button ez mode pally tanking does still work, i tested it on a dummy. The way it works id you have both macros on a bar, preferably right next to eachother, or even on your number hotkeys. and you just alternate back and forth. so if you had them assigned to numbers 3 and 4, your cast order would be: 343434343434343434343434343434 . get it? =)
macro #1:
******************************************************************
#showtooltip
/cast [mod:ctrl] Avenger's Shield
/castsequence reset=10 Hammer of the Righteous,Shield of Righteousness
*******************************************************************
macro #2:
*******************************************************************
#showtooltip
/cast [mod:ctrl] Hammer of Wrath
/castsequence reset=10 Judgement of Wisdom,Holy Shield,Consecration
********************************************************************
If you hold down Control and click / hit the button, you will cast either avengers shield (macro #1), or Hammer of Wrath (macro #2). this is so that you dont have to go hunting for the shield throw button to pull stuff, and you dont have to hunt for your HoW button once the mobs health gets low and you wanna finish him off with hammer.
the end, have fun. cheers
|
|
 |
|
Page 1 of 1
|
[ 4 posts ] |
|
| Who is online |
Users browsing this forum: No registered users and 0 guests |
|
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 post attachments in this forum
|

|
|