Byrth / Lua-Byrth

Lua Addons and Scripts
3 stars 2 forks source link

GearSwap - Blue Magic access #401

Closed Byrth closed 8 years ago

Byrth commented 8 years ago

Blue magic special spells (Unbridled Learning spells) are not normally castable, but are castable with the buff on. Something tells the client that it can cast them before the buff appears, though, and I need to trigger on that instead of the buff itself. SE updates their buffs too slowly.

Byrth commented 8 years ago

Turns out it is queuing on the buff. Now the question is why GearSwap's buff array updates so slowly.

Byrth commented 8 years ago

Aaaand the solution was just to remove any dependence on the buff. That seems to be what SE does.