HVAA优化及BUG修复#155
Conversation
|
最近转法发现一个问题: |
@Qiyue0515 现在这个应该就是先we再im的啊 |
你好,能分享一个法系的设置给我导入吗? |
|
法师好像不能正确的释放im 只会释放weaken 在给每个怪都上完weaken之后就卡在这里了 |
|
@DreamSeeker08 @SakuyaSaki 之前的debuff逻辑有条件判断时可能会有点问题,分支新上传了一版(2.90.22.22),可以测试看下还有没有问题 |
|
@WayneFerdon 2.90.22.22 imp正确释放了 但是全部上好imp之后不会自动释放攻击,但是鼠标移动到对应的怪上后才会攻击 且有的时候只会用普通攻击 不会释放t123法术 |
@SakuyaSaki |
|
@WayneFerdon 确实是因为中途才开启脚本导致的 如果在一开始就开启然后再进入战斗的话就能正常释放t123 |
|
AR好像是ok 的但是GF不行 不知道为什么 |
@SakuyaSaki 有bug,修复了(2.90.22.24) |
|
发现现在的全部上debuff好像逻辑和之前的相比 不一样 之前会优先释放258这3个位子然后再释放没有释放到的 |
|
@SakuyaSaki |
|
@WayneFerdon 感谢 现在自动gf 已经正常工作了 但是debuff顺序释放好像还是没生效 现在还是按照权重来释放的 |
@SakuyaSaki 应该修复了(2.90.22.26) |
|
@WayneFerdon 观察了一下 现在的释放 第一次 释放目标1 会给 123上(可能是机制?给第一位上会顺延到后面) 第二次就会释放4 但是这个时候只会给45上debuff 这样3的位置会被重复上debuff 浪费了一个轮次 感觉还是应该改为给2 5 8位置轮流释放 |
让GPT写了一下 我试了一下这样是ok的 可以正确的释放到正确的258的位置() |
@SakuyaSaki 原来的是按照顺序从上往下选需要释放的
不过这个也有问题,新的版本已经改为:
|
|
新版这个 选择权重好像还是有点问题 在8个怪的时候 有时候会先在2或者6释放,这样123 567都会上上debuff 然后就会空下来4和8 这样会多放一次imp 这里的逻辑感觉如果是要按照释放的debuff到底有没有赋予 然后再对应的改变逻辑好像有点复杂() |
|
想到一个逻辑大概是就是重下往上检测第一个带debuff的 然后+2就是下一个需要释放的目标 |
|
@SakuyaSaki 遍历的时候忘记按照顺序遍历了,导致还是按照权重遍历,后面权重高,先遍历到被记录了,然后遍历到前面的低权重的时候,算出来有效范围都一样,不大于先记录的,所以没覆盖掉
从下往上找这个如果之前手动选了最后一个,就会变成直接补漏,所以还是得上面这个修复( |
|
@WayneFerdon 试了一下好像好像正常工作了 感谢更新 |
|
@WayneFerdon 这个有没有什么办法能导出log之类的吗 |
Updated audio settings to use input fields for custom audio file URLs instead of buttons.
|
version 2.91.5 this happened today two long red messages than a yellow one and then a short red one no any ill effects that I can see but the message Blocking requests for 40 seconds due to excessive request rate as I tried doing something TypeError: can't access property "textContent", gE(...) is null TypeError: can't access property Symbol.iterator of undefined This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. hentaiverse.org GET Blocking requests for 40 seconds due to excessive request rate |
|
Red message inside sell salvage screen I wonder if it's native or from HV Utils cause that still has bugs and a new version will be coming soon Uncaught ReferenceError: curr_hover_eqid is not defined |
|
Latest version 2.91.7 TypeError: can't access property "textContent", gE(...) is null TypeError: can't access property Symbol.iterator of undefined This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. hentaiverse.org GET |
|
Wait should be HV Utils I think check page 34 of thread [Script] HV Utils 4.2.1 (8 Jun 2026), A comprehensive out-of-battle script for Hentaiverse and ISK so it has serious bugs after this big transition that happened to persistent well atleast the being banned for x amount of seconds |
|
version 2.91.7 I've disabled HV Utils but |
|
Also random encounter got skipped I think most of this is from HV Utils |
|
disabled HV Utils started an arena got a freeze on round 28 out of 35 and then after refresh got Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data |
|
Sorry for message spamming |
|
Also I tried downgrading from 2.91.7 to 2.91.5 so the red text two messages above might be from that |
|
Idle arena is dead in latest version |
|
downgrading to 2.91.5 works and idle arena is back that version I called looking stable at least it does everything that I'm using |
|
Also about the random encounter It tends to miss one or two here and there all the time it got the next one anyway it's nothing important It was always like this over the years |
|
打开着控制台运行每步刷新很卡是这个影响吗? 吸收卷轴的使用失效了 |
|
@lukasva77 idleArena should be fixed in 2.91.8
This seems to be caused by HV Utils.
These are caused by the temporary block, which is due to HV Utils (exactly the situation below)
Try the temporary method below: (from the above comment #155 (comment))
PPS: Even if HV Utils itself does not cause frequent connections, it is still recommended that both scripts use the same AJAX approach to avoid the combined connection frequency becoming too high.
|
卡可能不是因为这个,可能是 控制台记录 或 网络>录制的网络日志 过多导致的,不过现在照理说hvAA应该没有很多日志输出(
吸收卷轴我这是能放出来的,因此不确定和具体的条件有没有关系 |
看来是网络问题,今天梯子延迟有点高加上开着控制台会闪烁加载看着很卡
是我自己的问题,异世界用错人格,没插吸收卷轴,表世界根本也没插 |
|
I didn't apply the HV Utils fix my bad cause I thought It will be updated soonish |
|
2.91.10报错 降级2.91.9没问题 |
忘加非空检查了,2.91.11应该好了( |



Uh oh!
There was an error while loading. Please reload this page.