-
Member
Originally Posted by
alex3312
sorry.. can anyone help me?
1st time using this bot, i bot for 2 hrs than stop, i login my account but it doesnt show up any pokemon, my lvl is there but cant see any pokemon.
and where do i put the config file?
im trying to put configCANDYandDUST.json but not sure where should i add?
Thanks alot, nice bot btw
in DreamTeam/Config theres a config.json file. replace it with the one you want to use.
-
Active Member
Anyone know how to fix this error?
Code:
[14:32:04] Pokemon Servers might be offline / unstable. Trying again...
[14:32:05] Error: System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value)
at PoGo.NecroBot.Logic.Inventory.<>c__DisplayClass15_0.<GetDuplicatePokemonToTransfer>b__0(PokemonData p)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at PoGo.NecroBot.Logic.Inventory.<GetDuplicatePokemonToTransfer>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.Tasks.TransferDuplicatePokemonTask.<Execute>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext()
Initializing NecroBot logger at time 8/18/2016 2:35:48 PM...
-
Member
Originally Posted by
pannekoek666
for 10 hours, 2 hours on 1 hour off.
Did you reach the pokemon and pokestop cap?
Sent from my SM-G930F using Tapatalk
-
Corporal
can anyone help woth creating a bat file, can one be made to run the bot for 4 hours on one account then close and open another account for 4 hours keep doing that for 4 diffrent accounts ? help is appreciated
-
Member
Originally Posted by
Chrisizzle
Anyone know how to fix this error?
Code:
[14:32:04] Pokemon Servers might be offline / unstable. Trying again...
[14:32:05] Error: System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value)
at PoGo.NecroBot.Logic.Inventory.<>c__DisplayClass15_0.<GetDuplicatePokemonToTransfer>b__0(PokemonData p)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at PoGo.NecroBot.Logic.Inventory.<GetDuplicatePokemonToTransfer>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.Tasks.TransferDuplicatePokemonTask.<Execute>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext()
Initializing NecroBot logger at time 8/18/2016 2:35:48 PM...
looks like banned
-
Member
Originally Posted by
mike2112
can anyone help woth creating a bat file, can one be made to run the bot for 4 hours on one account then close and open another account for 4 hours keep doing that for 4 diffrent accounts ? help is appreciated
this: Time Devision Bot (by Necrobot 0.9.0)
-
Post Thanks / Like - 1 Thanks
mike2112 (1 members gave Thanks to nicolasbonza for this useful post)
-
Member
Hey guys, can i run 2 accounts with the Necrobot at the same time??
-
Corporal
Originally Posted by
nicolasbonza
thnaks managed to figure out an easyer way on a diffrent post
-
Post Thanks / Like - 1 Thanks
nicolasbonza (1 members gave Thanks to mike2112 for this useful post)
-
Member
Originally Posted by
maccaoquat
Hey guys, can i run 2 accounts with the Necrobot at the same time??
if you want to be banned, yes
-
Active Member
Originally Posted by
advocates
Did you reach the pokemon and pokestop cap?
Sent from my SM-G930F using Tapatalk
botted 20hours nonstop still no cap here
-
Active Member
Originally Posted by
chopstickk
looks like banned
Nah, i knew it wasnt a ban as i can log in on my phone, it was some sort of bot/code error, fixed it now by downloading and reconfig the files
-
Corporal
for anyone wanting to run 5 different accounts here is a good bat file to run each account for 3 hours then start another
place all bots in one folder and bat file (might have to change bat file for your folder names or change your folder names to whats in the bat file working great for me now
for anyone that dont know
:start
start /C "POKEBOT1" NecroBot.exe
timeout 10800
taskkill /IM necrobot.exe
timeout 5
start /C "POKEBOT2" /min NecroBot.exe
timeout 10800
taskkill /IM necrobot.exe
timeout 5
start /C "POKEBOT3" /min NecroBot.exe
timeout 10800
taskkill /IM necrobot.exe
timeout 5
start /C "POKEBOT4" /min NecroBot.exe
timeout 10800
taskkill /IM necrobot.exe
timeout 5
start /C "POKEBOT5" /min NecroBot.exe
timeout 10800
taskkill /IM necrobot.exe
timeout 5
goto start
-
Originally Posted by
skatatzis
depends on what you wanna do or what you need.
its your own choice.
-
Member
Originally Posted by
sebflex
botted 20hours nonstop still no cap here
what level you at and what bot you using?
-
Member
guys can someone help to snipe a rare pokemons? im a newbie.