Thursday, April 23, 2009

My macros-cache.txt file

MACRO 16777218 " " INV_Misc_QuestionMark
#showtooltip mangle - bear
/console Sound_EnableSFX 0
/cast barkskin
/startattack
/use 13
/use 14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [button:1] mangle - bear; [button:2] maul
END
MACRO 16777219 " " INV_Misc_QuestionMark
#showtooltip Faerie Fire (Feral)()
/cast Faerie Fire (Feral)()
/startattack
END
MACRO 16777220 " " INV_Misc_QuestionMark
#showtooltip lacerate
/console Sound_EnableSFX 0
/cast barkskin
/startattack
/use 13
/use 14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [button:1] lacerate; [button:2] maul
END
MACRO 16777221 " " INV_Misc_QuestionMark
#showtooltip mangle - cat
/console Sound_EnableSFX 0
/cast barkskin
/cast tiger's fury
/startattack
/use 13
/use 14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [nostealth] mangle - cat; [stealth] pounce
END
MACRO 16777222 " " INV_Misc_QuestionMark
#showtooltip berserk
/castsequence reset=15 berserk, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear, mangle - bear,
END
MACRO 16777223 " " INV_Misc_QuestionMark
#showtooltip swipe
/console Sound_EnableSFX 0
/cast barkskin
/startattack
/use 13
/use 14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [button:1] swipe; [button:2] maul
END
MACRO 16777228 " " INV_Misc_QuestionMark
#showtooltip
/cast [stealth] pounce; [nostealth] rip
END
MACRO 16777227 " " INV_Misc_QuestionMark
#showtooltip
/cast [stealth] ravage; [nostealth] savage roar
END
MACRO 16777229 " " INV_Misc_QuestionMark
#showtooltip
/cast [nomod, flyable, button:1, nocombat] swift flight form
/cast [noflyable, button:1, nocombat] Frostwolf Howler
/castrandom [button:2, nocombat] Black War Bear, Great White Kodo
/cast [mod,nocombat] travel form
/cast [combat] travel form
END
MACRO 16777232 " " INV_Misc_QuestionMark
/castsequence [target=targettarget] lifebloom, rejuvenation
END
MACRO 16777231 " switch" INV_Misc_QuestionMark
/equip 3 1
/equip 3 2
/equip 3 3
/equip 3 4
/equip 3 5
/equip 3 6
/equip 3 7
/equip 3 8
/equip 3 9
/equip 3 10
/equip 3 11
/equip 3 12
/equip 3 13
/equip 3 14
END
MACRO 16777230 "sell grey" Ability_Creature_Poison_04
/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
END
MACRO 16777224 "skull" Ability_Creature_Cursed_05
/script SetRaidTargetIcon("target", 8)
END
MACRO 16777225 "X" Ability_Creature_Cursed_02
/script SetRaidTargetIcon("target", 7)
END

You can see in there my mount/flightform/travel form macro. I like it. In Dal or in WG, I have to right click to mount instead of fly. Otherwise, it always shows my best option.

Also, you can see my skull and X marking macros. Very helpful.

Of course, there's the standard grey item selling macro.

The berserk macro never really worked...

My cat form macros are there. They pretty much just switch between the stealth and finishing moves that are similar depending on stealth status.

I have a macro to quick switch gear sets from the third bag over.

The healing macro is experimental. I used to have a macro that would heal the friendly target of an enemy for using in battlegrounds, so this was the first iteration of recreating it. It was really nice to be able to always heal an enemy's target. A lot of players change targets when they see the heals drop, so I think they get frustrated when EVERYONE they target is getting healed. Good way to get yourself focus fired.

Anyway, that's my macros file.

No comments:

Post a Comment