TheresMoreHelp

Helper for TheresMoreGame

< TheresMoreHelpについてのフィードバック

レート:可 - スクリプトは動作するがバグがある

§
投稿日: 2023/06/01

Since v0.61, buildings you can't build don't have ".btn-off' class but '.btn-off-cap' class, so they are selected by getAllButtons(), thus the script tries to build them every time.
Need to fix line 661 with
return [...document.querySelectorAll('#maintabs-container > div > div[role=tabpanel] button.btn.btn-dark:not(.btn-off):not(.btn-off-cap)')]

Other than that, very nice script.

§
投稿日: 2023/06/01

Since v0.61, buildings you can't build don't have ".btn-off' class but '.btn-off-cap' class, so they are selected by getAllButtons(), thus the script tries to build them every time.
Need to fix line 661 with
return [...document.querySelectorAll('#maintabs-container > div > div[role=tabpanel] button.btn.btn-dark:not(.btn-off):not(.btn-off-cap)')]

Other than that, very nice script.

I mean, "buildings you can't build because you don't have enough cap on resources"

§
投稿日: 2023/06/01

Line 856, replace with
'A moonlit night',

返信を投稿

返信を投稿するにはログインしてください。