November 25, 20205 yr I'm not sure what am I doing wrong? I just want to cast Cat Form when I enter combat, but nothing is happening. Please help! Here is my FightClass.xml <?xml version="1.0" encoding="utf-8"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Druid</FightClassName> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HaveTarget</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Cat Form</SpellName> <Priority>1</Priority> <IsBuff>true</IsBuff> <CanMoveDuringCast>Yes</CanMoveDuringCast> </FightClassSpell> </FightClassSpells> </FightClass>
November 25, 20205 yr I believe in vanilla cat form is a stance, not a spell, I could be completely wrong.
Create an account or sign in to comment