Jump to content

About This File

ktKsF0O.png

My first attempt at making a good fight class.
Currently it only supports Battle Stance, I might make it take advantage of the other stances at a later point.
It should work fine as a leveling fight class from level 1-70.
The only thing you need to keep in mind is that you'll have to restart the bot every time you learn a new spell.



Features

  • Fury Rotation (Battle Stance)
  • AOE Support (Uses Sweeping Strike with Cleave)
  • Trinket Support
  • Cooldown Management (Uses Retaliation on 3 or more targets)
  • Config (For almost everything)

X6FcJaY.png


I'd love feedback and suggestions for the fight class and if you run into any bugs report them to me.


User Feedback

Recommended Comments

eebm

Posted

Does it use overpower every time it is available? :) 

Treb

Posted

Just now, eebm said:

Does it use overpower every time it is available? :) 

Yes it does

fred2k1

Posted

it is not charging for me

Treb

Posted

13 minutes ago, fred2k1 said:

it is not charging for me

Have you enabled Charge in the config?

Chona

Posted

Hi, its not charging for me either, tried modifing priority and distances in xml with no sucess.

skana

Posted

No use charge for me too even with modify config like author said. 

pasdoy

Posted

Charge wasn't working for me. To fix it change the first FightClassSpell section (Charge) with this one

<FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetDistance</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>BiggerOrEqual</Type>
            <Value>8</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>TargetDistance</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>25</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Charge</SpellName>
      <Priority>16</Priority>
      <CombatOnly>false</CombatOnly>
      <OncePerTarget>true</OncePerTarget>
    </FightClassSpell>
OliZ

Posted

Uhm, i started using this at level 10, the only thing my warrior does is auto attack and thunder clap, nothing else. 

TheSmokie

Posted

8 hours ago, OliZ said:

Uhm, i started using this at level 10, the only thing my warrior does is auto attack and thunder clap, nothing else. 

Doesnt work, Ive tried it. doesnt work very well.

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