Log line now shows: - spBars: 0:29A 1:28A 2:59A 3:52A 4:34A 5:43A 6:29A (A=alive onclick, D=dead/no onclick — so you know which SP bars are actionable vs leftover from dead mobs) - sk: RC CC RC (R=Rending Blow Ready/C=Cooldown, S=Shatter, G=Great Cleave) — first char of skill name + R/C for ready/cooldown - h5 s3 m4 (heal=5, spirit=3, mana=4 — item counts per type) — so you can see consumable status at a glance
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
// ==UserScript==
|
|
// @name HV Unified
|
|
// @namespace hvunified
|
|
// @version 0.14.27
|
|
// @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';
|