Skip to content

Releases: Hekili/hekili

v8.3.0-04-22

26 Apr 22:50
Compare
Choose a tag to compare

Hekili

v8.3.0-04-22 (2020-04-26)

Full Changelog

  • Unholy: Tweak AOE priority to hopefully avoid a dead-end.
  • Core: When an action isn't ready within our time constraint, show when it would've been ready.
    Allow for slightly more generous time constraints for DKs because runes are dumb.
    Scripts: Fix recheck timing again.
  • WW: Stop trying to proactively grant Chi from a Tiger's Palm (just wait for it to happen for real).
  • DKs: Reduce likelihood of erroneous rune count.
    Unholy: Don't grant Festering Wound stacks from Unholy Frenzy unless a real FW is up.
  • Fury: Count Whirlwind stacks manually since there's latency in removing them in-game.
  • Beast Mastery, Survival: Update APLs.
  • DKs: Update APLs.
    Unholy: Support death_knight.fwounded_targets expression.

v8.3.0-04-22-beta8

24 Apr 21:05
Compare
Choose a tag to compare
v8.3.0-04-22-beta8 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta8 (2020-04-24)

Full Changelog

  • Support ability.disabled for charges/charges_fractional/remains in cooldowns.
  • Retune < or > rechecks to use an extra 0.01s with recheck calculation.
  • Fix GCD calculation in prediction routines (was using last tested action instead of action used).
  • Add debug messages for why shared abilities are not usable.
  • Rogue: Change internal logic for disabling Vanish when solo (helps APLs treat Vanish as being on CD when disabled).
  • DKs: Make interrupt toggles consistent, modernize.

v8.3.0-04-22-beta7

23 Apr 17:56
Compare
Choose a tag to compare
v8.3.0-04-22-beta7 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta7 (2020-04-23)

Full Changelog

  • MM: Remove Trick Shots after Aimed Shot.
  • Remove fire_blast.readyTime support for no_scorch_blast.
  • Fire Mage: Remove no_scorch_blast option and tweak APL not to aim for the double pyro (that almost never works).

v8.3.0-04-22-beta6

22 Apr 13:15
Compare
Choose a tag to compare
v8.3.0-04-22-beta6 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta6 (2020-04-22)

Full Changelog

  • WW: Be less aggressive in trying to catch Chi gain from TP when there is a delay (was causing a double-gain sometimes).

v8.3.0-04-22-beta5

22 Apr 12:37
Compare
Choose a tag to compare
v8.3.0-04-22-beta5 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta5 (2020-04-22)

Full Changelog

v8.3.0-04-22-beta4

22 Apr 00:01
Compare
Choose a tag to compare
v8.3.0-04-22-beta4 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta4 (2020-04-22)

Full Changelog

  • Testfix for erroneous priority blocking.

v8.3.0-04-22-beta3

21 Apr 17:49
Compare
Choose a tag to compare
v8.3.0-04-22-beta3 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta3 (2020-04-21)

Full Changelog

  • More caching and debug snapshot info.
  • Implement CheckScript caching to (maybe?) accelerate processing of long priority lists.
  • Factor haste into Fire Blast recharge time.
  • Fix action.X.excuting and action.X.execute_remains (helps Fire Mage APL).

v8.3.0-04-22-beta2

21 Apr 03:28
Compare
Choose a tag to compare
v8.3.0-04-22-beta2 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta2 (2020-04-21)

Full Changelog

  • Fire: Update APL to use some shortcutting to reduce workload.
  • Convert some APL elements to numbers at time of import.
  • Wipe cached priority list tables before reusing them.
  • Affliction: Update APL.
  • Reduce memory usage, improve efficiency (again) of variables.
  • Clean-up cache system for priority stack.
  • Options: Avoid error when swapping from a larger list to a shorter list.
  • Deploy really stupid, ugly code to improve caching and reduce memory usage even though the garbage collector is happy to eat it.

v8.3.0-04-22-beta1

20 Apr 19:15
Compare
Choose a tag to compare
v8.3.0-04-22-beta1 Pre-release
Pre-release

Hekili

v8.3.0-04-22-beta1 (2020-04-20)

Full Changelog

  • Remove unnecessary table_copy in variable support to save memory/cycles.

v8.3.0-04-21

19 Apr 00:58
Compare
Choose a tag to compare

Hekili

v8.3.0-04-21 (2020-04-19)

Full Changelog

  • Demonology: Make imp count a bit more conservative on reset.
  • Fix time-sensitive check on run/call_action_list.
  • Demonology: Properly delete imps with Power Siphon.
    • Update Wild Imps db on reset.
    • Fix cast history for line_cd modifiers.
      • Fix imps_spawned_during.X to pass the X as string rather than the value.
      • Demonology: Felstorm no longer prevents Soul Strike (despite tooltips).