Jump to content

Frost move while fishing


arsart

Recommended Posts

21 hours ago, arsart said:

how can i teach bot to use frost move while fishing?

I hope your talking about the Death Knight spell "Path of Frost", simply add this into your FightClass:

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Path of Frost</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Path of Frost</SpellName>
      <Priority>30</Priority>
      <IsBuff>true</IsBuff>
      <CombatOnly>false</CombatOnly>
      <LockFrame>false</LockFrame>
    </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...