Mercurial > wow > kbf
annotate README @ 73:dbf17a303006
Make sure it only happens for 'real' vehicles, with a UI bar
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Sat, 30 Jun 2012 18:49:36 -0500 |
parents | c4324144d380 |
children | ab3b89b7de4f |
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@73 | 9 Vehicle swap support (Now in combat as well!) |
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 Weapon enchants: |
arkanes@29 | 16 Weapon enchants will always be shown at the top of the buff list. |
arkanes@54 | 17 The enchant on your thrown weapon will be shown, but will be inoperable. |
arkanes@29 | 18 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 | 19 This is due to a bug in the blizzrd secure aura system which I can only work around out of combat. |
arkanes@29 | 20 |
arkanes@29 | 21 Debuffs: |
arkanes@29 | 22 Debuffs will always be shown at the bottom of the list. |
arkanes@29 | 23 |
arkanes@29 | 24 Sorting: |
arkanes@29 | 25 Currently all buffs/debuffs will be sorted by name. In the future you will be able to choose |
arkanes@29 | 26 between the small set of options permited by the blizzard buff system. |
arkanes@29 | 27 |
arkanes@29 | 28 Sizeing: |
arkanes@54 | 29 The size and shape of the bars cannot be changed, due to limitations in the blizzard code. |