File Details
v11.1.0-1.0.6
- R
- Mar 11, 2025
- 2.29 MB
- 139.6K
- 11.1.0
- Retail
File Name
Hekili-v11.1.0-1.0.6.zip
Supported Versions
- 11.1.0
Hekili
v11.1.0-1.0.6 (2025-03-11)
Full Changelog Previous Releases
- Merge pull request #4511 from syrifgit/shaman
Shaman APLs: Enhance, Elemental - Merge pull request #4510 from syrifgit/syrif-evoker
Devastation APL - Merge pull request #4509 from syrifgit/Paladin
Ret Pal APL Update - Merge pull request #4503 from syrifgit/syrif-priest
Shadow Priest: Fix unfurling darkness CD, APL Update - Merge pull request #4508 from syrifgit/syrif-hunter
Hunter APL Updates - Cobra Shot error
Forgot half of the condition - .rank, not .enabled
- Enhance APL
- Ele Sham APL
March 10 - Devastation APL
Synced with SimC as of today, March 10 - Ret Pal APL Update
- Shadow APL updates
- Survival APL Updates
- MM Apl Update + better trueshot duration guess
makecooldown.trueshot.duration_guessbe a little more dynamic than just a flat 90 seconds all the time. - BM APL Update + barb shot opener option
- Fix unfurling darkness
This appleDebuff was wiping the duration of the actual debuff. Test in-game, works perfectly. Issue reported on discord. - Merge pull request #4497 from syrifgit/Paladin
Ret Paladin typo - Merge pull request #4500 from syrifgit/syrif-small-fixes-1
Item fixes: Hyperthread Wristwraps, Abyssal Trap / garbagemancer - Merge pull request #4502 from syrifgit/syrif-evoker
Support in_flight_to_target - Support in_flight_to_target
- Abyssal trap ID
https://www.wowhead.com/item=215170/abyssal-trap - Hyperthread Wristwraps is an item
This shows up under abilities instead of items which is not in line with other items. This change puts it under items. - Ret Paladin typo
Oops - Merge pull request #4487 from johnnylam88/fix/greatest-time-to-pct
fix: GetGreatestTimeToPct() shouldn't return TTD - Merge pull request #4493 from syrifgit/syrif-druid
Feral toggle assignment, Boomkin eclipse variable -> metatable expression - Merge pull request #4494 from syrifgit/Rogue-Fixes
Sin APL Update - Merge pull request #4495 from syrifgit/syrif-warrior
Warrior APLs: Arms, Fury - bestinslots
- Warrior APLs: Arms, Fury
- Sin APL Update
- Feral, Boomkin
- Merge pull request #4486 from syrifgit/Rogue-Fixes
Sub Rogue: Rupture Spam Fix - Merge pull request #4488 from syrifgit/syrif-small-fixes-1
Fix item IDs - Fix item IDs
Ref: - fix: GetGreatestTimeToPct() shouldn't return TTD
Hekili:GetGreatestTimeToPct( percent )was incorrectly just returning
the greatest TTD of mobs whose health exceedspercent. Scale that
number appropriately so that it actually returns the greatest
"time-to-percent" of mobs whose health exceedspercent. - Assign some more toggles by default + APL Pack string
And also remove some commented code that was being temporarily held in case Blizz changed their minds - APL Fix for rupture spam
Uses a variable as a workaround. The APL as-written doesn't account for the fact that you may not press Flagellation exactly on CD like the sim does due to holding CDs.

