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

Koolo.exe auto closes #70

Closed
willzxp opened this issue Feb 4, 2024 · 4 comments
Closed

Koolo.exe auto closes #70

willzxp opened this issue Feb 4, 2024 · 4 comments

Comments

@willzxp
Copy link

willzxp commented Feb 4, 2024

Was running fine for a week. Paused and shut down this morning to check stash. Then tried to run the bot up again to no prevail.

Right click Koolo.exe run as administrator and it opens for a millisecond then automatically closes the CMD. Please help!

@Millionaar
Copy link

Most likely something wrong in your config file. Try running it with an older version of your config or a freshly downloaded one.
Any small typo has caused that for me.

@willzxp
Copy link
Author

willzxp commented Feb 4, 2024

Narrowed the issue down to rare pickit. If i delete the // in front of the rare circlets, the CMD refuses to run and auto closes.

@hectorgimenez
Copy link
Owner

maybe wrong syntax? share the line causing the crash

@willzxp
Copy link
Author

willzxp commented Feb 6, 2024

So if I delete the // in front of [type] for all 3 lines, koolo.exe refuses to open and run.

// rare circlets
//[type] == circlet && [quality] == rare && [flag] != ethereal # [sockets] >= 2 && [itemaddclassskills] >= 2 && [fcr] >= 20 && ([dexterity]+[strength] >= 10 || [maxhp] >= 20) && (([itemtohitpercentperlevel] >= 1) || ([dexterity]+[strength] >= 20) || ([maxhp] >= 35) || ([enhanceddamage] >= 15) || ([fhr] >= 10) || ([frw] >= 30) || ([coldresist]+[fireresist]+[lightresist]+[poisonresist] >= 40))
//[type] == circlet && [quality] == rare && [flag] != ethereal # [sockets] >= 2 && [amazonskills] >= 2 && [frw] >= 30 && ([dexterity]+[strength] >= 10 || [maxhp] >= 20) && (([itemtohitpercentperlevel] >= 1) || ([dexterity]+[strength] >= 20) || ([maxhp] >= 35) || ([enhanceddamage] >= 15) || ([fhr] >= 10) || ([fcr] >= 20) || ([coldresist]+[fireresist]+[lightresist]+[poisonresist] >= 40))
//[type] == circlet && [quality] == rare && [flag] != ethereal # [sockets] >= 2 && [paladinskills] >= 2 && [itemtohitpercentperlevel] >= 1 && (([dexterity]+[strength] >= 10) + ([dexterity]+[strength] >= 20) + ([maxhp] >= 20) + ([maxhp] >= 35) + ([enhanceddamage] >= 15) + ([fhr] >= 10) + ([frw] >= 30) + ([fcr] >= 20) + ([coldresist]+[fireresist]+[lightresist]+[poisonresist] >= 40)) >= 2

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

3 participants