Releases: Hekili/hekili
v11.0.7-1.0.3a
Hekili
v11.0.7-1.0.3a (2025-02-09)
Full Changelog Previous Releases
- Merge pull request #4342 from syrifgit/thewarwithin
- Order of operations
- 3 Empower Augs need to finish Fire Breath casts, too.
v11.0.7-1.0.3
Hekili
v11.0.7-1.0.3 (2025-02-08)
Full Changelog Previous Releases
- DK - minor simc updates (trinkets)
- Merge pull request #4320 from syrifgit/syrif-warrior
Fury Warrior Rage Fixes + Minor interaction accuracies - Merge pull request #4338 from syrifgit/thewarwithin
Enhance Shaman is Saved. Also Eclipse. Also Fire Mage. - Merge branch 'Hekili:thewarwithin' into thewarwithin
- Merge pull request #4340 from syrifgit/syrif-hunter
Sub Rogue Shadowcraft talent support - Sub Rogue Shadowcraft talent support
Significant improvement in rotation predictions, as this talent can allow you to chain back to back finishers. Predicting these combo point gains allows the rotation to actually predict those back-to-back, instead of suddenly inserting them after seeing combo point gains. Tested in-game and confirmed with help of Fuu. - Merge branch 'Hekili:thewarwithin' into thewarwithin
- MQM is on GCD, sorta.
- Implement cleaner version of CLEU portion
- Update MonkWindwalker.lua
- Parameter not needed
- enhance
pack string double check, tidy whitespace, organize local declarations - wrath opener fix
works with the new eclipse implementation - Fire mage stuff
reduce duplicate code, fix some interaction inaccuracies - pack string
- Update MonkWindwalker.lua
- Final tweaks
- Merge branch 'Hekili:thewarwithin' into syrif-warrior
- bandaid no longer needed
- comments
- Enhance Shaman is Saved
- oops
- Eclipse time
- Arms minor fixes
- Fury accuracy pass
- Fury Warrior Reck bonus rage
v11.0.7-1.0.2
Hekili
v11.0.7-1.0.2 (2025-02-03)
Full Changelog Previous Releases
- People like flashes
- Blood Racial
- Make Frost Mages happier
- Fix Fury Whirlwind logic (thx Syrif)
- Make Frost Mages happy
v11.0.7-1.0.1
Hekili
v11.0.7-1.0.1 (2025-02-02)
Full Changelog Previous Releases
-
Destroy priority update
-
target.time_to_die will reflect add duration remaining
-
Destruction: Add durations to demon summons
-
Enhancement: Skyfury is essential
-
Elemental simc update
- Fury of the Storms
- Call of the Ancestors
-
Balance simc update with Wrath opener adjustments
-
Unholy APL update (incl. Winning Streak)
-
Assassin: Add experimental option to avoid using big CDs on dying non-boss targets
-
Frost Mage: Coldest Snap resets only work with 3+ actual targets
- Add CoC range option
- Model Frozen Orb flight behavior
-
Exclude Squall Sailor's Citrine from damage-based target detection
-
Fix potion aura copy error
-
Frost Mage: Adjust remaining_winters_chill to return stacks at end of tested ability's cast time.
-
Set default castRemainingThreshold
-
Tweak cast failed projectile event removal.
-
Destro APL update.
-
Merge pull request #4279 from joshjau/demo-warlock
demonology: add missing felstorm ability -
Merge pull request #4283 from bjth/thewarwithin
#4264 - Unholy: Primary - Death Coil Auto Pop (Align Runes + RP with Frost -
Merge pull request #4286 from syrifgit/thewarwithin
Chat Commands -
Merge pull request #4312 from joshjau/warrior-fury-wwrange
Simplify Whirlwind range check for Fury Warrior -
Merge pull request #4316 from doadin/patch-1
Fix Typo in Vengeance SIMC file -
Merge pull request #4289 from syrifgit/syrif-druid
Feral, Balance, Disc Priest -
Update DemonHunterVengeance.simc
Update DemonHunterVengeance.lua -
Switch Whirlwind from usable to readyTime
Per Syrif feedback.
Changes:- Changes Whirlwind from usable to readyTime for better buff prediction
- Fixes talent check in handler for Improved Whirlwind and Meat Cleaver
This improves ability recommendations by using readyTime for dynamic checks while maintaining existing functionality.
-
Simplify Whirlwind range check for Fury Warrior
Simplifies the Whirlwind range check to directly use the ability's 8-yard range instead of proxying through taunt and heroic throw ranges.
Changes:- Adds explicit range = 8 property to Whirlwind ability definition
- Removes complex condition using taunt and heroic throw ranges
- Directly checks target distance against Whirlwind's 8-yard range
- Maintains existing settings.check_ww_range toggle functionality
This change makes the range check more accurate and maintainable while preserving the optional nature of the range check via settings.
-
Revert "Vengeance rework + 11.1"
-
Vengeance rework + 11.1
-
Fix Dreamstate ID
-
disc TWW season 1 set
-
Skeleton Stuff
Fix talent classification -
Cleaner tooltip
-
Improved Skeleton Generator
-
Smol feral change
Makes the APL from SIMC compatible with addon without modifying the APL. -
Chat Commands
Conflicts resolved using newest version of code -
Merge branch 'thewarwithin' of https://github.com/bjth/hekili into thewarwithin
-
#4264 - Unholy: Primary - Death Coil Auto Pop (Align Runes + RP with Frost)
Relates 4264
Update Rune and RP logic to align with Frost -
fix(warlock): add doom spell registration for demonology
Adds proper registration for the Doom spell in Demonology Warlock's aura table. This aligns with SIMC priorities and enables proper tracking of the Doom debuff. -
demonology: add missing felstorm ability
add felstorm to abilities table with proper pet checks and talent interactions. fixes priority list errors that were showing up in hekili's warning system. -
Enhancement enhancement
-
Unholy adjustments for snapshot
-
Work on Frost projectiles.
-
Outlaw updates
-
Merge pull request #4268 from IIeTpoc/thewarwithin
lastRoll, rtb_primary, rtb_buffs_longer, normal, shorter adjustments. Enhanced Debugging Statement -
Merge pull request #4271 from syrifgit/thewarwithin
Interrupt Timing Setting -
Update State.lua
Revise use of variable -
Update Options.lua
Revise description -
Merge pull request #4273 from joshjau/misc
feat: Add Viq'Goth (Siege of Boralus) to enemy exclusions -
feat: Add Viq'Goth (Siege of Boralus) to enemy exclusions
Adds Viq'goth (NPC ID 128652) from Siege of Boralus dungeon to the enemy exclusions table. This boss appears in the background during the encounter but is not targetable or damageable, so it should be excluded from target counting to prevent incorrect target calculations around aoe/cleave.
Changes:- Added Viq'goth (128652) to enemyExclusions table with value
true
to always exclude - Fixed missing comma after previous entry
This change helps prevent the addon from incorrectly counting this untargetable boss when calculating number of targets and related combat metrics.
- Added Viq'goth (128652) to enemyExclusions table with value
-
Change slider to time value
-
Interrupt Timing Setting
Adds a configurable setting for users to specify how far into the castbar their interrupt will be recommended. Setting to 0 uses the previous addon behaviour as a default. -
Merge pull request #4259 from syrifgit:thewarwithin
Balance, Frost Mage, Lightsmith Paladin, Warlock -
Update RogueOutlaw.lua
-
Make rtb_buffs_normal preciser again
-
Prot Pal: Guardian of the ancient kings
Correct SpellID issue, tested in game and works fine. Also corrected the CD length for the PvP version.
Fixes #4257 -
Merge pull request #3 from IIeTpoc/IIeTpoc-patch-7
Roll the Bones and Keep it Rolling calculation adjustment -
Roll the Bones and Keep it Rolling calculation adjustment
Increased the threshold from 0.1 to 0.2 in rtb_buffs_longer and rtb_buffs_shorter to improve separation between categories.Ensures that the new expiration time for each RtB buff after KiR does not exceed 60 seconds from the current time (query_time + 60)
Enhanced Debugging Statements:
Added lastRoll, rollDuration, and rtb_primary_remains to the debug output.
Tracks key values for understanding Roll the Bones behavior in-game.
Buff Status Report:
Displays the remaining time and classification (shorter, longer, or normal) for each buff compared to rollDuration.
Improved Readability:
Organized debug output for better clarity during in-game testing.
-
Update RogueOutlaw.lua
-
Update RogueOutlaw.lua
-
Remove 2nd RtB debugging
-
Roll The Bones calculation changes
-
Conflict resolution
-
Pack string dates
-
Assorted Fixes
Affliction Lock -
Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin
-
Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin
-
Destruction Warlock - Infernal Bolt
reset_precast was using the buff ID in IsActiveSpell, not the actual spell ID. -
Shifting Power
This should be on the cooldowns toggle by default. Turning off your CDs and having shifting power recommended is pretty grief. -
UI Consistency
Improve UI consistency, make a few labels more clear. -
more review notes
-
implement review notes
-
Destro Lock
Cataclysm is a part of the regular rotation now and should not be assigned to interrupt toggle in single target -
Affliction - Funnel Toggle fixes
-
Merge branch 'thewarwithin' of https://github.com/syrifgit/syrif-hekili into thewarwithin
-
Destruction Warlock
Stop funnel toggle from preventing the single target part of the APL -
Merge branch 'Hekili:thewarwithin' into thewarwithin
-
Target Counting options UI update
-
Marksmanship - black arrow / deathblow
apply deathblow / razor fragments when using black arrow, allows addon to correctly predict killshot instead of it being a reaction -
Marksmanship wailing arrow
Wailing arrow improvements. Could use polish regarding wind arrow stacking, but is functional.
v11.0.7-1.0.0
Hekili
v11.0.7-1.0.0 (2024-12-23)
Full Changelog Previous Releases
- Arcane priority update
- Handle SEF texture / fixate.
- Merge pull request #4234 from huchang47/Add_Potions
Add Algari Healing Potion and Cavedweller's Delight - Update Classes.lua
Fix token - Merge pull request #4239 from Apeng7364/thewarwithin
MonkWindwalker update black out kick proc stack count - Merge pull request #4242 from joshjau/demonology-warlock
add power siphon and felstorm conditions to demonology simc - Merge pull request #4241 from joshjau/warrior-reflects
Spell Reflect Updates - Additional Spells - Merge pull request #4250 from joshjau/warrior-fury
fury: add storm bolt support during bladestorm - Merge remote-tracking branch 'upstream/thewarwithin' into warrior-fury
- Frost Mage priority update
- TOC update for 11.0.7
- fury: add storm bolt support during bladestorm
- Added Storm Bolt actions after each Bladestorm cast in priority lists
- Added usable check in Lua file to prevent Storm Bolt usage during Bladestorm without Unrelenting Onslaught talent
- Update ReflectableSpells.lua
- Reorganized spells by dungeon/raid
- Added missing TWW Season 1 M+ dungeons (Necrotic Wake, Mists of Tirna Scithe, Siege of Boralus)
- Added new raid spells for The War Within
- Grouped content into clear sections:
- Grim Batol
- The Dawnbreaker
- The Stonevault
- City of Threads
- Ara-Kara, City of Echoes
- The Necrotic Wake (S1)
- Mists of Tirna Scithe (S1)
- Siege of Boralus (S1)
- Raid: The War Within
- Test Dummy
- add power siphon and felstorm conditions to demonology simc
ported from simc source (sc_warlock_pets.cpp, sc_warlock_actions.cpp):
power siphon:- prevent core capping before tyrant window
- checks for < 3 demonic cores
- tyrant cd > 25s
- not during demonic power buff
felstorm: - add cleave logic for fel sunder builds
- requires 2+ targets
- checks demonic strength talent/cd
- requires fel sunder talent
also cleaned up some tyrant timing logic and imp despawn variable tracking
- Spell Reflect Updates - Additional Spells
Added several missing reflectable spells to the database:The Necrotic Wake
- Added additional ID for Frozen Binds (320788) to Nalthor the Rimebinder
- Added Spew Disease (333479) to Zolramus Sorcerer
- Added Disease Cloud (333482, 333485) to Zolramus Sorcerer
City of Threads
- Added Silken Tomb (439814) to Izo, the Grand Splicer
- Added new spells to Eye of the Queen:
- Void Bolt (441772)
- Expulsion Beam (451600)
- Acid Bolt (448660)
- Monk: update black out kick proc stack
- Algari Healing Potion and Cavedweller's Delight of the current version have been added.
v11.0.5-1.0.20
v11.0.5-1.0.19
Hekili
v11.0.5-1.0.19 (2024-12-06)
Full Changelog Previous Releases
- Merge pull request #4221 from syrifgit/syrif-deathknight
Unholy DK Rework - Windwalker sim update
- Assassin and Sub sim updates
- Fire and Frost Mage sim updates
- Augment sim update
- DK Frost sim update
- Elemental sim update
- MW: Enable some active_dot.X tracking
- Merge pull request #4224 from syrifgit/syrif-small-fixes
Small fixes: Scalecommander, Paladin, Monk, Spriest - 3rd times the charm
- actually fix lay on hands
Oops forgot to put it in - remove debug print
- kings ID
- More Lightsmith support
Needs more work, but adds a lot of support. Partial fix for #4174 - Spriest mind flay texture?
Seems to help by manually removing buff if override not known.
fixes #4220 - Monk Paralysis Soothe
Rework soothe implementation to match how other classes/specs implement this feature, should work now. Fixes #4209 - Prot Pal spellID / interaction fixes
- Lay on Hands
- Empyreal Ward
- Guardian (and pvp version)
- Avengers shield CDR for guardian
Fixes #4222
- Scalecommander Target Cycling on Bombardments
Doesn't currently seem support by Aug APL, but it is by the Dev APL. Fixes #4219 - Merge branch 'thewarwithin' into syrif-deathknight
- sanlayn extensions
- Update DeathKnightUnholy.lua
- Unholy DK Rework
sync with PR
Final pass
Update DeathKnightUnholy.lua
More updates
Update DeathKnightUnholy.lua
Update DeathKnightUnholy.lua
Update DeathKnightUnholy.lua
Update DeathKnightUnholy.lua
Update DeathKnightUnholy.lua
Update State.lua
Update DeathKnightUnholy.lua
DnD stuff
Update State.lua
state:removeDebuffStack()
now returns the number of stacks actually removed
Update DeathKnightUnholy.lua
death coil, scourge strike, clawing shadow, festering strike, wound pops - Merge branch 'Hekili:thewarwithin' into syrif-deathknight
- Update DeathKnightUnholy.lua
v11.0.5-1.0.18
Hekili
v11.0.5-1.0.18 (2024-11-25)
Full Changelog Previous Releases
- Arcane, Fire, Protection Paladin simc updates
- (Re)tweak resource forecasting for Runes.
- Put Ascendance on CD so we stop using CL during Ascendance.
- Assassin recheck constraints.
v11.0.5-1.0.17
Hekili
v11.0.5-1.0.17 (2024-11-22)
Full Changelog Previous Releases
- Tweak refresh
- Blood, Frost Mage, Protection Paladin, Destruction
- Tweak refresh
- Fix Envenom stacks
- Math.
- Merge pull request #4207 from syrifgit/DK-Rune-Model
Death Knight Runes and breath stuff - Review notes
Implemented review notes, also added new pack string which adds my state expression to the breath entry point to mitigate against fall out of breath early - Update DeathKnightFrost.lua
- Merge branch 'Hekili:thewarwithin' into DK-Rune-Model
- spaces
- Death Knight Runes
v11.0.5-1.0.16
Hekili
v11.0.5-1.0.16 (2024-11-19)
Full Changelog Previous Releases
- Fury Slayer Rampage vs. Execute; Charge min range option
- Assassin Shiv chanes
- Expose current action list in virtual state; update performance things and stuff.