This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
It is fairly common to utilize the spell queue window built into the game to avoid pointless button mashing. I personally use the latency bar to represent the spell queue window. Currently, I am editing the LUA file myself to get the desired effect, but I must do so every time the addon is updated. Would it be possible to add a custom value slider to the options?
I edit the "modules/Latency.lua" file on Line 121 to:
local perc = 0.4 / castlength
With 0.4 being the 400ms spell queue window.
It is a simple enough edit, but I figured I'd make the recommendation that there be a custom slider for those that might also want to utilize the built-in spell queue.
To post a comment, please login or register a new account.