diff README @ 29:f23f8d29d023

Start getting all the settings together for packaging & syndication
author Chris Mellon <arkanes@gmail.com>
date Tue, 28 Dec 2010 16:55:19 -0600
parents
children 7f16de46f870
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Tue Dec 28 16:55:19 2010 -0600
@@ -0,0 +1,30 @@
+Buff bars in the tradition of EBB, with support for click-to-remove. 
+
+
+
+Features:
+	Use /kbf to toggle the positioning anchor
+	Click on a buff to remove it (if possible)
+	
+Issues/flaws:
+	Vehicle support: KBF will swap to show the buffs of your vehicle, rather than your own buffs if:
+		a) You are in a "real" vehicle, with its own action bar
+		b) You are out of combat when you enter (or leave, for switching back) the vehicle.
+		
+		Condition (b) is a consequence of the blizzard secure aura system not supporting vehicles.
+	Weapon enchants:
+		Weapon enchants will always be shown at the top of the buff list.
+		Any enchant on your thrown weapon will not be shown. This is a bug in the blizzard secure aura system.
+		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.
+		This is due to a bug in the blizzrd secure aura system which I can only work around out of combat.
+	
+	Debuffs:
+		Debuffs will always be shown at the bottom of the list.
+		
+	Sorting:
+		Currently all buffs/debuffs will be sorted by name. In the future you will be able to choose
+		between the small set of options permited by the blizzard buff system.
+		
+	Sizeing:
+		The size and shape of the bars cannot be changed, due to limitations in the blizzard code.
+		In the future, you may be able to change the scaling of the bars.
\ No newline at end of file