premium banner

Description

Description

Queue up actions by hitting action bar buttons (or hotkey) and they will be executed when they become available.

Usage

  • Hold down alt while queuing an action to execute that action immediately (moves it to the front of the queue and clears all other actions from it).
  • Click an action in the queue window to move it to the front of the queue.
  • Right-click an action in the queue window to remove it from the queue
  • Use /squeue or /skillqueue to toggle on or off

Options

There are currently a few settings that are only available through the command line.

To toggle between spam mode and checking of GetActionUsable

SkillQueue_Settings.CheckActionUsable = <true|false> Default is false

To change how often the skills are spammed in spam mode

SkillQueue_Settings.UpdateInterval = <#> Default is 0.2 (seconds)

To enable or disable the warning mesage frame / sound

SkillQueue_Settings.SendWarning = <true|false> Default is false

Example

/run SkillQueue_Settings.SendWarning = true; SkillQueue_Settings.UpdateInterval = 0.5

This will try to use the next queue skill every 1/2 a second and whenever it fails, you will receive the warning sound / text

ToDo

  • Find a way to determine whether a spell has been cast other than through the combat log
  • Skip skills on cooldown or with not enough mana/energy
  • Add config screen
  • Check for casting failed/interrupted/stopped
  • Configure which spells/items get moved to the front of the queue
  • Make Attack work with the queue
  • Make channeled spells work with the queue