August 22, 20169 yr 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
August 23, 20169 yr 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 :)
August 23, 20169 yr 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>
Create an account or sign in to comment