Tishj / VortexBot

Bot used to automate a wide range of tasks in pokemon-vortex. Written in Python using Selenium, Pickle, requests and lxml
3 stars 5 forks source link

Help #5

Open weezingno opened 3 years ago

weezingno commented 3 years ago

I can't manage to make this work. This is the first time I am using Python.

This is the error that I get:

Your config.yml is either missing or corrupted, please make sure there's a valid config.yml in the current folder Desired pokemon list is missing or empty Mode missing

But I have the config.txt in the same folders as the vortexbot.py

weezingno commented 3 years ago

I got it working. the Gym features works really well but the catch mode does not. It's maybe because of the new interface. Also when trainer battling mode (mode: battleuser xxx) it won't hit the continue button and show this error:

Traceback (most recent call last): File "/Users/****/Desktop/VortexBot-main/vortexbot.py", line 834, in battle.init_hp() File "/Users/****/Desktop/VortexBot-main/vortexbot.py", line 532, in init_hp self.enemies.append(Pokemon(info[i][0], info[i][1], info[i][2], [], i)) File "/Users/****/Desktop/VortexBot-main/vortexbot.py", line 688, in init self.types = pokedb[self.name].types KeyError: 'THE END OF THE BATTLE'

I really hope that this will be fixed. I really appreciate your creation here.

weezingno commented 3 years ago

I take back the issues I written. I was able to fix it and it works very well except for the catch mode.

It is a very good bot, it is so good I got banned immediately but it was okay because I know that it was my fault because I got greedy. Really nice work here.

Would really love to have an update where it can battle pokemons with nickname as well as a feature where it is undetectable.

Thanks, Tishj!

taynanmassaro commented 11 months ago

I can't manage to make this work. This is the first time I am using Python.

This is the error that I get:

Your config.yml is either missing or corrupted, please make sure there's a valid config.yml in the current folder Desired pokemon list is missing or empty Mode missing

But I have the config.txt in the same folders as the vortexbot.py

I have same error! what do you do?