EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,810
Yea, you could try this one:thanks bad saddly I think it did not work
EDIT: the exact cause of death is that a minion after the 3rd boss casts Arc Weld with the result of killing me (there are times that im lucky). then on his way back he faces 1st boss which kills him. is there a way to change the addition from hp to when the spell is on the character?
thank you very much
HTML:
<CustomBehavior File="Hooks\DoWhen" ActivityName="EnableCombat" AllowUseDuringCombat="true" UseWhen="Me.HasAura(59085) && Me.Combat" >
<EnableBehavior Name="Combat" />
<CustomBehavior File="WaitTimer" WaitTime="10000" TerminateWhen="!Me.Combat" />
<DisableBehavior Name="Combat" />
</CustomBehavior>