add windfury to known weapn enchants
author |
Chris Mellon <arkanes@gmail.com> |
date |
Wed, 17 Aug 2011 19:40:26 -0500 |
parents |
c4324144d380 |
children |
dbf17a303006 |
rev |
line source |
arkanes@29
|
1 Buff bars in the tradition of EBB, with support for click-to-remove.
|
arkanes@29
|
2
|
arkanes@29
|
3
|
arkanes@29
|
4
|
arkanes@29
|
5 Features:
|
arkanes@29
|
6 Use /kbf to toggle the positioning anchor
|
arkanes@30
|
7 Left click on a buff to remove it.
|
arkanes@30
|
8 Weapon enchant support.
|
arkanes@30
|
9 Vehicle swap support (Out of combat only)
|
arkanes@54
|
10 Fancy weapon enchant tooltips - for supported weapon enchants (please open a ticket if your favorites are missing),
|
arkanes@54
|
11 you get a tooltip showing the weapon name and the enchant info, rather than the default weapon tooltip.
|
arkanes@30
|
12
|
arkanes@29
|
13
|
arkanes@29
|
14 Issues/flaws:
|
arkanes@29
|
15 Vehicle support: KBF will swap to show the buffs of your vehicle, rather than your own buffs if:
|
arkanes@29
|
16 a) You are in a "real" vehicle, with its own action bar
|
arkanes@29
|
17 b) You are out of combat when you enter (or leave, for switching back) the vehicle.
|
arkanes@29
|
18
|
arkanes@29
|
19 Condition (b) is a consequence of the blizzard secure aura system not supporting vehicles.
|
arkanes@29
|
20 Weapon enchants:
|
arkanes@29
|
21 Weapon enchants will always be shown at the top of the buff list.
|
arkanes@54
|
22 The enchant on your thrown weapon will be shown, but will be inoperable.
|
arkanes@29
|
23 If you apply an enchant to your off-hand in-combat and then try to remove it before you have left combat, it will remove your main hand enchant instead.
|
arkanes@29
|
24 This is due to a bug in the blizzrd secure aura system which I can only work around out of combat.
|
arkanes@29
|
25
|
arkanes@29
|
26 Debuffs:
|
arkanes@29
|
27 Debuffs will always be shown at the bottom of the list.
|
arkanes@29
|
28
|
arkanes@29
|
29 Sorting:
|
arkanes@29
|
30 Currently all buffs/debuffs will be sorted by name. In the future you will be able to choose
|
arkanes@29
|
31 between the small set of options permited by the blizzard buff system.
|
arkanes@29
|
32
|
arkanes@29
|
33 Sizeing:
|
arkanes@54
|
34 The size and shape of the bars cannot be changed, due to limitations in the blizzard code. |