WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 53 to Rev 54
    Reverse comparison

Rev 53 → Rev 54

trunk/KHunterTimers/KHunterTimers.lua
1166,8 → 1166,8
if( KHTvars["skills"][KHT_TALENT] ) then
if( KHTvars["skills"][KHT_MURDER_CROWS] and spellName == KHT_MURDER_CROWS ) then
KHunterTimersFrame_add( 15000, spellName, spellId, destName, destGUID );
elseif( KHTvars["skills"][KHT_CALTROPS] and spellName == KHT_CALTROPS and spellId == 194277 ) then
KHunterTimersFrame_add( 15000, spellName, spellId );
elseif( KHTvars["skills"][KHT_CALTROPS] and spellName == KHT_CALTROPS and spellId == 194279 ) then
KHunterTimersFrame_add( 15000, spellName.." "..KHT_AURA, spellId );
elseif( KHTvars["skills"][KHT_INTIM] and spellName == KHT_INTIM and spellId == 19577 ) then
khtPetIntim = true;
KHunterTimersFrame_add( 15000, KHT_PET_INTIM, spellId );
1309,6 → 1309,15
KHunterTimersFrame_add( 30000, KHT_TAR_TRAP.." "..KHT_AURA, spellId );
end
end
elseif( spellId == 194279 ) then --Caltrops
if( natureTrapTimer ) then
for num = 1, KHTvars["numBars"] do
local barframe = _G[ "KHunterTimersStatus"..num];
if( barframe.spell == KHT_TAR_TRAP.." "..KHT_PRIMED ) then
barframe.endTime = 0;
end
end
end
elseif( KHTvars["skills"][KHT_HARPOON] and spellName == KHT_HARPOON ) then
KHunterTimersFrame_add( 3000, spellName, spellId, destName, destGUID )
elseif( KHTvars["skills"][KHT_HUNTERS_MARK] and spellName == KHT_HUNTERS_MARK ) then
1344,6 → 1353,14
end
khtCarve = false;
elseif( string.find( spellName, KHT_STEEL_TRAP ) and spellId == 162480 ) then
if( frostTrapTimer ) then
for num = 1, KHTvars["numBars"] do
local barframe = _G[ "KHunterTimersStatus"..num];
if( barframe.spell == KHT_FREEZING_TRAP.." "..KHT_PRIMED ) then
barframe.endTime = 0;
end
end
end
if( steelTrapTimer ) then
for num = 1, KHTvars["numBars"] do
local barframe = _G[ "KHunterTimersStatus"..num];
1352,9 → 1369,11
end
end
if( KHTvars["skills"][KHT_STEEL_TRAP] and string.find( spellName, KHT_STEEL_TRAP ) ) then
KHunterTimersFrame_add( 30000, KHT_STEEL_TRAP, spellId, destName, destGUID );
KHunterTimersFrame_add( 30000, KHT_STEEL_TRAP.." stun", spellId, destName, destGUID );
end
end
elseif( KHTvars["skills"][KHT_STEEL_TRAP] and spellName == KHT_STEEL_TRAP and spellId == 162487 ) then
KHunterTimersFrame_add( 39000, KHT_STEEL_TRAP.." dot", spellId, destName, destGUID );
elseif( KHTvars["skills"][KHT_STICKY_BOMB] and spellName == KHT_STICKY_BOMB and spellId == 191241 ) then
KHunterTimersFrame_add( 3000, spellName, spellId, destName, destGUID );
elseif( KHTvars["skills"][KHT_WYVERN] and spellName == KHT_WYVERN ) then
trunk/KHunterTimers/version history.txt
1,5 → 1,9
Version History
 
v4.2.0
- Updated for 7.2 patch
- Fixed DOT effect on Steel Trap
- Fixed aura effect on Caltrops
v4.1.0
- Updated for 7.1 patch
v4.0.1
trunk/KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 70100
## Interface: 70200
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 4.1.0
## Version: 4.2.0
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars