Shtew 0 Posted August 22, 2016 Share Posted August 22, 2016 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 Link to comment https://wrobot.eu/forums/topic/3670-help-making-feral-druid-leveling-fight-class/ Share on other sites More sharing options...
Lord 15 Posted August 23, 2016 Share Posted August 23, 2016 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 https://wrobot.eu/forums/topic/3670-help-making-feral-druid-leveling-fight-class/#findComment-17090 Share on other sites More sharing options...
Runaro 160 Posted August 23, 2016 Share Posted August 23, 2016 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 https://wrobot.eu/forums/topic/3670-help-making-feral-druid-leveling-fight-class/#findComment-17096 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