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

Bug: abandoning when genetecist timer is above 30. #193

Closed
tigesso opened this issue Sep 11, 2016 · 2 comments
Closed

Bug: abandoning when genetecist timer is above 30. #193

tigesso opened this issue Sep 11, 2016 · 2 comments

Comments

@tigesso
Copy link

tigesso commented Sep 11, 2016

Hi!
Today I spotted an issue. Yesterday everything was OK, today problem occured. its my settings: http://scr.hu/9ghf/dm2yz While farming maps (repeat on, repeat forever) everything is fine as long as I have some dead trimps. When I got full trimps then autotrimps instantly abandon map. Reentering map couse new breeding so i can farm 31s more and script abandon map again.

Searching when exacly problem occured I found that two things must be:
When I enter map not having max trimps.
AND "Geneticist Timer" is higher than 30s. (not including infinite)

Is that me or anybody has same problem?

@genbtc
Copy link
Collaborator

genbtc commented Sep 12, 2016

you should Set your breed timer to 30 not 31. That is why. Its trying to get your anticipation stacks to match your breed timer, but obviously since 30 is the max anti stacks, it tries to abandon (force kill you) to reach 31 but it can't. Look at Line 2044-2055 in the script if you can read code. I will look into fixing it, so that 30 is the cap for that section (your timer setting should be not higher than 30, but I can try to include some protection from that).

I realize now why you wanted 31, because 30 would do something like "29.6" and result in 29 anti stacks. This has since been fixed as of the same time yesterday when I made the other changes. Now 30 should be more accurate, and really mean 30.

@genbtc genbtc changed the title Bug: abandoning maps Bug: abandoning maps when genetecist timer is above 30. Sep 12, 2016
@genbtc genbtc changed the title Bug: abandoning maps when genetecist timer is above 30. Bug: abandoning army when genetecist timer is above 30. Sep 12, 2016
@genbtc genbtc changed the title Bug: abandoning army when genetecist timer is above 30. Bug: abandoning when genetecist timer is above 30. Sep 12, 2016
@genbtc
Copy link
Collaborator

genbtc commented Nov 20, 2016

This should now be fixed in the gen BTC branch: #208

@genbtc genbtc closed this as completed Nov 20, 2016
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

2 participants