Macro Bard mezz routine

Tribunalite

I ask a lot of questions!
Joined
Apr 23, 2006
Messages
286
Reaction score
4
Points
18
Location
USA
Anyone have a decent working bard mezz routine? Just want to single mezz xtarget 2+ or AOE mezz, then get back to fighting, recheck every so often. This is a mod of what my enchanter does, and it works fine. Bard spell hangs, never goes to the next target or goes back to fighting.

Sub Mezz
/stopsong
/stopcast
/declare x int local
/for x 2 to ${Me.XTarget}
/target id ${Me.XTarget[${x}].ID}
/delay 1s ${Target.ID}==${Me.XTarget[${x}].ID}
/if (${Target.Level}<114 && !${Target.Buff[Slumber of Jembel].ID}) {
/delay 3s !${Me.Casting.ID}
/bc Mezzing --> ${Target.CleanName}
/casting "Slumber of Jembel" Gem12
}
/next x
/return
 
using medley i try this w bard

song2=Wave of Somnolence Rk. II^30^${Target.Type.Equal[NPC]} && ${Melee.Combat} && ${SpawnCount[NPC radius 40 zradius 40]} >2 && ${Target.PctHPs}<98 && ${Me.CombatState.Equal[COMBAT]}

i never bother w single mez, only time its worth it is with AA mez imo