- Added _lastQTime debounce (300ms) to the Q key handler - Holding Q now fires at most ~3 actions per second instead of ~20, preventing duplicate actions from stale state reads - The previous issue: 6 identical Haste casts, then 8 identical Spark casts, then 12 identical Heartseeker casts — all from state not yet updated by the game
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
// ==UserScript==
|
|
// @name HV Unified
|
|
// @namespace hvunified
|
|
// @version 0.13.25
|
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
|
// @author GaboGG + Hermes
|
|
// @match *://*.hentaiverse.org/*
|
|
// @match *://alt.hentaiverse.org/*
|
|
// @grant none
|
|
// @run-at document-end
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
'use strict';
|