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.
Connect With Us