I sometimes use a Bard to chain pull, I also run Holy/Downs to do Fading Memories if my HP drops below 30%.
Every once in awhile I noticed my bard would get stuck back at camp Invised and stop pulling, which is what you want in most cases.
When I want him to just heal up and keep pulling I run this: (Casts Selo's to pop invis)
Change: yourmacro.mac to whatever you run KA as... I have ka9.mac for example.
Change: ${SpawnCount[pc radius 55]}>=3 to whatever makes you feel comfortable, I used >=3, Logic was most people 3-6 box, so it should work for everyone.
Every once in awhile I noticed my bard would get stuck back at camp Invised and stop pulling, which is what you want in most cases.
When I want him to just heal up and keep pulling I run this: (Casts Selo's to pop invis)
Rich (BB code):
downflag0=1
downshit0=/if (${Macro.Name.Equal[yourmacro.mac]} && ${Role.Equal[puller]} && ${Me.PctHPs}>95 && ${SpawnCount[pc radius 55]}>=3 && ${Me.Song[Evader's Invisibility].Duration}>0) /alt act 3704
Change: yourmacro.mac to whatever you run KA as... I have ka9.mac for example.
Change: ${SpawnCount[pc radius 55]}>=3 to whatever makes you feel comfortable, I used >=3, Logic was most people 3-6 box, so it should work for everyone.

