AudreyH 17 Posted October 17, 2014 Share Posted October 17, 2014 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 https://wrobot.eu/forums/topic/1675-new-paladin-holy-script/ Share on other sites More sharing options...
AudreyH 17 Posted October 20, 2014 Author Share Posted October 20, 2014 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 https://wrobot.eu/forums/topic/1675-new-paladin-holy-script/#findComment-8411 Share on other sites More sharing options...
Ohren 106 Posted October 22, 2014 Share Posted October 22, 2014 If you right click on the boss, combat mode is engaged. Link to comment https://wrobot.eu/forums/topic/1675-new-paladin-holy-script/#findComment-8441 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now