Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idle arena not working. #108

Open
Zephyrothzero opened this issue Feb 1, 2022 · 9 comments
Open

Idle arena not working. #108

Zephyrothzero opened this issue Feb 1, 2022 · 9 comments

Comments

@Zephyrothzero
Copy link

  • 脚本: 示例: 示例脚本
  • 类型: Bug, 建议等
  • OS: 操作系统
  • 浏览器: 浏览器及类型
  • 扩展: Greasemonkey/Tampermonkey/Violentmonkey 及 版本
  1. 如果是Bug
  • 网址: 在哪个网址发生了错误
  • 重现: 具体做了什么操作
  • 日志: 在页面内按键Shift+Ctrl+i 或 通过点击三条杠/三个点内相应菜单 打开开发者助手 => 切换到Console面板 => 判断一下哪个是当前脚本报错 => 截图(推荐,更直观)复制发到这里
  1. 如果是建议
  • 网站: 要作用的网址
  • 意图: 想做什么
@Zephyrothzero
Copy link
Author

English mode idle arena don't work at all.

@Zephyrothzero
Copy link
Author


userscript.html?namebe-b3a73d518479:110
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'textContent') at init (chrome-extension://db3a73d518479:110:79) at Window.tms_4ba2a87f_6af6_4e66_92be_b3a73d518479 (chrome-extension://d-b3a73d518479:146:2) at <anonymous>:4:80 at eval (chrome-extension://de-b3a73d518479:1:95) at eval (chrome-extension://d-b3a73d518479:1:681) at eval (chrome-extension://db3a73d518479:2726:6) at eval (chrome-extension://db3a73d518479:2728:3) at eval (<anonymous>) at <anonymous>:4:80 at Object.t [as F_c] (<anonymous>:3:191)
  init @ userscript.html?name…be-b3a73d518479:110
  tms_4ba2a87f_6af6_4e66_92be_b3a73d518479 @ userscript.html?name…be-b3a73d518479:146
  (anonymous) @ VM7041:4
  eval @ userscript.html?name…92be-b3a73d518479:1
  eval @ userscript.html?name…92be-b3a73d518479:1
  eval @ userscript.html?name…e-b3a73d518479:2726
  eval @ userscript.html?name…e-b3a73d518479:2728
  (anonymous) @ VM7041:4
  t @ VM7041:3
  (anonymous) @ VM7041:4
  eval @ VM7043:67
  create @ VM7043:69
  c @ VM7043:7
  runListeners @ VM7043:7
  eval @ VM7043:70
  v @ VM7041:13

@Zephyrothzero
Copy link
Author

script involve idle arena:at Window.tms_4ba2a87f_6af6_4e66_92be_b3a73d518479 (userscript.html?name=%5BHV%5DAutoAttack.user.js&id=4ba2a87f-6af6-4e66-92be-b3a73d518479:146:2)

@kannerban
Copy link

i try comment this out

if (!g('option').restoreStamina && gE('#stamina_readout .fc4.far.fcb>div').textContent.match(/\d+/)[0] * 1 <= g('option').staminaLow) return;

it work but stamina condition broke.

@Zephyrothzero
Copy link
Author

i try comment this out

if (!g('option').restoreStamina && gE('#stamina_readout .fc4.far.fcb>div').textContent.match(/\d+/)[0] * 1 <= g('option').staminaLow) return;

it work but stamina condition broke.

but i dont use stamina condition.

@Zephyrothzero
Copy link
Author

https://ibb.co/rfnSDgW picture

@Zephyrothzero
Copy link
Author

update: Idle arena it work only in isekai.

@rdmareborn
Copy link
Contributor

#113 should fix it

@Zephyrothzero
Copy link
Author

Zephyrothzero commented Jun 8, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants