Twister is an aura-twisting helper for Chosen and Knights of the Burning Sun. It allows you to specify up to 3 auras that should be sequenced. Its display will show you what aura is currently active, and what auras are fading/expired. Any aura icon can be clicked to refresh (or in the case of the active aura, deactivate) that aura. The currently active aura is shown larger on the left side of Twister's "trough", auras which are about to expire will turn red as they near the end of the trough, and the longest-expired aura is shown at the far right side of Twister's trough. The trough's background will turn blue when you're able to cast another aura.
In addition, you can specify a hot bar binding number (from 1 to 120, defaults to 119) to bind to Twister, after which pressing the key bound to that hotbar binding will activate the next aura in the sequence (Twister is smart enough to only activate this keybinding when the shared aura cooldown is not active, meaning that you shouldn't get many "ability not ready yet" spam messages if you hit the key while the cooldown is still going). The hot bar binding number you choose does not necessarily have to be one that is associated with a visible action bar (as you may have guessed from the default value of 119).
To set up which auras (and which button #) Twister should use, simply right-click anywhere on its display. Then drag auras from your abilities window to the 3 squares, and/or change the button number in its edit box.
To save or load sets of auras, use the following commands:
- /script Twister.SaveSet("setnamehere")
- /script Twister.LoadSet("setnamehere")
Either command can be macro'd if desired (especially useful for loading sets).
Twister's display will only be visible (and Twister will only be active) when the current character is a KotBS or Chosen.
2009-06-16 aiiane <aiiane@aiiane.net>
[69670174014c] [tip]
* .hgtags:
Added tag 1.12 for changeset f4d838c260e1
[f4d838c260e1] [1.12]
* Twister.mod
1.3.0 version bump
2009-04-16 aiiane <aiiane@aiiane.net>
[31112995f787]
* .hgtags:
Added tag 1.11 for changeset 6317f8344239
[6317f8344239] [1.11]
* Twister.lua Twister.mod
Updated for patch 1.2.1. This should hopefully be the last time you ever have to re-select your settings after an update.
Also made some minor tweaks to detection logic.
2009-01-09 Aiiane <aiiane@aiiane.net>
[743d4c2ffb52]
* .hgtags:
Added tag 1.10 for changeset cfc14ee3f68d
[cfc14ee3f68d] [1.10]
* Twister.lua Twister.mod
FIXED: Twister keybind will no longer be active (and thus no longer cause 'ability failed' messages) when on a non-aura character.
2008-12-29 Aiiane <aiiane@aiiane.net>
[e7258aac6221]
* .hgtags:
Added tag 1.9 for changeset 262effe8e9a4
[262effe8e9a4] [1.9]
* Twister.lua Twister.mod
FIXED: Corrected a typo that was resulting in any circumstance triggering a loading screen to throw off timer counts.
[39845a64248f]
* .hgtags:
Added tag 1.8 for changeset dc426e29b73d
[dc426e29b73d] [1.8]
* Twister.lua Twister.mod
ADDED: More checking to try and prevent odd behavior.
FIXED: Auras should no longer occasionally refuse to be recognized as valid auras.
2008-12-28 Aiiane <aiiane@aiiane.net>
[1e6f5af1ed08]
* Twister.lua
Small hack to avoid floating point precision issues.
2008-12-18 aiiane <aiiane@aiiane.net>
[5fc8584bc841]
* .hgtags:
Added tag 1.7 for changeset cc55c0ce9af8
[cc55c0ce9af8] [1.7]
* Twister.lua Twister.mod
FIXED: Display should update properly for different career characters.
2008-12-14 aiiane <aiiane@aiiane.net>
[64d85441e09c]
* .hgtags:
Added tag 1.6 for changeset a4dd0423dd69
[a4dd0423dd69] [1.6]
* Twister.lua Twister.mod
ADDED: Basic aura set functionality. Use /script Twister.SaveSet("setname") to save, and /script Twister.LoadSet("setname") to restore a given set. Either command can be macro'd.
[3751caf3c812]
* .hgtags:
Added tag 1.5 for changeset 72ec4c752255
[72ec4c752255] [1.5]
* Twister.lua Twister.mod
FIXED: The healing/ap procs from Stay Focused should now be ignored (and thus not mess up the cooldown display).
FIXED: Removing an aura from rotation while it is fading should no longer result in its indicator getting 'stuck'.
2008-12-13 aiiane <aiiane@aiiane.net>
[152a1f72c71a]
* .hgtags:
Added tag 1.4 for changeset 086fd1b96e69
[086fd1b96e69] [1.4]
* Twister.lua Twister.mod
FIXED: Don't register with the layout editor if we're not on a KotBS/Chosen, or else it'll be annoying and force our window to show if we edit the UI at all.
[244dd35bb35e]
* .hgtags:
Added tag 1.3 for changeset f94e9c438d52
[f94e9c438d52] [1.3]
* Twister.lua Twister.mod
ADDED: Trough background will now turn blue when a new aura is able to be cast.
[115249a70e75]
* .hgtags:
Added tag 1.2 for changeset 74595d4c9382
[74595d4c9382] [1.2]
* Twister.lua Twister.mod
Oops! Fix a typo that was causing Twister to load for non-KotBS/Chosen characters.
[2d2b502ce01a]
* .hgtags:
Added tag 1.1 for changeset 80b146b383a7
[80b146b383a7] [1.1]
* Twister.lua Twister.mod
Tweak the time remaining threshold for turning an aura red, also use icon instead of name to identify fading auras.
[f4ddecba31cd]
* .hgtags:
Added tag 1.0 for changeset 4e53551c8f90
[4e53551c8f90] [1.0]
* .pkgmeta, Twister.lua Twister.mod Twister.xml
Initial commit. Aura-twisting helper for Chosen and KotBS.