view README @ 37:15b9e97ab2d2

hacked in very, very basic consolidated buff support. Needs *much* clean up, get side effects out of functions that don't want them, get the hide/show anchor logic into a secure state thingy
author Chris Mellon <arkanes@gmail.com>
date Fri, 31 Dec 2010 08:36:30 -0600
parents 7f16de46f870
children c4324144d380
line wrap: on
line source
Buff bars in the tradition of EBB, with support for click-to-remove. 



Features:
	Use /kbf to toggle the positioning anchor
	Left click on a buff to remove it.
	Weapon enchant support.
	Vehicle swap support (Out of combat only)
	
	
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.