WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Form macro doesn't working [old macro] (https://www.wowinterface.com/forums/showthread.php?t=50038)

H0PE 10-13-14 03:16 AM

Form macro doesn't working [old macro]
 
An example of one of my form macro:

#showtooltip
/cast [mod:shift]Rejuvenation;[form:3]Rip;[form:1]Mangle;[noform:1/3]Wrath

This isn't working anymore. in Cat/Bear I get wrath icon showing. What is going on did they change the macros again? O.o
Checking this on PTR btw.

semlar 10-13-14 03:27 AM

Cat form is probably 2 instead of 3, just look at your shapeshift bar.

H0PE 10-13-14 10:06 AM

Quote:

Originally Posted by semlar (Post 297672)
Cat form is probably 2 instead of 3, just look at your shapeshift bar.

According to wowwiki:
http://www.wowwiki.com/Stance

If they didn't move it around (why would they), all the same; 1- bear form, 2- aquatic, 3- cat, etc.

The problem is that as soon as you include more than one form in a /cast separated with ; the whole macro stops working properly. Form is not working for me at all.

Can someone try it please and get back to me if its working? Either I got some addon issue (I use only Goldpaw UI ATM on PTR) or PTR is screwed.

Duugu 10-13-14 11:22 AM

Isn't Rip for cats restricted to feral specs or something? Does you PTR character has the feral spec enabled?

SDPhantom 10-13-14 12:35 PM

In 6.0, Aquatic Form and Flight Form is merged with Travel Form.
The result becomes Bear Form = 1, Cat Form = 2, Travel Form = 3, Moonkin Form = 4.

I'm running WoD beta build 19027 and the form conditionals are working fine.




Quote:

Originally Posted by H0PE (Post 297681)
According to wowwiki:
http://www.wowwiki.com/Stance

WoWWiki contains a lot of outdated information since most of their administrators and editors have moved over to WoWPedia years ago.

PS: I updated http://wowpedia.org/Form to reflect the changes by tomorrow's 6.0.2 patch.

H0PE 10-13-14 02:36 PM

I'm a feral on that particular talent set, yes.

The issue is this, I try to explain again:
if I put:

#showtooltip
/cast [mod:shift]Rejuvenation;Rip

The skill looks fine.

As soon as you add:

#showtooltip
/cast [mod:shift]Rejuvenation;[form:3]Rip;[form:1]Maim;[noform:1/3]Wraith

The macro isn't working when you swap to cat or bear. You see Question mark on the macro icon and it doesn't process any skills at all, except the rejuvenation works.

I haven't tried without actionbar addons yet though but I assume it wouldn't work anyways.

I don't have wow subscription atm so I can't post this on the wow forum to be sure its a global bug or not.

H0PE 10-13-14 02:37 PM

Quote:

Originally Posted by SDPhantom (Post 297700)
In 6.0, Aquatic Form and Flight Form is merged with Travel Form.
The result becomes Bear Form = 1, Cat Form = 2, Travel Form = 3, Moonkin Form = 4.

I'm running WoD beta build 19027 and the form conditionals are working fine.





WoWWiki contains a lot of outdated information since most of their administrators and editors have moved over to WOWPedia years ago.

PS: I updated http://wowpedia.org/Form to reflect the changes by tomorrow's 6.0.2 patch.

Ok I'm going to test this thanks in advance much appreciated.

humfras 10-13-14 02:44 PM

If you're curious about the exact stance/form ID, use the following script when in the desired stance/form
Lua Code:
  1. /run print(GetShapeshiftForm(true))

H0PE 10-14-14 03:22 AM

Awesome thanks I keep it in mind!

Quote:

Originally Posted by SDPhantom (Post 297700)
In 6.0, Aquatic Form and Flight Form is merged with Travel Form.
The result becomes Bear Form = 1, Cat Form = 2, Travel Form = 3, Moonkin Form = 4.

I'm running WoD beta build 19027 and the form conditionals are working fine.





WoWWiki contains a lot of outdated information since most of their administrators and editors have moved over to WoWPedia years ago.

PS: I updated http://wowpedia.org/Form to reflect the changes by tomorrow's 6.0.2 patch.

Quote:

Originally Posted by humfras (Post 297708)
If you're curious about the exact stance/form ID, use the following script when in the desired stance/form
Lua Code:
  1. /run print(GetShapeshiftForm(true))



All times are GMT -6. The time now is 11:31 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI