.sdfgfdgfdg
.sdfgfdgfdg
Last edited by DennyEnlight; 10-11-2016 at 02:27 AM.
try it this
ItemUnknown 0
ItemPokeBall 25
ItemGreatBall 50
ItemUltraBall 50
ItemMasterBall 100
ItemPotion 0
ItemSuperPotion 25
ItemHyperPotion 50
ItemMaxPotion 75
ItemRevive 25
ItemMaxRevive 50
ItemLuckyEgg 200
ItemIncenseOrdinary 100
ItemIncenseSpicy 100
ItemIncenseCool 100
ItemIncenseFloral 100
ItemTroyDisk 100
ItemXAttack 100
ItemXDefense 100
ItemXMiracle 100
ItemRazzBerry 50
ItemBlukBerry 10
ItemNanabBerry 10
ItemWeparBerry 30
ItemPinapBerry 30
ItemSpecialCamera 100
ItemIncubatorBasicUnlimited 100
ItemIncubatorBasic 100
ItemPokemonStorageUpgrade 100
ItemItemStorageUpgrade 100
still getting fatal error.....
Does anyone have a link to a pre-compiled version of this bot? Will give you +rep thanks!
I had the 'updating inventory' issue because I had PoGoInventory open in Visual Studio. Once I closed it, no issues.
Only problem is it doesn't seem to use lucky eggs ...
Thankso sir haxton
Last edited by ahmadfahmidj; 07-29-2016 at 08:04 PM.
try this
DOWNLOAD
Anyone has a script or a way to restart the bot after ~30 min? I feel like after around 30 min the bot starts to 'CatchEscape' and 'CatchError' alot.
Imgur: The most awesome images on the Internet
Anyone know why my normal settings aren't on top? Why does it say just runtime 0:00 even though the bot looks like it's running?
create a .bat with this content and adjust the directories so they match yoursCode:@echo off :loop cd "F:\pkmn go\Bot1\" start /min PokemonGo.RocketAPI.Console.exe cd "F:\pkmn go\Bot2\" start /min PokemonGo.RocketAPI.Console.exe timeout 1800 > NUL taskkill /f /IM PokemonGo.RocketAPI.Console.exe >nul goto :loop exit