Adding a custom latency timer to cast bar #252


  • Enhancement
Open
  • neospwnin created this issue Jul 18, 2018

    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.

  • neospwnin added a tag Enhancement Jul 18, 2018
  • neospwnin edited description Jul 18, 2018

To post a comment, please login or register a new account.