-- Daerma Buff Bot
-- spells used to buff groups 1-46
local low_buffs = {
  [1] = 62,   -- Resist Poison
  [2] = 63,   -- Resist Disease
  [3] = 64,   -- Resist Magic  [1] = 2505, -- Armor of the Faithful
  [4] = 3692, -- Temperance
  [5] = 4089, -- Guard of Vie
  [6] = 3576, -- Blessing of Faith -- ToDo: Casters Only
  [7] = 1694, -- Boon of the Clear Mind -- ToDo: Casters Only
  [8] = 4074, -- Guard of Alendar
  [9] = 457,  -- Dead Man Floating
  [10] = 3578, -- Brell's Steadfast Aegis
  [11] = 2176, -- Spiritual Light
  [12] = 3454, -- Infusion of Spirit
  [13] = 2524, -- Spirit of BihLi
  [14] = 109,  -- Elemental Armor -- Replaces Cold (61) & Fire (60)
}
-- spells used to buff groups lvel 47+
local hi_buffs = {
  [1] = 3444, -- Protection of the Seasons - FR/CR
  [2] = 3448, -- Shield of Braken # changed to single
  [3] = 4108, -- Aura of Reverence
  [4] = 3467, -- Virtue # changed to single
  [5] = 3460, -- Spiritual Domination
  [6] = 3433, -- Replenishment # changed to single 
  [7] = 3185, -- Flight of Eagles
  [8] = 3240, -- Speed of Vallon # changed to single
  [9] = 3360, -- Voice of Quellious
  [10] = 3242, -- Guard of Druzzil - MR
  [11] = 3432, -- Brell's Stalwart Shield
  [12] = 3417, -- Spirit of the Predator
  [13] = 3235, -- Focus of the Soul
}