Mettymagic / np-userscripts

A collection of simple userscripts for Neopets to improve quality of life. These userscripts are mostly quality of life and do not provide any form of advantage or risk unless specified. Requires TamperMonkey or a similar browser add-on to run.
11 stars 3 forks source link

Battledome Set Selector animations not disabled #7

Open Hawkeye0021 opened 1 month ago

Hawkeye0021 commented 1 month ago

Using the Battledome Set Selector script, animations aren't disabled / skipped on the final turn of a battle. So whenever an enemy is reduced to 0hp animations still play.

Mettymagic commented 1 month ago
  1. Are you on the most recent version of the script?
  2. What browser are you using?
Hawkeye0021 commented 1 month ago

I am on the most recent version 2.8.4 using firefox with tampermonkey.

ashenContinuum commented 1 month ago

Having the same issue on 2.8.4 on the latest firefox using violentmonkey. additionally, the loot display and max rewards highlighting is not working for me as well.

Siletrea commented 1 week ago

Hi! I also have the same issue of final blow animations not being skipped! I just got the script 4 days ago (latest firefox using tampermonkey) and other then that one flaw with final animations playing? I absolutely LOVE IT!

my thoughts are if the fast forward button comes back then we can skip the ending easier if we don't want to sit through that animation!

either way this script is awesome! thank you for making it

Hawkeye0021 commented 4 days ago

You can re-enable the fast forward button as a workaround by editing line 25 from true -> false const HIDE_USELESS_BUTTONS = false //hides the useless chat/animation buttons

Siletrea commented 3 days ago

You can re-enable the fast forward button as a workaround by editing line 25 from true -> false const HIDE_USELESS_BUTTONS = false //hides the useless chat/animation buttons

Hi! just wanted to let you know that this 1 little tweak fixed everything for me! thank you very much!!!