View Single Post
10-14-14, 03:22 AM   #9
H0PE
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 28
Awesome thanks I keep it in mind!

Originally Posted by SDPhantom View Post
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.
Originally Posted by humfras View Post
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))
  Reply With Quote