Sorcerer 0 Posted November 25, 2020 Share Posted November 25, 2020 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> Link to comment https://wrobot.eu/forums/topic/12690-1121-druid-not-casting-cat-form/ Share on other sites More sharing options...
TheSmokie 242 Posted November 25, 2020 Share Posted November 25, 2020 I believe in vanilla cat form is a stance, not a spell, I could be completely wrong. Link to comment https://wrobot.eu/forums/topic/12690-1121-druid-not-casting-cat-form/#findComment-60649 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now