WoWInterface SVN NeedToKnow-Updated

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 97 to Rev 101
    Reverse comparison

Rev 97 → Rev 101

NeedToKnow/NeedToKnow.lua
14,7 → 14,7
 
-- NEEDTOKNOW = {} is defined in the localization file, which must be loaded before this file
 
NEEDTOKNOW.VERSION = "3.2.07"
NEEDTOKNOW.VERSION = "3.2.08"
NEEDTOKNOW.MAXGROUPS = 4
NEEDTOKNOW.MAXBARS = 6
NEEDTOKNOW.UPDATE_INTERVAL = 0.05
1780,9 → 1780,12
bar.expirationTime = nil
 
local bBlink = false
if settings.blink_enabled and settings.MissingBlink.a > 0 and bUnitExists and not UnitIsDead(bar.unit) then
bBlink = (bar.unit == "player") or
(settings.BuffOrDebuff == "HELPFUL") == (nil ~= UnitIsFriend("player", bar.unit))
if settings.blink_enabled and settings.MissingBlink.a > 0 then
if isWeapon then
bBlink = true
else
bBlink = bUnitExists and not UnitIsDead(bar.unit)
end
end
if ( bBlink and not settings.blink_ooc ) then
if not UnitAffectingCombat("player") then
NeedToKnow/NeedToKnow.toc
1,7 → 1,7
## Interface: 40200
## Title: NeedToKnow
## Author: Kitjan, lieandswell
## Version: 3.2.07
## Version: 3.2.08
## Notes: Timer bars for buffs, debuffs, cooldowns, etc.
## X-Credits: Bilt, Fxfighter EU-Echsenkessel, metalchoir, sp00n, Vlakarados, wowui.cn
## X-Category: Buffs, Combat