- Added custom display 'My Spells' which shows your spells in the window.

- Added new custom display: Health Potion & Stone.
- Added overkill on death's tooltip.
- Created custom spells for Twin Ogron's Pulverize. Now it has 3 spells one for each wave.
- Created custom spells for Ko'ragh Overflowing Energy. Now it has 2 spells one for when the ball is catched and other when it reaches the ground and explodes.
- Changed healing multistrike to use the same format as damage done.
- Few improvements on Tiny Threat plugin: color gradient green-red is fixed, texts and bar texture now correctly uses the window settings.
- Damage Taken by Spell won't show pets in its tooltip any more.
- Enemies display won't show any more mirror images and spirit link totems.
- Enemies's tooltip now only show players and show all players instead of only 6.
- Few cooldowns shown as raid wide now shows as personal cooldowns.
- Fixed dispell tagets on dispell's tooltip.
- Fixed 'First Hit' raid tool.
- Fixed 'Open Options Panel' from interface panel.
This commit is contained in:
tercio
2014-12-31 17:09:39 -02:00
parent 6c0f98b736
commit c1a70256f8
8 changed files with 331 additions and 251 deletions
+2 -1
View File
@@ -370,7 +370,7 @@ function _G._detalhes:Start()
--version
self.gump:Fade (instance._version, 0)
instance._version:SetText ("Details! Alpha " .. _detalhes.userversion .. " (core: " .. self.realversion .. ")")
instance._version:SetText ("Details! Beta " .. _detalhes.userversion .. " (core: " .. self.realversion .. ")")
instance._version:SetPoint ("bottomleft", instance.baseframe, "bottomleft", 5, 1)
if (instance.auto_switch_to_old) then
@@ -447,6 +447,7 @@ function _G._detalhes:Start()
_detalhes:OpenWelcomeWindow()
end
--_detalhes:OpenWelcomeWindow() --debug
-- /run _detalhes:OpenWelcomeWindow()
_detalhes:BrokerTick()