-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Issue during collecting #29
Comments
Hey, can you send your path/map details/files? there is maybe some wrong data provided to the parser. |
Thanks, i'll have a look on it & get back to you when i have some news. |
I just pushed a fix, can you pull it & test if you still get the issue please. |
Hi, thanks a lot, everything works now. |
That's great! 🎉
I never found time to test v3 in details, so i'm not sure if it will work for that case, but probably with the new scarecrows AI, the arakne spell or any invocation spell wouldn't work correctly, since the invocation would receive the half-damage on every hit & may die in few turns.
I already tried that before, & there is a huge part that needs to be ported/converted to windows especially the xlib utilities. So if you're not enough familiar with windows libraries & python i don't really think that this would be an easy task. However, i may work on that if ever i found some free time to (i need to get back my python skills 😁). |
Why do I have this error during collecting wheat ?
File "/home/name/Desktop/Dindo-Bot-master/lib/parser.py", line 115, in parse_color
if color.startswith('(') and color.endswith(')'):
AttributeError: 'tuple' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: