WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 49 to Rev 50
    Reverse comparison

Rev 49 → Rev 50

KHunterTimers/globals.lua
11,7 → 11,7
[3] = 15, -- Surv
[4] = 11, -- Pets
[5] = 23, -- Misc
[6] = 46 -- Trinkets
[6] = 47 -- Trinkets
};
 
KHT_OPTIONS_TIMERS = {
135,13 → 135,14
[37] = KHT_SCALES,
[38] = KHT_SHARP_SCALE,
[39] = KHT_SIGNET_EDWARD,
[40] = KHT_SKY_CROSS,
[41] = KHT_TALON_ALAR,
[42] = KHT_TTP,
[43] = KHT_TSUNAMI_TALISMAN,
[44] = KHT_UNITING,
[45] = KHT_FANGED_SKULL,
[46] = KHT_HERO_MEDALLION
[40] = KHT_SKULL_WAR,
[41] = KHT_SKY_CROSS,
[42] = KHT_TALON_ALAR,
[43] = KHT_TTP,
[44] = KHT_TSUNAMI_TALISMAN,
[45] = KHT_UNITING,
[46] = KHT_FANGED_SKULL,
[47] = KHT_HERO_MEDALLION
}
};
 
KHunterTimers/KHunterTimers.lua
1431,6 → 1431,8
KHunterTimersFrame_add( 10000, spellName, spellId );
elseif( KHTvars["skills"][KHT_BEATING_HEART] and spellName == KHT_BEATING ) then
KHunterTimersFrame_add( 20000, spellName, spellId );
elseif( KHTvars["skills"][KHT_SKULL_WAR] and spellName == KHT_SKULL ) then
KHunterTimersFrame_add( 20000, spellName, spellId );
end
end
end
2552,6 → 2554,7
KHTvars["textures"][KHT_XUEN] = KHT_XUEN_ICON;
KHTvars["textures"][KHT_SCALESDOOM] = KHT_SCALES_ICON;
KHTvars["textures"][KHT_BEATING] = KHT_BEATING_ICON;
KHTvars["textures"][KHT_SKULL] = KHT_SKULL_ICON;
 
-- Other
KHTvars["textures"][KHT_ENTRAPMENT] = KHT_ENTRAPMENT_ICON;
KHunterTimers/version history.txt
1,5 → 1,7
Version History
 
v3.7.8
- Added Skull of War
v3.7.7
- Added Sniper Training: Recently Moved
v3.7.6
KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 60200
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 3.7.7
## Version: 3.7.8
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars
KHunterTimers/localization.lua
167,6 → 167,8
KHT_SCALESDOOM, _, KHT_SCALES_ICON = GetSpellInfo(177038); -- Scales of Doom
KHT_BEATING_HEART = "Beating Heart of the Mountain";
KHT_BEATING, _, KHT_BEATING_ICON = GetSpellInfo(176878); -- Beating Heart of the Mountain
KHT_SKULL_WAR = "Skull of War";
KHT_SKULL, _, KHT_SKULL_ICON = GetSpellInfo(162915); -- Skull of War
 
--Pet Abilities
KHT_PET_INTIM = "Pet "..GetSpellInfo(19577); -- Pet Intimidation