WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Chamois
    from Rev 173 to Rev 204
    Reverse comparison

Rev 173 → Rev 204

Chamois.lua
94,7 → 94,7
end
 
local function checkmana()
if IsUsableSpell(shamanisticrage) and checkcooldown("Shamanistic Rage") and math.floor(UnitMana("player")/UnitManaMax("player")*100) < 50 then return alpha else return 0 end
if IsUsableSpell(shamanisticrage) and checkcooldown(shamanisticrage) and math.floor(UnitMana("player")/UnitManaMax("player")*100) < 50 then return alpha else return 0 end
end
 
local function checkmaelstromweapon()
Chamois.toc
1,5 → 1,5
## Interface: 30000
## Title: Chamois v2.3
## Title: Chamois v2.4
## Notes: Shaman Weaponbuff and shield reminder
## Author: Mikma
Chamois.lua
\ No newline at end of file