Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help making feral druid leveling fight class

Featured Replies

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

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 :)

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.