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

Infinite loop with cincho #107

Open
ddekok opened this issue Jul 27, 2024 · 0 comments
Open

Infinite loop with cincho #107

ddekok opened this issue Jul 27, 2024 · 0 comments

Comments

@ddekok
Copy link

ddekok commented Jul 27, 2024

chrono gets stuck in a loop trying to call fiesta exit when you don't need to rest:

session log:

cast 1 Cincho: Fiesta Exit
Preference noncombatForcerActive changed from false to true
Preference _cinchUsed changed from 30 to 90
Preference _concoctionDatabaseRefreshes changed from 77 to 78
> 
> Executing Global/Time Capsule
> CCS: [default]\n "if hasskill Bowl Straight Up;skill Bowl Straight Up;endif;if hascombatitem seal tooth;use seal tooth;endif;attack;repeat;"
> Autoattack macro: if hasskill Bowl Straight Up;skill Bowl Straight Up;endif;if hascombatitem seal tooth;use seal tooth;endif;attack;repeat;
Preference _concoctionDatabaseRefreshes changed from 78 to 79

[2555] The Cave Before Time
Encounter: Time Cave.  Period.
Preference noncombatForcerActive changed from true to false
Took choice 955/2: twitching time capsule
choice.php?whichchoice=955&option=2&pwd
You lose 10 hit points
You acquire an item: twitching time capsule
Preference _concoctionDatabaseRefreshes changed from 79 to 80
>
> Executing Global/Fiesta Exit
> CCS: [default]\n ";"
Preference _concoctionDatabaseRefreshes changed from 80 to 81

[2556] Rest in your dwelling
You gain 39 hit points
You gain 40 Muscularity Points
Preference timesRested changed from 3 to 4
Preference _cinchUsed changed from 90 to 60
Preference _cinchoRests changed from 3 to 4
Preference _concoctionDatabaseRefreshes changed from 81 to 82
Preference logPreferenceChange changed from true to false

gcli log:

[2555] The Cave Before Time
Encounter: Time Cave. Period.
Preference noncombatForcerActive changed from true to false
You lose 10 hit points
You acquire an item: twitching time capsule

Preference _concoctionDatabaseRefreshes changed from 79 to 80

Executing Global/Fiesta Exit
CCS set to grimoire_macro
Preference _concoctionDatabaseRefreshes changed from 80 to 81
Autoattack is disabled.
Campground request 1 of 1 in progress...

[2556] Rest in your dwelling
You gain 39 hit points
You gain 40 Muscularity Points
Preference timesRested changed from 3 to 4
Preference _cinchUsed changed from 90 to 60
Preference _cinchoRests changed from 3 to 4

Preference _concoctionDatabaseRefreshes changed from 81 to 82
Campground request 1 of 1 in progress...

You don't need to rest.

Campground request 1 of 1 in progress...

You don't need to rest.

Campground request 1 of 1 in progress...

You don't need to rest.

Campground request 1 of 1 in progress...

You don't need to rest.

Stopping the script and burning some mp seems to fix it, but it'll loop for hours otherwise.

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

1 participant