promotional bannermobile promotional banner

Bitten's SpellFlash: Mage

Replaces Blizzard's default proc highlighting to flash a maximum dps rotation.

File Details

60000.201502151414

  • R
  • Feb 15, 2015
  • 65.84 KB
  • 61.9K
  • 6.0.3
  • Retail

File Name

BittensSpellFlash_Mage-60000.201502151414.zip

Supported Versions

  • 6.0.3

------------------------------------------------------------------------
r200 | slippycheeze | 2015-02-15 22:15:47 +0000 (Sun, 15 Feb 2015) | 1 line
Changed paths:
   A /tags/60000.201502151414 (from /trunk:195)

Update to latest BSF library
------------------------------------------------------------------------
r195 | slippycheeze | 2015-01-24 07:10:26 +0000 (Sat, 24 Jan 2015) | 4 lines
Changed paths:
   M /trunk/src/Spells.lua

Make Nether Tempest always optional

Previously it was "mandatory" on a boss, which isn't strictly desirable,
so we remove that.
------------------------------------------------------------------------
r194 | slippycheeze | 2015-01-24 07:10:22 +0000 (Sat, 24 Jan 2015) | 14 lines
Changed paths:
   M /trunk/src/Rotations.lua
   M /trunk/src/Spells.lua

Various fixes to Arcane, thanks to Reason2012 for the report:

Arcane is no longer stuck in "burn" if the Prismatic Crystal talent is
taken.  Previously, an error on my part meant that it was testing "do
you have the talent", rather than "do you have the crystal out" to
figure out if it should burn or not.

Arcane Orb cooldown should be respected better, and it should flash
pre-combat since it is used to quickly build stacks.  It still flashes
only below two arcane stacks, as a builder.

Arcane Power will now flash just prior to Prismatic Crystal, rather than
just after, if you have taken that talent.  (Specifically, it will start
flashing two GCDs prior to PC becoming available.)
------------------------------------------------------------------------
r190 | slippycheeze | 2015-01-19 02:56:10 +0000 (Mon, 19 Jan 2015) | 5 lines
Changed paths:
   M /trunk/src/Rotations.lua

Clean up Prismatic Crystal tracking

Thanks to a couple of magic people who let me know it is tracked as a
totem, I can replace my hacky guesswork with just pulling data from the
totem system.
------------------------------------------------------------------------
r189 | slippycheeze | 2015-01-19 02:56:07 +0000 (Mon, 19 Jan 2015) | 1 line
Changed paths:
   M /trunk/src/Rotations.lua
   M /trunk/src/Spells.lua

Implement Prismatic Crystal for remaining spec...
------------------------------------------------------------------------
r188 | slippycheeze | 2015-01-19 02:56:03 +0000 (Mon, 19 Jan 2015) | 1 line
Changed paths:
   M /trunk/src/Rotations.lua

Clean up fire debug code
------------------------------------------------------------------------
r187 | slippycheeze | 2015-01-19 02:55:59 +0000 (Mon, 19 Jan 2015) | 1 line
Changed paths:
   M /trunk/src/Rotations.lua
   M /trunk/src/Spells.lua

Don't flash Time Warp -- too specialized
------------------------------------------------------------------------
r185 | slippycheeze | 2015-01-18 23:41:47 +0000 (Sun, 18 Jan 2015) | 1 line
Changed paths:
   M /trunk/src/Spells.lua

Minor luacheck cleanups
------------------------------------------------------------------------
r184 | slippycheeze | 2015-01-18 23:41:43 +0000 (Sun, 18 Jan 2015) | 6 lines
Changed paths:
   M /trunk/src/Spells.lua

Fix Arcane Orb never flashing

This was a Blizzard ... well, I was going to say bug, but quirk is
probably closer to the truth: it has a range, but is never, ever in
range.  This seems to apply to a lot of similar spells, and needs to be
annotated on the spell or it will never consider flashing it.
------------------------------------------------------------------------
r183 | slippycheeze | 2015-01-18 23:41:39 +0000 (Sun, 18 Jan 2015) | 1 line
Changed paths:
   M /trunk/src/Rotations.lua

Remove arcane warning: is tested at 100 now
------------------------------------------------------------------------