WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 43 to Rev 44
    Reverse comparison

Rev 43 → Rev 44

KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 60000
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 3.7.1
## Version: 3.7.2
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars
KHunterTimers/localization.lua
162,6 → 162,8
KHT_HUNGER, _, KHT_HUNGER_ICON = GetSpellInfo(96911); -- The Hungerer
KHT_RELICXUEN = "Relic of Xuen";
KHT_XUEN, _, KHT_XUEN_ICON = GetSpellInfo(128984); -- Relic of Xuen
KHT_SCALES = "Scales of Doom";
KHT_SCALESDOOM, _, KHT_SCALES_ICON = GetSpellInfo(177038); -- Scales of Doom
 
--Pet Abilities
KHT_PET_INTIM = "Pet "..GetSpellInfo(19577); -- Pet Intimidation
KHunterTimers/globals.lua
11,7 → 11,7
[3] = 15, -- Surv
[4] = 11, -- Pets
[5] = 23, -- Misc
[6] = 44 -- Trinkets
[6] = 45 -- Trinkets
};
 
KHT_OPTIONS_TIMERS = {
131,15 → 131,16
[33] = KHT_OGRE,
[34] = KHT_PYRITE_INFUSER,
[35] = KHT_RELICXUEN,
[36] = KHT_SHARP_SCALE,
[37] = KHT_SIGNET_EDWARD,
[38] = KHT_SKY_CROSS,
[39] = KHT_TALON_ALAR,
[40] = KHT_TTP,
[41] = KHT_TSUNAMI_TALISMAN,
[42] = KHT_UNITING,
[43] = KHT_FANGED_SKULL,
[44] = KHT_HERO_MEDALLION
[36] = KHT_SCALES,
[37] = KHT_SHARP_SCALE,
[38] = KHT_SIGNET_EDWARD,
[39] = KHT_SKY_CROSS,
[40] = KHT_TALON_ALAR,
[41] = KHT_TTP,
[42] = KHT_TSUNAMI_TALISMAN,
[43] = KHT_UNITING,
[44] = KHT_FANGED_SKULL,
[45] = KHT_HERO_MEDALLION
}
};
 
KHunterTimers/KHunterTimers.lua
1426,6 → 1426,8
KHunterTimersFrame_add( 15000, spellName.." (H)", spellId );
elseif( KHTvars["skills"][KHT_RELICXUEN] and spellName == KHT_XUEN and spellId == 128984 ) then
KHunterTimersFrame_add( 15000, spellName, spellId );
elseif( KHTvars["skills"][KHT_SCALES] and spellName == KHT_SCALESDOOM ) then
KHunterTimersFrame_add( 10000, spellName, spellId );
end
end
end
2524,6 → 2526,7
KHTvars["textures"][KHT_HUNGER] = KHT_HUNGER_ICON;
KHTvars["textures"][KHT_HUNGER.." (H)"] = KHT_HUNGER_ICON;
KHTvars["textures"][KHT_XUEN] = KHT_XUEN_ICON;
KHTvars["textures"][KHT_SCALESDOOM] = KHT_SCALES_ICON;
 
-- Other
KHTvars["textures"][KHT_ENTRAPMENT] = KHT_ENTRAPMENT_ICON;
KHunterTimers/version history.txt
1,5 → 1,7
Version History
 
v3.7.2
- Added Scales of Doom
v3.7.1
- Fixed bug with Serpent Sting enables
- Fixed Sniper Training