Jump to content

Earth Shield Spamming Party Bot Healer


Recommended Posts

Greetings!

 

Can anyone guide me into getting Earth shield to cast properly?

I've set it to buff, party, target party1.

In conditions i've tried Target buff, Buff Stack Target and several others.

What it does is that it spams earth shield no matter what condition i pick.

Thanks in advance for some assistance!

Link to comment
Share on other sites

first of all, post your fightclass then one can tell whats wrong. but if try to use telepath mode you need to add condition !ObjectManager.Target.HaveBuff("Earth Shield")

Link to comment
Share on other sites

12 minutes ago, zzzar said:

first of all, post your fightclass then one can tell whats wrong. but if try to use telepath mode you need to add condition !ObjectManager.Target.HaveBuff("Earth Shield")

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetBuff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Earth Shield</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Earth Shield</SpellName>
      <Priority>1</Priority>
      <IsBuff>true</IsBuff>
      <CombatOnly>false</CombatOnly>
      <Timer>0</Timer>
      <CastOn>party1</CastOn>
    </FightClassSpell>
 

 

Im running it in party mode following my tank with a couple of other characters also in the group.

I haven't done a fight class before, what is telepath mode?

Thanks!

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