Jump to content

Help making feral druid leveling fight class


Recommended Posts

Never tried to create a druid fight class, but did you check the spells settings ? Maybe something like "Is a buff" ? 
Hope it can help, in the wait of a real answer :)

Link to comment
Share on other sites

9 hours ago, Shtew said:

Does anyone know how to make a bear form leveling fight class? My bear form seems to endlessly shift in and out of form until oom then dies swiftly. LOL

Here's a example how you could do it, btw. change the priority to your needs and if you have a different Buff then "Bear Form" change that too.

 

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Bear Form</Name>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>TargetDistance</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>30</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>ManaPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>BiggerOrEqual</Type>
            <Value>10</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Bear Form</SpellName>
      <Priority>20</Priority>
      <IsBuff>true</IsBuff>
      <CastIfMounted>false</CastIfMounted>
    </FightClassSpell>

 

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...