will7200 / Yugioh-bot

Bot for Yugioh Duel Links via Nox and Steam
MIT License
58 stars 9 forks source link

Where can I change the auto_run value to be always equal to 1? #54

Open dragonblade62 opened 6 years ago

dragonblade62 commented 6 years ago

Where is the config file so that I can change the settings to keep the bot running 24/7 (I know the risks of this - am testing on an alt account)?

I git cloned the master files and cannot find your runtimepersistence config file that you were talking about.

Thank you!

will7200 commented 6 years ago

I setup it up so it runs every four hours, there is no option currently to run 24/7. I can make it an option though. The runtime persistence file should be in the same folder that program is run from, usually the git clone folder.

dragonblade62 commented 6 years ago

At option to run the bot 24/7 what be very much appreciated.

Thank you for all the hard work on the bot!

dragonblade62 commented 6 years ago

An option*

will7200 commented 6 years ago

What I can do instead is allow the user to change the run intervals instead of hard coding it to be four hours. That way beginning accounts can adjust accordingly. And if you would like to run 24/7 just use zero as the interval between breaks.

dragonblade62 commented 6 years ago

That’s great! Thank you so much!