3.3.5.7
Details
-
FilenameHeatsink-3.3.5.7.zip
-
Uploaded by
-
UploadedSep 11, 2010
-
Size169.85 KB
-
Downloads68
-
MD5c791a82ce445bd006b51a74f400b415f
Supported WoW Retail Versions
- 4.0.1
- 3.3.5
Changelog
tag 3.3.5.7
293a2992d04bc551ce8066792d587f9cec3fbef1
durcyn <durcyn@gmail.com>
2010-09-10 11:36:51 -0500
3.3.5.7
--------------------
durcyn:
- might help if we actually mix in AceHook before trying to call hook methods
- add X-Compatible-With silliness to toc, since the whole point of this rewrite was cataclysm compatibility
- clean up reincarnation hackery a bit, split inventory and bags into separate functions to save on cpu. drycoded, will eat your children and pets
- oh, hey, cool typo.
- unfuck locales
- add remaining equipslots to check for engineering cooldowns, needs testing
- handle resets properly again, take a stab at interrupt tracking
- use separate variables for players and pets to handle edge cases where player and pet abilities are used together
- oh, right, table.remove is by key, not value
- handle delayed cooldowns, apparently rogues and mages still have some of this broken crap
- apparently GetSpellCooldown doesn't work for vehicle spells, or i had too much to drink last night.
- check the last cast on cooldown update, since GetSpellCooldown isn't available on UNIT_SPELLCAST_SUCCEEDED
- use lowest possible level spells for school checks, icons be damned
- use moonfire for druid arcane lockout check
- get rid of shitty spellbook scanning and SPELL_UPDATE_COOLDOWN fuckery, start checking cooldowns on UNIT_SPELLCAST_SENT instead.