October 17, 201411 yr 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
October 20, 201411 yr Author 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
Create an account or sign in to comment