WoWInterface SVN DivinePleaReminder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

trunk/DivinePleaReminder/DivinePleaReminder.lua
1,5 → 1,5
--[[
DivinePleaReminder v1.2b, by sigmalmtd
DivinePleaReminder v1.2, by sigmalmtd
A lightweight AddOn for Protection Paladins. Flashes the Divine Plea button when in combat and the buff is inactive.
]]--
 
50,6 → 50,9
-- Checks if the button contains the Divine Plea spell, and creates a texture, and/or enabling or disabling it as necessary
function DivinePleaReminder:CheckButton(eventName, slot)
local slotType, spellId, spellSubType, parent, texture
if slot > 120 or slot < 1 then
return
end
slotType, spellId, spellSubType = GetActionInfo(slot)
if not UnitInVehicle("player") and slotType == "spell" and GetSpellName(spellId, spellSubType) == DIVINE_PLEA then
if self.buttons[slot] then
trunk/DivinePleaReminder/DivinePleaReminder.toc
2,7 → 2,7
## Title: DivinePleaReminder
## Notes: A lightweight AddOn for Protection Paladins. Flashes the Divine Plea button when in combat and the buff is inactive.
## Author: sigmalmtd
## Version: 1.2b
## Version: 1.2
## X-Category: Paladin
 
embeds.xml
trunk/DivinePleaReminder/README.txt
1,5 → 1,5
 
DivinePleaReminder v1.2b, by sigmalmtd (Nikolay on Azgalor)
DivinePleaReminder v1.2, by sigmalmtd (Nikolay on Azgalor)
A lightweight AddOn for Protection Paladins. Flashes the Divine Plea button when in combat and the buff is inactive.
 
==================
28,6 → 28,15
If your favorite bar AddOn was not listed, DivinePleaReminder may still work, depending on how the author wrote their AddOn. Try it anyway, and if the flashing doesn't show, then file a Bug Report and I will do my best to support it. With any bar AddOn, please be sure you have upgraded to its latest stable version before reporting a bug.
 
==================
LOCALIZATION
==================
 
DivinePleaReminder should work on all WoW localizations, but only enUS and frFR have been tested. If you use this AddOn successfully on an untested client, please let me know and I will update the list.
 
Thanks to:
- Etauk on Curse for confirming the French localization
 
==================
CONTRIBUTIONS/BUGS
==================