Kévin GRILLET
Kévin GRILLET
A way to fix this your side is to clear the localstorage for the website. The problem is that the script was using `ON/OFF` but is now using `true/false` for...
I think you can add more helpers... but since you have only 4 slots in the hatchery... one more is the max at the moment I think ;) You can...
What makes me think it's a bug is that it's not written in the README / wiki ;) https://github.com/DevilXD/TwitchDropsMiner/blob/3fa95687d7dab6707bed3fdd74cccc9f483535fc/README.md?plain=1#L46-L53 But yep, I should migrate my RaspberryPi to 64bit too 😄
I did try but still not working :( tdm.sh ```sh #!/bin/bash apt_install() { sudo apt-get install -y libappindicator3-1 } exe() { cd "$HOME/Downloads/TwitchDropsMiner/" || exit # Create .exe pip install...
@miroslav-suvada Ty, it works! tdm.sh ```sh #!/bin/bash apt_install() { # sudo apt-get install -y libgtk-3-dev # sudo apt-get install -y libappindicator3-1 sudo apt-get install -y gir1.2-appindicator3-0.1 libcairo2-dev libgirepository1.0-dev pkg-config }...
Should work, but need to be tested ;)
After merge with #133 will require to update the wiki examples 😉
I'll work on it next week if my test account gets back to work. But I think we already did 99% of the work.
It's already working... I think... using this setting: https://github.com/zebscripts/AFK-Daily/wiki/Config#general `guildBattleType=challenge` But well, maybe adding something automatic would be better 👍
### Few things to add: Source: > A guild is a feature available in Ranhorn after completing campaign Stage 2-20. > Players may participate in each guild hunt 2 times...