Jump to content

(1.12.1) Druid not casting Cat Form


Sorcerer

Recommended Posts

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...