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 试了一下好像好像正常工作了 感谢更新 |
@Sakuyasaki 我这里是正常的啊( |
|
@WayneFerdon 这个有没有什么办法能导出log之类的吗 |
|
另外還加了一些 |
I meant I put sleep to value 1000 and couldn't revert it I tried backspace changing it by typing nothing worked this was in battle so I was thinking it doesn't work inside the battle so I tried all of that after the battle ended and it was still stuck so I used tools restore which worked no problem I meant the first part being a bug as the value was stuck About the ponies I meant that I am too stupid to configure this script to details like that I make heavy use of debuff all cause it is one click but I've saved over time multiple configs that people have posted here and haven't tried them yet I could copy some stuff from that If you could add some stuff that works with one click mostly for high level tower it would be nice but also hight level tower has no point and I mean over floor 100 or for the ponies but that would require changing the UI but It's not a request cause the ponies I will outgrow with stronger equipment over time and tower is pointless |
Refactor language handling for UI elements and update version.
|
Can't start item world worked for me before even though figuring out the UI for it was hard stamina 27 -> 28 = 0.2 * 1 [HV]AutoAttack.user.js:5612:13 changeArenaEquipSet for arena [iw]: undefined => stamina check succeed: true Arena Start e2761664 (0 => 1) / 25 Arena Fetch Done. altBattleFirst: undefined Arena goto |
@lukasva77 |
Add a check to set input title only if it's not already defined.
|
tried newest now it doesn't keep spamming but just a counter goes up the number 1062 just goes up forever and IW doesn't work Fetch result in Battle: null , retrying... 1062 [HV]AutoAttack.user.js:6396:17 OTHER STUFF FROM LOG changeArenaEquipSet for arena [iw]: undefined => Arena Start e2761664 (6 => 7) / 25 |
|
@lukasva77 Seems like it's keep failing in fetch a battle and retrying. Try 2.91.144 to collect more information. EDIT: PS: Edit the time in |
|
2.91.146 early return for arena fetch which directly engage battle |



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