- Jul 1, 2017
- 33
- 16
Well after 4 days playing the game, i got almost all achievements... 2 more to go:
1. 'The Hidra' : Win as a many-headed dragon
2. 'Absolute Predator' : Defeat an angel, titan, and golem as one dragon.
Maybe i am wrong, but i think there's an error at the data.py file about 'The Hidra' achievement... because i got a dragon with 2 pair of paws, 1 pair of wings and 2 heads and didn't get the achievement... Looking at the source file:
Achievement(name = u"The Hydra",
description = u"Win as a many-headed dragon",
goal = "win",
targets = [u"multi headed dragon"]),
I think that instead of 'multi headed' should be 'many-headed'... but maybe i am missing something.
Let me know.
Thank you for your kind attention!
EDIT: Finally got all achievements
But also got an Error mentioned before in this thread AttributeError: 'module' object has no attribute 'childimg3' ... managed to bypass it... don't have a clue how to really fix this...
1. 'The Hidra' : Win as a many-headed dragon
2. 'Absolute Predator' : Defeat an angel, titan, and golem as one dragon.
Maybe i am wrong, but i think there's an error at the data.py file about 'The Hidra' achievement... because i got a dragon with 2 pair of paws, 1 pair of wings and 2 heads and didn't get the achievement... Looking at the source file:
Achievement(name = u"The Hydra",
description = u"Win as a many-headed dragon",
goal = "win",
targets = [u"multi headed dragon"]),
I think that instead of 'multi headed' should be 'many-headed'... but maybe i am missing something.
Let me know.
Thank you for your kind attention!
EDIT: Finally got all achievements
But also got an Error mentioned before in this thread AttributeError: 'module' object has no attribute 'childimg3' ... managed to bypass it... don't have a clue how to really fix this...
Last edited: