Jump to content
FORUMS
Sign in to follow this  
Valks

Druid Addons and Macros 1.12 (Classic)

Recommended Posts

This thread is for comments and feedback regarding our Druid Addons and Macros guide for World of Warcraft: Classic.

Share this post


Link to post
Share on other sites
15 hours ago, whyttedragun said:

The power shift macro doesn't seem to be working for me.

Also, the whole cancel form macro can be replaced with:

/cancelform

/dismount

Thanks for the heads up. It appears that they removed this functionality at some point. You're going to need to have two seperate buttons for /cancelform and /cast Cat Form to *filtered* in/out now, or you can put them in the same macro, but then you'll need to be careful about spamming it.

Share this post


Link to post
Share on other sites
Guest Goatfryed

I was looking for a working druid mana bar addon and came across here. Not mentioned though :( :D

Nice guide, but i have some macro suggestions to make:

Putting the spell name behind #showtooltip is something i'd consider bad practice, if you don't use a amplifier spell before the main spell.

#showtooltip
/cast [stealth] Pounce; Rake

Will display the tooltip of pounce if stealthed and rake if not.

As for the form macros:

#showtooltip
/cancelform [noform:3]
/cast Cat Form
/startattack [form:3,harm,nodead]

Here, i only cancel the form, if i'm not a cat. Thus, i will cast Cat Form, if i'm a cat, which cancels the cat form, if it's off cd. This gives you a 1.5s window where you can't break the cat form with the macro, so you don't have to worry about that accidental spam.

 

And going a bit more crazy:

#showtooltip
/cancelform [swimming,noform:2][outdoors,noform:2/4]
/cast [swimming] Aquatic Form;[outdoors] Travel Form; Cat Form

Proper travel form with relaxed form canceling

Share this post


Link to post
Share on other sites
On 9/27/2019 at 7:41 AM, Guest Goatfryed said:

I was looking for a working druid mana bar addon and came across here. Not mentioned though ? ?

Nice guide, but i have some macro suggestions to make:

Putting the spell name behind #showtooltip is something i'd consider bad practice, if you don't use a amplifier spell before the main spell.

#showtooltip
/cast [stealth] Pounce; Rake

Will display the tooltip of pounce if stealthed and rake if not.

As for the form macros:

#showtooltip
/cancelform [noform:3]
/cast Cat Form
/startattack [form:3,harm,nodead]

Here, i only cancel the form, if i'm not a cat. Thus, i will cast Cat Form, if i'm a cat, which cancels the cat form, if it's off cd. This gives you a 1.5s window where you can't break the cat form with the macro, so you don't have to worry about that accidental spam.

 

And going a bit more crazy:

#showtooltip
/cancelform [swimming,noform:2][outdoors,noform:2/4]
/cast [swimming] Aquatic Form;[outdoors] Travel Form; Cat Form

Proper travel form with relaxed form canceling

Good advice on the macros, those are some nice ones to have. I don't think I agree that adding a spell after Showtooltip is a bad practice though, sometimes you want to have it only be a specific tooltip. It's really up to the user's preference on what they want to do. I'll add the macros in though, they're great.

Share this post


Link to post
Share on other sites

Hey there,

The "One-Button Travel Form" isn't putting me into cat form indoors.
Travel form works outdoors and aquatic form works fine in water too.
Anyone able to help?

Thanks^^

 

Share this post


Link to post
Share on other sites
13 hours ago, Taloolah said:

Hey there,

The "One-Button Travel Form" isn't putting me into cat form indoors.
Travel form works outdoors and aquatic form works fine in water too.
Anyone able to help?

Thanks^^

 

This is what I use. The /cancelform is more strict, but I've also added the use of Dash when already in Cat Form.

#showtooltip
/cancelform [noform:2,swimming][noform:4,noswimming,outdoors][noform:3,noswimming,indoors]
/cast [swimming] Aquatic Form; [outdoors] Travel Form; [form:3] Dash; Cat Form

 

Share this post


Link to post
Share on other sites
Guest Judgewarg

Thanks for the tips. However, I can't seem to get the mouseover macros to work. Any help is appreciated. Thanks!

Share this post


Link to post
Share on other sites

So I'm a feral cat in a fight, my health is beginning to get dodgy and I wish to exit the cat form, throw a healing cast on me, then drop back into the feral cat form (or bear) and continue the fight.

How does this work with a healing cast of 2 seconds or so?

I've looked at various macros to shift out of cat form and cast a heal, but I can't figure out how to get back into cat form at the end of the healing cast.

Share this post


Link to post
Share on other sites
Guest Rofo
On 10/21/2019 at 4:03 PM, Jadant said:

So I'm a feral cat in a fight, my health is beginning to get dodgy and I wish to exit the cat form, throw a healing cast on me, then drop back into the feral cat form (or bear) and continue the fight.

How does this work with a healing cast of 2 seconds or so?

I've looked at various macros to shift out of cat form and cast a heal, but I can't figure out how to get back into cat form at the end of the healing cast.

you want include cancelform and dismount before your heal macro

/cancelform

/dismount

/use [@mousover,help,nodead][@target,help,nodead][@targettarget,help,nodead][@player] Healing Touch

 

The cast triggers the global cooldown, so you need the normal cat shift macro to to back to cat

/cancelaura Leader Of The Pack

/cancelaura Predatory Strikes

/cancelform

/dismount

/use Cat Form

 

Share this post


Link to post
Share on other sites
Guest cinemack

I keep getting the "can only use outside" message after trying to add the travel macro. Any solutions?

Share this post


Link to post
Share on other sites
Guest WalaVita
On 9/27/2019 at 8:41 PM, Guest Goatfryed said:

I was looking for a working druid mana bar addon and came across here. Not mentioned though ? ?

Nice guide, but i have some macro suggestions to make:

Putting the spell name behind #showtooltip is something i'd consider bad practice, if you don't use a amplifier spell before the main spell.

#showtooltip
/cast [stealth] Pounce; Rake

Will display the tooltip of pounce if stealthed and rake if not.

As for the form macros:

#showtooltip
/cancelform [noform:3]
/cast Cat Form
/startattack [form:3,harm,nodead]

Here, i only cancel the form, if i'm not a cat. Thus, i will cast Cat Form, if i'm a cat, which cancels the cat form, if it's off cd. This gives you a 1.5s window where you can't break the cat form with the macro, so you don't have to worry about that accidental spam.

 

And going a bit more crazy:

#showtooltip
/cancelform [swimming,noform:2][outdoors,noform:2/4]
/cast [swimming] Aquatic Form;[outdoors] Travel Form; Cat Form

Proper travel form with relaxed form canceling

Hi,

Any similar macro to change to Bear Form immediately?

Share this post


Link to post
Share on other sites
On 2/9/2020 at 11:03 PM, Guest cinemack said:

I keep getting the "can only use outside" message after trying to add the travel macro. Any solutions?

#showtooltip
/cancelform [noform:2]
/cast [form:2][swimming] Aquatic Form; Travel Form
/cast [noform:2][swimming] Aquatic Form; Travel Form

Share this post


Link to post
Share on other sites

One thing strange I noticed is that if you make a macro with for example /castsequence Thorns, Mark of the Wild, sometimes I'll get someone 'too low' and I get an error.  However, if I put those same spells (same rank) on my toolbar, the buffs are successful with that same 'too low' target.  What gives with macros?

Share this post


Link to post
Share on other sites
Guest Druid13542

I am on privat server patch 1.12.1 and need a shift macro going from cat or moonkin direct into bear form not human form inbetween

 

Share this post


Link to post
Share on other sites

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...