- Joined
- Jun 13, 2020
- RedCents
- 27¢
Im trying to come up with a condition for the bards to not mez if the chanter has it locked down, this is for the lvl 70 era TLP in OOW.
PreCondition=/if (({Spawn[{PSTargetID}].Level}<=73)&&(({Target.Mezzed.ID}&&{Target.Mezzed.Duration.TotalSeconds}<=6)||!{Target.Mezzed.ID})) /return TRUE
Thats what i came up with but they still double mez well before the 6 second duration mark.
Any input would be helpful.
PreCondition=/if (({Spawn[{PSTargetID}].Level}<=73)&&(({Target.Mezzed.ID}&&{Target.Mezzed.Duration.TotalSeconds}<=6)||!{Target.Mezzed.ID})) /return TRUE
Thats what i came up with but they still double mez well before the 6 second duration mark.
Any input would be helpful.

