-
Member
Originally Posted by
mike2112
in the config make sure skiplaged is false the only snipeing that works is pokesniper thats the only one i leave true
edit* and u can leave localhost true
ooo okey i'll try it
-
Corporal
Originally Posted by
frverdian
ooo okey i'll try it
let me know how that works for ya i think im also on an older version then you 8.5
-
Sergeant
Originally Posted by
hypertoken
...
- It will run for the length of the %TIMER% and wait half of that to restart. (ie: runs for 2 hours and waits for 1 to restart)
...
If you want it to wait for the same amount of time it runs change this line;to:
Last edited by hypertoken; 08-17-2016 at 11:09 AM.
-
Post Thanks / Like - 1 Thanks
west5405 (1 members gave Thanks to hypertoken for this useful post)
-
Sergeant
Originally Posted by
Chrisizzle
Does it need a specific name and .?
nope, name it whatever you want, the only requirement is that it has the .bat extension and that its in the right directory.
-
Originally Posted by
duece31
How about the account in question that doesn't work on the BOT, does that work off your phone on the same network, everything loads? If it loads ty using the bot again, maybe also someone else has some input. I know usually that error on the bot you are getting means the map isn't loading which usually is a softban, like IP banned.
yes it works on my phone no bots / fake gps. i'll try again tomorrow. i gotta sleep now lol. thanks.
-
Sergeant
Mine still doesn't hatch eggs, I'm now using the 99 Humanlike, with 5kmh walking speed.
I've only gained 0.14 towards my eggs after hours of running.... I'm actually suprised it moved at all, because they've had zero progress for days...
Anyone else having this happen? How can I hatch these dang eggs??? :confused:
Code:
[09:15:23] (EGG) Incubator status update: 1.86km left
[09:15:23] (EGG) Incubator status update: 9.86km left
[09:15:23] (EGG) Incubator status update: 4.86km left
-
Member

Guys please help, anyone know what this error this? Not ip-banned as i changed to mobot and it worked fine but today only this happened
-
Member
can i ask
Automatic: Run autosniper.bat to have PokeSniper2 automatically catch all Pokemon listed on PokeSnipers.
Command Line: Run PokeSniper2.exe Pokemon Latitude Longitude (Use spaces) to have it read from the user.xml, catch the Pokemon and exit.
both also safe? or command line better ? automatic better? which will more safe?
-
Active Member
Should i add more here for dreamteam??
"Pokemon": [
"dratini",
"dragonite",
"lapras",
"gyarados",
"snorlax",
"vaporeon",
"jolteon",
"charizard",
"flareon",
"exeggutor",
"aerodactyl",
"arcanine",
"nidoqueen",
"nidoking",
"dragonair",
"mrMime",
"ditto",
"kangaskhan",
"tauros",
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo",
"farfetchd"
]
-
Member
Where can I find Guide like this:
Code:
EvolveAboveIVValue (Value)
Only when EvolveAllPokemonAboveIV is set to true Value used to determine what IV Pokemon should be automatically evolved at.
EvolveAllPokemonWithEnoughCandy (Value)
When EvolveAllPokemonWithEnoughCandy is set to true, any Pokemon listed in the PokemonsToEvolve list will be evolved every 5 Pokestops limited by the number of Pokemon and candies you have. If this is not set, Pokemon will not be evolved based on this list criteria.
PokemonsToEvolve (List)
Only used if EvolveAllPokemonWithEnoughCandy is set to true. Comma-seperated quote-wrapped list of Pokemon names that distinguish which Pokemon to automatically evolve if there are enough candies.
KeepPokemonsThatCanEvolve (Value)
When NecroBot determines how many Pokemon to transfer due to duplicates, it will create a count based on the number of candies the account has for that species compared to the number required to evolve.
-
Member
Originally Posted by
ImNoCheater
[SUGGESTION]
Amazing Work !! I have a suggestion, instead of having to POST several types of config.json, just organize the file and put notes on what does what, like this for instance:
PS: i cut my CONFIG short and Im not sure if "//" is the note command, or is it # ? but is just to illustrate that organizing the config and teaching some basics inside the file might help a lot of ppl and save you some trouble
{
"DeviceSettings": { //this changes your Phone ID, can cause issues with google acc if you change too much. Try not logging too many accs with the same ID. Check ID list on blablabla.blabla
"DeviceId": "3bd4fc4c6231599b",
"AndroidBoardName": "mahimahi",
"AndroidBootLoader": "unknown",
"DeviceBrand": "HTC",
"DeviceModel": "Nexus One",
"DeviceModelIdentifier": "Nexus One_746ac932d",
"DeviceModelBoot": "mahimahi",
"HardwareManufacturer": "HTC",
"HardWareModel": "Nexus One",
"FirmwareBrand": "mahimahi",
"FirmwareTags": "test-keys",
"FirmwareType": "eng",
"FirmwareFingerprint": "HTC/HTC_mahimahi/c29c588/:user/9bafa0c"
},
"StartUpSettings": { //does this and that
"AutoUpdate": false, //update your version of the bot
"TransferConfigAndAuthOnUpdate": true,
"DumpPokemonStats": false,
"AmountOfPokemonToDisplayOnStart": 10,
"StartupWelcomeDelay": false,
"TranslationLanguageCode": "en",
"WebSocketPort": 14251,
"DisplayPokemonMaxPoweredCp": true,
"DisplayPokemonMovesetRank": true,
"UseHumanPathing": true
},
"LocationSettings": { //where you start to use your bot and
"Teleport": false,
"DefaultLatitude": 40.787855,
"DefaultLongitude": -73.960854,
"DefaultAltitude": 8.0,
"WalkingSpeedInKilometerPerHour": 44.0,
"MaxSpawnLocationOffset": 10,
"MaxTravelDistanceInMeters": 5000,
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX",
"UsePokeStopLuckyNumber": true,
"PokestopSkipLuckyNumberMinUse": 3,
"PokestopSkipLuckyNumber": 1,
"PokestopSkipLuckyMin": 0,
"PokestopSkipLuckyMax": 4
}
am curious, would the lack of editing this completely be partly to blame for some bans?
If everyone just opens the bot and only changes the login info. Then everyone is playing on the same device
which would be hard to do if they are all playing at the same time. I'm new to all of this but just a thought.
Last edited by RangerOfTheNorth; 08-17-2016 at 12:16 PM.
-
Member
Originally Posted by
fokeiro
@echo off
:loop
start "NecroBot.exe"
timeout /t 10800
taskkill /f /im NecroBot.exe
timeout /t 21600
goto loop
THis code does not work. Add call behind start
Code:
@echo off
:loop
start call "NecroBot.exe"
timeout /t 10800
taskkill /f /im NecroBot.exe
timeout /t 21600
goto loop
-
Originally Posted by
jjcui
THis code does not work. Add call behind start
Code:
@echo off
:loop
start call "NecroBot.exe"
timeout /t 10800
taskkill /f /im NecroBot.exe
timeout /t 21600
goto loop
all u have to do is remove the " " that was just to set the example, the code works perfectly there is no need to add call
-
Member
Originally Posted by
jjcui
THis code does not work. Add call behind start
Code:
@echo off
:loop
start call "NecroBot.exe"
timeout /t 10800
taskkill /f /im NecroBot.exe
timeout /t 21600
goto loop
or just
(remove double quote)
-
Active Member
Originally Posted by
sebflex
Should i add more here for dreamteam??

Anyone pls??