r167

Details

  • Filename
    LibFail-1.0-r167.zip
  • Uploaded by
  • Uploaded
    Dec 1, 2009
  • Size
    22.87 KB
  • Downloads
    55
  • MD5
    a40b7d2bd53c9c11028bd0fe44d4cbed

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r167 | sztanpet | 2009-12-01 20:32:04 +0000 (Tue, 01 Dec 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

more aggressive sartharion flame breath
------------------------------------------------------------------------
r166 | sztanpet | 2009-11-22 17:44:01 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

dont nil out the onUpdate function, just hide/show the frame
------------------------------------------------------------------------
r165 | mysticalos | 2009-11-22 01:54:42 +0000 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

Vortex only a fail if cause death regardless of difficulty. This will solve spam for guilds that stay same color and bubblesac the vortex.
------------------------------------------------------------------------
r164 | mysticalos | 2009-11-19 08:51:00 +0000 (Thu, 19 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

Add Missing anub impale spellid, remove useless spellids from kologarn eyebeams and vezax shadow crash. Removed mobid from shadow crash since it's no longer needed (now that we don't include the spellid from his trash). Maybe some other stuff I forgot about. Went over all spellids in attempt to cleanup bad ones :)
------------------------------------------------------------------------
r163 | maat | 2009-11-18 21:20:35 +0000 (Wed, 18 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

add: gunship - explosion
------------------------------------------------------------------------
r162 | sztanpet | 2009-11-16 21:23:44 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fuck the valkyr orbs, fuck you guys too who need the verbosity
------------------------------------------------------------------------
r161 | sztanpet | 2009-11-16 20:57:38 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fail instantly on death for hellfire and fellinferno, and tweak the time it takes to fail for hellfire, lets see if its too much or not
------------------------------------------------------------------------
r160 | sztanpet | 2009-11-16 20:54:48 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

tweak fel_inferno the same way we tweaked hellfire, lets see if it makes a difference or not
------------------------------------------------------------------------
r159 | maat | 2009-11-16 08:02:53 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

add Blood Queen Lana'thel - Delirious Slash
------------------------------------------------------------------------
r158 | sztanpet | 2009-11-15 16:00:12 +0000 (Sun, 15 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fucked up the "removing unneded check" thing, we are checking the source to be a player not the destination so add it back in
------------------------------------------------------------------------
r157 | sztanpet | 2009-11-15 15:39:41 +0000 (Sun, 15 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

change fail types of systemic shock vortex and bloodbolt splash, add datamined spellIds
------------------------------------------------------------------------
r156 | sztanpet | 2009-11-15 15:29:26 +0000 (Sun, 15 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

remove useless check, whitespace cleanup
------------------------------------------------------------------------
r155 | maat | 2009-11-15 14:38:48 +0000 (Sun, 15 Nov 2009) | 2 lines
Changed paths:
   M /trunk/LibFail-1.0.lua

add: Lana'Thel - Uncontrollable Frenzy, Bloodbolt, Blood Princes - Systemic Shock Vortex
make Hodir - Biting Cold configurable
------------------------------------------------------------------------
r154 | sztanpet | 2009-11-09 10:45:25 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fix putricide - mutated slime, also whitespace cleanups
------------------------------------------------------------------------
r153 | mysticalos | 2009-11-09 08:34:04 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

Added other known spellid to Maat's last commit. ;)
------------------------------------------------------------------------
r152 | maat | 2009-11-09 08:19:56 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

add professor putricide - mutated slime (at least I think this is what its called)
------------------------------------------------------------------------
r151 | sztanpet | 2009-11-05 18:35:23 +0000 (Thu, 05 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

its prettier this way (sorry)
------------------------------------------------------------------------
r150 | sztanpet | 2009-11-05 18:33:37 +0000 (Thu, 05 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fix the hellfire bug i introduced
------------------------------------------------------------------------
r149 | mysticalos | 2009-11-05 06:57:50 +0000 (Thu, 05 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

Added Fail_Auriaya_SonicScreech to tanks don't fail list. Off tanks tend to separate kitties, especially while doing crazy cat lady 25.
------------------------------------------------------------------------
r148 | sztanpet | 2009-11-04 10:43:40 +0000 (Wed, 04 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

and now make hellfire not spam if someone fails repeatedly
------------------------------------------------------------------------
r147 | sztanpet | 2009-11-04 10:40:08 +0000 (Wed, 04 Nov 2009) | 3 lines
Changed paths:
   M /trunk/LibFail-1.0.lua

ToC - Hellfire was not firing at all, modify it, the reason:
the method we use to throttle fails fails, as we update the timestamp used on every damage tick, so it never goes beyond the threshold or causes a fail right after the second casting of the damaging spell
fix up hellfire to be correct, need to sort out the others (where it matters)
------------------------------------------------------------------------
r146 | mysticalos | 2009-11-04 07:16:32 +0000 (Wed, 04 Nov 2009) | 3 lines
Changed paths:
   M /trunk/LibFail-1.0.lua

Hellfire, fel Inferno seem way to sensetive, don't know if what it is but it doesn't feel like 3 seconds, might have something to do with spells being channeled so initial damage being nearly 1-2 seconds in but they aren't allowing people enough time to move, changed to 4 to see how that works.

Changed choking cloud to only be a fail if it causes death, it barely does damage so someone has to be completely numpty retarded to die to it. Should only be a fail from death, was creating a LOT of spam in it's current state.
------------------------------------------------------------------------
r145 | sztanpet | 2009-11-02 13:31:28 +0000 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

fixing ticket 19
------------------------------------------------------------------------
r144 | sztanpet | 2009-10-31 03:30:40 +0000 (Sat, 31 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

bugfix sindragosa_icetomb
------------------------------------------------------------------------
r143 | sztanpet | 2009-10-30 15:29:45 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibFail-1.0.lua

four new Sindragosa fails, the Ice Tomb fail is totally guesswork as i dont have a combatlog where they took him down below 25%, so its "experimental"
------------------------------------------------------------------------