The Lurker Lounge Forums
Feral Druid 6.2 Macro Problem - Printable Version

+- The Lurker Lounge Forums (https://www.lurkerlounge.com/forums)
+-- Forum: Lurker Games (https://www.lurkerlounge.com/forums/forum-6.html)
+--- Forum: World of Warcraft (https://www.lurkerlounge.com/forums/forum-16.html)
+--- Thread: Feral Druid 6.2 Macro Problem (/thread-16364.html)



Feral Druid 6.2 Macro Problem - LavCat - 08-16-2015

I went to try to play my feral druid tonight. Her basic macro that worked for many years was broken. The original version of the macro was:

/cleartarget [flying][stealth][noharm]
/targetenemyplayer [flying][stealth]
/stopmacro [flying]
/use [noform:3]Cat Form
/use [form:3,nostealth,nocombat]!Prowl
/stopmacro [noharm,stealth]
/use [stealth]Pounce
/use [form:3,nostealth,combat]Mangle


Well, it seems cat form no longer has Pounce and Mangle. So I changed the macro to:

/cleartarget [flying][stealth][noharm]
/targetenemyplayer [flying][stealth]
/stopmacro [flying]
/use [noform:3]Cat Form
/use [form:3,nostealth,nocombat]!Prowl
/stopmacro [noharm,stealth]
/use [stealth]Rip
/use [form:3,nostealth,combat]Shred


But it still did not work. What it is supposed to do is at the first press, if the druid is not flying or in cat form, switch to cat form. If the druid is in cat form, then prowl.

What it did was switch in and out of cat form which was not intended at all. So I added an "!" before "Cat Form" to give:

/cleartarget [flying][stealth][noharm]
/targetenemyplayer [flying][stealth]
/stopmacro [flying]
/use [noform:3]!Cat Form
/use [form:3,nostealth,nocombat]!Prowl
/stopmacro [noharm,stealth]
/use [stealth]Rip
/use [form:3,nostealth,combat]Shred


This did not help either but at least the druid remained in cat form. Then I thought Blizzard in their wisdom might have switched stance numbers around, so I tried:

/cleartarget [flying][stealth][noharm]
/targetenemyplayer [flying][stealth]
/stopmacro [flying]
/use [noform:2]Cat Form
/use [form:2,nostealth,nocombat]!Prowl
/stopmacro [noharm,stealth]
/use [stealth]Rip
/use [form:3,nostealth,combat]Shred


Finally this seems to work, but I have not tried in combat.


RE: Feral Druid 6.2 Macro Problem - LavCat - 08-17-2015

For all those wondering with bated breath, this version now seems to work for combat in 6.2. I have not tested flying.

/cleartarget [flying][stealth][noharm]
/targetenemyplayer [flying][stealth]
/stopmacro [flying]
/use [noform:2]Cat Form
/use [form:2,nostealth,nocombat]!Prowl
/use [stealth]Rake
/use [form:2,nostealth,combat]Shred