Open Kikithecat12345 opened 3 years ago
I am not quite sure I understand what you want to achieve. The bot has some waiting period during the ascension, but what is it you want to see?
The bot does all of the stuff it needs to do when ascending fast enough to where it reincarnates before the FPS can recover.
The ascension sequence is something like this: 1) The bot determines it wants to ascend. 2) The bot waits for all activities that would be harmed by ascend (like the garden). 3) The bot does a few ascend-related closings (harvesting plants, popping wrinklers, selling goods, chocolate egg). 4) Ascend starts for the game. 5) The bot buys heavenly upgrades if possible and selects ascension mode and its new goal. 6) The game goes back to normal. 7) The bot commences normal play.
Which part do you want to change and how?
Here is what I mean:
Why I'd like to do this is so that when watching the bot you can actually see what it is doing in the ascension screen. Currently, the ascension screen takes a few seconds to actually load, and during that time the bot buys all of the ascension upgrades and reincarnates. By the time the loading finishes, and the FPS is at a reasonable number, the bot has already reincarnated. This also happens when you press reincarnate and the bot immediately starts clicking the cookies and buying upgrades in the few seconds that the screen is loading.
If you need further clarification let me know.
Thanks for the clarification. That should be a simple change to make. However, we do not want this to happen when the bot tries to get 1000 ascends - in this case, it wants to be as quick as possible. I will have a look at it when I resume working on the bot - currently, there are other pressing issues. You can use the following hack to make it work for you: 1) increase the waiting time after reincarnation by changing the number in the first line of doReincarnate into something like AutoPlay.delay = 1000; 2) increase the waiting time after ascend by adding a line at the end of AutoPlay.doAscend before the line including Game.Ascend(true); Again, something like like AutoPlay.delay = 1000; will do.
As I said, this will delay the "1000 ascends" achievement considerably, but otherwise, it should be fine.
Thanks for considering my suggestion- For the 1000 ascends the bot could probably ignore the user's option anyway.
Could you add an option which, when ascending, waits either a small amount of time or for the FPS to increase to normal (I find that on my computer the ascension animation is very laggy) This would help with watching the bot as it usually is in and out of the ascension screen. Obviously this wouldn't be necessary if you wanted to just leave the bot running on it's own but I find watching the bot to be kind of fun.