--[[

  Shaman Buff Bars for WoW (World of Warcraft)
    Description:  A row of buttons for your shield spells and weapon buffs.

By Bobblybook

  VERSION HISTORY


  1.0.2:
  
   -- Added full german localisation, thanks to Grektar of EU-Blackhand (Horde).

  1.0.1:
  
   -- Updated .TOC to 20300
   -- Added missing Ace2 Library
   
  1.0:
  
   -- Basically rewrote the whole addon, based on the Ace2 Framework.
   -- 2 bars merged back into the 1 addon, can configure bars seperately still.
   -- Thanks to new Ace2 Libraries, new Config window & Menus.
   -- Added Support for Fubar.
   -- Added cyCircled support for reskinning of bars. (see cyCircled for more info at 
	  http://files.wowace.com/cyCircled/cyCircled.zip, and download more skins at http://files.wowace.com/sw-c.html,
	  scroll down to the very bottom.
   -- Keybindings are now working! Only via dewdrop menu (right click fubar addon or minimap button) or chat,
	  not waterfall GUI since there is a problem when inputting bindings using a modifier key (shift, ctrl, alt).
   -- Added basic Localisation for all languages, however only the spell names are translated.
	  This will allow the addon to function correctly but further translation is still needed.

  v. 20100.1:
  
   -- Fixed icon and texture errors, thanks to charlierocks on worldofwar.net for the fix =)
   
  v. 20004.3:

   -- Changed some of the chat slash command code to avoid confusion with the old version.

  v. 20004.2:

   -- Added german localization for Water Shield.
   -- Fixed the random disappearance of the shield bar.

  v. 20004.1:

   -- Added shield bar, moved Lightning Shield from the weapon bar.
   -- Removed spell keybindings, apparently can't use addons to cast spells now :(

  v. 20000.1:

   -- Fixed for WoW 2.0 (Thanks to Varsof for the necessary changes)

  v. 11200.4:

   -- Fixed an "OnLoad" error which was popping up (didn't effect the functioning of the addon)

  v. 11200.3:

   -- Fixed up a typo to hide the buffbar once you have your weapon buffed.

  v. 11200.2a:

   -- Updated German localization (credit to KazragoreDDS for part of the translation)

  v. 11200.2:

   -- Fixed an error upon loading about indexing a nil value.

  v. 11200.1:

   -- Changed the version numbering template - will now show the version of WoW it has been made for.
   -- Added an option to hide once a buff is applied. The bar will stay hidden majority of the time, until
      your weapon buff expires, in which case it will show again until you recast one.

  1.02:
   ~Updated .TOC

  1.01a:
   ~Keybinding now functional.

  1.01:
   ~Extra box removed, thanks to Duuberman for pointing that out.

  1.00:
   ~Start of mod.

]]--



To install: Copy the folder ShamanBuffBars and place this in your World of Warcraft Addons folder.

   EXAMPLE:
    C:\Program Files\World of Warcraft\Interface\AddOns\ShamanBuffBars



NOTES:
------
1. Move the box by holding down ctrl and dragging with right click.
2. ingame commands:

   /shamanbuffbars
   /sbb


Enjoy!