QUOTE(3638067 @ Jan 10 2023, 03:10)

说起来我遇到个问题,不知道大家有没有经历过
Hentaiverse Monsterbation和HV Utils同时运行时,有时候点怪物去通常攻击,会自动变成放“punishment”
(我还没转法所以完全不熟,但看见蓝值迅速掉,对面怪物身上多出个不认识状态,就觉得不对劲)
偶尔出现的时候,我直接把HV Utils的两个脚本关掉,刷新,然后就正常了,好奇怪
找到这三行:
CODE
hoverShiftAction: "Strongest([Cast('Ragnarok'), Cast('Disintegrate'), Cast('Corruption')])", // alternate hover action when holding shift
hoverCtrlAction: "Strongest([Cast('Paradise Lost'), Cast('Banishment'), Cast('Smite')])", // alternate hover action when holding ctrl
hoverAltAction: "Strongest([Cast('Flames of Loki'), Cast('Inferno'), Cast('Fiery Blast')])", // alternate hover action when holding alt
改成
CODE
hoverShiftAction: false, // alternate hover action when holding shift
hoverCtrlAction: false, // alternate hover action when holding ctrl
hoverAltAction: false, // alternate hover action when holding alt