Scorchio! 2
Note: as of Jan 2021, Scorchio has been flagged as abandoned due to the original author not carrying over her account to the new Overwolf system. Overwolf refuses to undo this. It isn't possible to release new versions while it's flagged as abandoned - they never get packaged. The original author flagged the project as "All Rights Reserved", so I'm not sure whether Overwolf would allow me to create a new forked version, even if I wanted to. Ultimately, the best path for everyone is probably to move on from Scorchio and build what you need around something like WeakAuras or TellMeWhen. -ywfn666
Scorchio2 is an addon for Mages that tracks Living Bomb, Nether Tempest, Ignite, Slow, Flamestrike (Flame Patch and snare), and Polymorph on multiple mobs, and can give you warnings and notifications when the debuffs need reapplying, or have expired completely. Scorchio can also provide bars for personal buffs/procs/summons: Clearcasting, Heating Up, Hot Streak!, Brain Freeze, Fingers of Frost, Combustion, Icy Veins, Arcane Power, Rune of Power, and Mirror Image. Up to three anchors are available for use (targeted, non-targeted, and buffs), and the sort order for bars within each anchor is customizable.
Use /scorchio2, or Blizzard's Addons configuration window to configure Scorchio2.
Localization Help Needed!
Lots of work has gone into translation, but there's still some left to do. Localizations are easy to submit on the WowAce Localization Page, and help many users. Please help with this if you're able. And thanks to everyone who's helped so far!
Thanks for this addon! Only thing its really missing for me with the new MoP update is tracking of Pyromaniac since that is now a debuff that Living Bomb applies. If that could be added that would be awesome. Thanks!
There is an error in AceLocale 3.0 when it tries to process "Heating Up" process. I had to include it manually in localization.lua
First of all:
Thanks a million for the update, highly appreciated
For users of the German language in the Game:
Open localization.lua in the Scorchio2 Folder with your Wordpad and
look for the line L["Water Elemental"] = "Wasserelementar" and just add right below:
L["Heating Up"] = "Aufwärmen"
Fixes the error message and the missing bar.
Any plans for a mop beta release? For the most part it seems to work, but obv it doesn't track new things like Nether Tempest, Invocation, or Rune of Power.
We're currently working on a MoP-friendly version of Scorchio! 2. Unfortunately, neither Morsker nor I have much free time at the moment, but if there's not a beta version ready for release early, there'll definitely be a full version out ready for 5.0 launch.
Thanks to LordGogo, iispyderii and others for tracking down some fixes while Scorchio! 2 floundered a little. I've incorporated your ideas into v1.2.9, which should fix most of the 4.3 issues on both x32 and x64 clients.
Let me know in a reply to this message if there are still outstanding issues that need to be dealt with.
Thanks ennuilg!
Just wanted to say thank you very much for updating this addon. I've been checking for an update every day since the 64-bit update.
I must say, now that Scorchio isn't working for the 64-bit, I realize how much I've missed and love the addon. Tracking when all 3 LBs explode is brilliant (i love the sound alert) and the bars are just very intuitive to use. None of the addons I've found, including mage nuggets, dot timers, combustion helper, power auras, and satrina buff frames seem to be as effective as scorchio2. Hopefully a fix can be made soon. I miss you scorchio. I'd gladly donate to the author to get this fixed!
I've been able to get power auras to mimic the spell alert for LB exploding, but not when it explodes on mobs i'm no longer targeting. Anyone have good power aura script that will mimic this functionality of sorchio? If so, I can at least use a combination of power auras and dot timers to mimic scorchio.
Edit: so at the suggestion of a friend (thanks Daeluin) I'm able to get Mik's Scrolling Battle Text to make a sound upon LB dissipating on all 3 mobs. So with DoT timers addon, MSBT, and mage nuggets LB tracking, I can mimic the alert sounds, see a bar, and track LB on 3 mobs without it cluttering up the screen too much.
The settings in in MSBT are Triggers-->LB Dissipates-->click gear icon --> Trigger classes: "mage", main event is just 1 "aura removal"--sub-settings of aura-removal: Recipient Unit Affiliation = to Outsider and Skill Name = Living Bomb.
Though I still need to figure out how to use DoT Timers to track Flamestrike.
In addition to the problems posted below (no bars, etc) while using the 64bit client, my game seems to freeze for .5 to 1 sec whenever AoE a pack of 4-5+ mobs with Blast Wave/Flamestrike.
64bit client - Even after the fix posted below, the living bomb tracking bar just disappears at around 6s left. Very annoying >.> anything you can do to fix would be awesome.
Every bar seems to disappear with around 4-6 seconds left on them. Looked at the code a bit, and couldn't find any obvious error.
Yep same here all bars now show but disappear when they reach 5.0 seconds remaining even the test bars on all anchors.
*Tip for fire mages* For now I have enabled the living bomb and critical mass tracking in combustion helper.
I much prefer scorchio for this though so please try to fix the problem, thanks :)
p.s. Anyone not able to get the fix posted below to work and you have the curse client. Right click on scorchio2 in the list of your addons in the client and select install libraries separately, then update any items that need it.
The pach about 64 it doesn't work for me
the patch doesn't work for me.
I'm in french version of wow 64 bits
no bar, nothing else.....
And I don't know if another addon which show multi timer of LB on mobs exist...
Here is a sorta fix for 4.3. It brings the bars back but they disappear at 5.0 seconds left.
http://www.wowace.com/addons/libbars-1-0/files/77-r23-release/
Paste this stuff into Wow/Interface/Addons/Scorchio2/Libs
Awesome man! That got the bars to show again, however it seems like they're disappearing early. LB bar will go for a while then disappear even if LB is still ticking. You don't get this issue?
I have tried this and this does not work at ALL.
Have the same problem with the fix as Whoamg. I hope there will be a proper fix, cause it's a freakin awesome mage addon, I like it very much! :)
The bars disappearing at 5 seconds left is the fault of the flash feature, which seems broken with 4.3. While checking some of my older videos I noticed no flashing so I just removed it:
In WoW\Interface\Addons\Scorchio2\Scorchio2.lua line 1674:
mobTable[dstGUID][T[vulnKey]][BAR] = Scorchio2[anchor]:NewTimerBar(tostring(dstGUID .. "_" .. T[vulnKey]), barText, timeToRun, duration, icon)
change this line to
mobTable[dstGUID][T[vulnKey]][BAR] = Scorchio2[anchor]:NewTimerBar(tostring(dstGUID .. "_" .. T[vulnKey]), barText, timeToRun, duration, icon, 0)
Yes, just add this zero at the end and it works fine again.
Still needs the updated BarLib iispyderii posted.
Happy Pyroblasting guys!