Age | Commit message (Collapse) | Author |
|
"message": "\"assignActualEmanBoss\" is not defined.",
|
|
|
|
|
|
+ attempt to find this.actualEmanBoss whenever this.emanBoss changed
|
|
|
|
- text setting for time decimal point
+ drop down setting for time decimal point
(so it is more straight forward)
= made the description easier to understand
|
|
+ options for slayer spawn kill time decimal point (eg. 1.55s)
|
|
+ Arachne's Keeper features (idk where to put so i put it here)
|
|
+ made summon feature to apply to all summons
- removed unneccessary features due to the summons change
|
|
|
|
|
|
- removed adding mobs to miniboss array in todo
= fixed a bug when "miniboss off when boss spawned" is on, minibosses won't be added into miniboss array
|
|
|
|
|
|
= fixed a typo (you -> your) in line:51
+ nearby slayer miniboss hud (y dist. < 6, monster y level lowered to ground)
|
|
+ draw box around slayer area minibosses
|
|
|
|
|
|
+ choose eman boss with keybind
+ very smallfps improvement in step_4fps
|
|
|
|
|
|
|
|
|
|
fixed that^
|
|
lets see
|
|
|
|
removed replicated setting
|
|
|
|
didnt .getValue() me pepaga sorry
|
|
some codes were duplicated after i pasted them onto last commit, idk why
|
|
|
|
+ added a missing ! that makes something not working
|
|
+ fixed a bug that it kept on trying to track a boss after quest is failed
|
|
|
|
i made a return in the wrong place ;-;
|
|
and rearranged 2 features' positioning order in settings menu
|
|
- fixed a bug that the warning messages still show up when summon features are off
- fixed a bug that the warning messages showed up multiple times when you use multiple non-tank summons
+ added a main toggle for those summon features
|
|
= make the assuming eman boss if data is undefined thing keep scanning thru all entities until it finds one, instead of only scanning the ones that just joined world
|
|
+ automatically assume closest (<5 blocks) boss as your boss if module didnt find a boss
+ delete eman boss data if you already picked others' boss and your boss spawned
|
|
+ clears out emanBoss data when player's boss spawned, just in case it hides summons
+ changed the for() to forEach() cuz it doesnt work on mini spawned from mini
(flickering .isDead from the old mini thats killed on the new mini that spawned cuz less frequency ig)
|
|
|
|
I'll send u changelog later
|
|
|
|
|
|
+ optimisations for slayer hide 0hp nametags
|
|
^
|
|
moved some functions to 3fps step to reduce lag
|
|
^
|
|
- rewrote the lore for boss kill time option to make it meaningful
- fixed "ChatLib" that was "Chatlib"
|
|
- separated boss spawn + kill time and kill time
- recolored kill time to make it fit with the other messages
|