Quote Originally Posted by Ughmahedhurtz View Post
I dunno, maybe start with https://www.curseforge.com/wow/addons/jamba and post comments? If you're dead set on grabbing an older version to see if that has <feature X> or works better, click on the EARLIER VERSIONS tab on that page.

This. 7.3.5-5.4.1 has some issues but a couple of us on here dealt with them pretty easily. Basically needed to remove some old calls in healthstone usage, taxi and glyph events. Mine had a nasty bug with advanced looting that caused one window to disconnect randomly when looting mobs. turned out all 5 were buggering the server trying to loot simultanously. I changed their loot command to round robin and put a C_Timer in. Ex: C_Timer.After(1, function() LootSlot(slot) end)

That fixed the adv loot disconnect.