Its got a bard song tracker and a few other bard based echos you may find usefull.
currently all it'll do is a big echo 30 seconds after the song is finishing.
You need to do songstatus to make it work. This doesnt take or use balance so basically just add songstatus to all your refresh/refrain aliases. So you do like
send ("perform song refrain;songstatus")
also if you look there is a little bit of an if statement at the bottom
if bashsong then sendAll("STRATAGEM clear") sendAll("sm add stand|perform refrain song|songstat|songstat") else end
you may want to make a toggle alias for your different songs. Like I have one song with wyrdsong that means I'll auto refrain because its just me bashing and it doesnt matter if I use a balance ot keep the song up but I dont want to do that in combat so I just do it manually.
Answers