Originally Posted by
shuklu
I've tried that code. Aswell as other codes. I.e
Code:
{ "88684", {
"player.spell(88684).exists",
"focus.health < 95",
"focus.range < 41"
}, "focus" }
But it still doesn't work. I think the problem may be that the serenity buff the target gets and the spell is the same id =\
The code i used works perfectly for me ;o can you paste what your useing atm? 
EDIT:
Ah i see its
Code:
{ "88684", {
"player.spell(88684).exists",
"focus.health < 99",
"focus.range < 41"
}, "focus" },
Try it without the player.spell(88684).exists maybe. Spells that morph do weird things like fists of justice wouldnt work unless i just told it to do hammer of justice on my paladin profile.