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!
In Scorchio2.lua, you'll find a section like:
{ -- Arcane Blast
self = true,
durationpve = 10,
durationpvp = 10,
maxstacks = 3,
unique = true,
valid = COMBATLOG_OBJECT_AFFILIATION_MINE,
checkPally = false
},
Change that to:
{ -- Arcane Blast
self = true,
durationpve = 6,
durationpvp = 6,
maxstacks = 4,
unique = true,
valid = COMBATLOG_OBJECT_AFFILIATION_MINE,
checkPally = false
},
Hopefully we have a fix for that, but we're waiting for the maintainer of LibBars to apply it.
i tried looking in the lua to see if i could add it, but it looks like i need to add new data to different parts of it so it would recognize what spell it was. i got the bar to show but i couldnt give it options to mess around with, and it didnt really work lol..
much appreciated if you can either add it, or let me know a way to add it myself incase its not a feature you would want to add.
thank you very much =D great addon!
At the moment, it's a very involved process to add new bars to track. I am working on v1.5 which will make it much easier, and then I hope to add many more spells, buffs and debuffs to track.
At the moment, no. It will be added in an upcoming version.
I cast LB with a mouseover target macro and this usually happens when I LB something very early (i.e basically pulling with it). The timer doesnt appear until I target the mob. Whenever I LB a mob already in combat though I've had no problems.
Thanks, //Praanz