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
------------------------------------------------------------------------
r15 | alleris2_0 | 2009-10-31 22:47:40 +0000 (Sat, 31 Oct 2009) | 1 line
Changed paths:
A /tags/v1.12 (from /trunk:14)
Works with latest onupdate/onevent "fix"
------------------------------------------------------------------------
r14 | alleris2_0 | 2009-10-31 22:47:26 +0000 (Sat, 31 Oct 2009) | 1 line
Changed paths:
M /trunk/SkillQueue.lua
Incremented version number
------------------------------------------------------------------------
r13 | alleris2_0 | 2009-10-31 22:46:37 +0000 (Sat, 31 Oct 2009) | 1 line
Changed paths:
M /trunk/SkillQueue.lua
Works with latest onupdate/onevent "fix"
------------------------------------------------------------------------
r12 | alleris2_0 | 2009-10-28 01:36:37 +0000 (Wed, 28 Oct 2009) | 1 line
Changed paths:
M /trunk/SkillQueue.lua
M /trunk/SkillQueue.xml
M /trunk/SkillQueueConfig.lua
Changed to use BILLBOARD_CLOSE instead of OnUpdate
------------------------------------------------------------------------