> @kissukeu said: > I went in on a bunch last night. Came really close on 3 of them to completion. When I died, I found people just chilling out in the building. Seems like afk'ers are ruining the kill somewhat. I can see standing back if it is an obvious fail, but slacking when it's almost beat - not cool. > > > > I find…
> @ltsmithneko said: > Go to the xbox game hub it should show a percentage on that achievement @lais. Go with your guild for Tiamat as people do for Edemo. :3 Oh, thank you. I'm very far away, only 110 dragons. Any tips on how to farm them? Get lucky to land in #1 WoD and stay there forever or rotate instances on…
Is there some way to see how many dragons I still need to kill to hit the 1000 mark? Also, do you think we could schedule a tiamat kill? It's veeeeeery hard to group with 25 random people and get it killed.
OWLBEAR TO THE RESCUE Solution in Python: import string up = string.uppercase data = 'GODTWSJ LG LZW JWKUMW' res = ''.join([up[(up.index(l) + 8) % 26] if l != ' ' else ' ' for l in data]) print(res)