Jump to content
FORUMS
Sign in to follow this  
Jemaris

WoW macro help...

Recommended Posts

The following macro I have...

/cancelaura [mod:alt,form:4]Travel Form
/cancelaura [nomod,form:1]Bear Form
/use [mod:alt,noform:4]Travel Form;[nomod,noform:1]Bear Form

Doesn't seem to work when trying to shapeshift into (& therefore out of) bear form. Can someone put me straight as to what's wrong?

It works fine for travel form using 'alt' to activate/deactivate travel form.

Share this post


Link to post
Share on other sites

You don't have to use /cancelaura if you are using it as a toggle form. When you cast Bear Form when already in Bear Form, it simply does a cancelaura already.

 

Here is a oneliner:

/use [nomod:alt] Bear Form; Travel Form
 
This will allow you to go straight from Bear Form to Travel Form or vice versa depending on the mod.
To simply cancel, use the same key.

Share this post


Link to post
Share on other sites

 

You don't have to use /cancelaura if you are using it as a toggle form. When you cast Bear Form when already in Bear Form, it simply does a cancelaura already.

 

Here is a oneliner:

/use [nomod:alt] Bear Form; Travel Form
 
This will allow you to go straight from Bear Form to Travel Form or vice versa depending on the mod.
To simply cancel, use the same key.

 

 

 

[nomod:alt] is not correct? It should be [nomod] or [mod:alt]?

or does that mean when you're NOT using alt?

Share this post


Link to post
Share on other sites

NOT using alt. It will still go to bear form when using shift or ctrl.

 

If you only want Travel Form when using alt, and Bear Form when not using ANY mods:

/cast [mod:alt] Travel Form; [nomod]Bear Form

But this will cause the macro to do nothing when using shift or control

 

 

If you want to add more stances it will change to something like:

/cast [mod:alt]Travel Form; [mod:shift] Cat Form; Bear Form

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. 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...