Jump to content

New Paladin Holy Script


AudreyH

Recommended Posts

I'm trying a new paladin holy profile

 

But i have a problem.

 

He cast "Flash of light " on a target with less than 90% life, thats is ok

 

But i want him to cast Judgement on the boss, but the focus remains on the guys who i was healing.

 

How can i judge for example the target of a tank , or the target of someone who is "focalised" 

 

Thxs in advance

Link to comment
Share on other sites

Hi,

 

More on this :)

 

I'm using "wrotation" and not "party" to use my profile ( i will post it in the profile section too)

 

I add this for the judgement:

 <FightClassSpells>
    <FightClassSpell>
      <SpellName>Judgment</SpellName>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>LuaScript</ContionType>
          <Param xsi:type="FightClassConditionLua">
            <LuaScript>ret = 1;  TargetLastEnemy();</LuaScript>
            <VarRet>ret</VarRet>
            <ValueRet>1</ValueRet>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>TargetDistance</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>30</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <Priority>8</Priority>
      <CombatOnly>false</CombatOnly>
      <Debug>true</Debug>
    </FightClassSpell>

 and never proc until i modify 

 <CombatOnly>false</CombatOnly>

and now it's ok

 

I will make test with the party module and with the combatonly = true

 

I think in Wrotation the Combat mode is not detected for a healer

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