Thanks alot, that should work now i am no longer getting errors anymore. But could i ask how and where exactly you installed the PokeMap thing? Did you just run the setup.bat in the Easy-Setup Folder under the Tools folder and edit the config file like that:

?
My Folder looks like this now:

and the map folder like this:

.
When i run the Bot it logs in succesfully and transfers and powerups but then i get an error which looks like this:
[02:19:50] System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such table: pokemon
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.funcReturnPokeLoc() in C:\Users\Lukas\Desktop\Pokemon Go Tricks\Ordner\PokemonGORPHF Bot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask.cs:Line 246.
at PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<ExeCuteMyFarm>d__6.MoveNext() in C:\Users\Lukas\Desktop\Pokemon Go Tricks\Ordner\PokemonGORPHF Bot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask.cs:Line 265.
--- End of the stack trace where the exception was thrown from the previous site, ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\Lukas\Desktop\Pokemon Go Tricks\Ordner\PokemonGORPHF Bot\PoGo.NecroBot.Logic\State\FarmState.cs:Line 46.
--- End of the stack trace where the exception was thrown from the previous site, ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\Lukas\Desktop\Pokemon Go Tricks\Ordner\PokemonGORPHF Bot\PoGo.NecroBot.Logic\State\StateMachine.cs:Line 36.
and after that it logs in again and the same error repeats over and over.