Vous êtes sur la page 1sur 2

***How to***

To Search:
Download PokeFinder3
Run PokeFinder3! Enjoy!
To Search and Snipe:
Download PokeFinder3
Download PokeSniper2
Extract PokeSniper2 and configure the user.xml, and device.xml per instructions
here
Extract PokeFinder3 to the PokeSniper2 folder you just extracted to
Run PokeFinder3! Enjoy!
Advanced users I suggest creating batch files to quickly change between configur
ations!
THIS IS MY BATCH FILE; simply create a txt file, copy this into it, and change t
he extension from txt to bat. It will Run PokeFinder3 with html logging, and att
empt to Snipe every 3 minutes ignoring pokemon expiring within 6 seconds, infini
tly(or until 100 pokemons are caught).
Code:
PokeFinder3.exe -s -L 2 -i 6 -m 100 -l -t 180
***DOWNLOAD***
PokeFinder3: PokeFinder3 v0.0.1b
>>>Fixed issue; ValueError: invalid literal for float(): while parsing IV
PokeSniper2: PokeSniper2 - Required for sniping!
Old Releases:
Code:
PokeFinder3 v0.0.1a
Original Release
https://mega.nz/#!IlVWVbIK!dV7RXf94Q...CwTgKkRuwpf22Y
Optional Arguments;
Code:
optional arguments:
-h, --help
show this help message and exit
-s, --sniper
Use sniper
-S, --sniperterminal Sniper on a different terminal
-l, --loop
Run infinite
-L {0,1,2}, --logging {0,1,2}
Log pokemons found: 0=off 1=log file 2=html file
-C, --colors
No colors
-p POKEMONS, --pokemons POKEMONS
List of pokemons
-f FACTOR, --factor FACTOR
ZoomFactor
-t TIMER, --timer TIMER
Wait Timer in seconds
-i IGNORE, --ignore IGNORE
Ignore Pokemon with short timer
-m MAX, --max MAX
Max Pokemon to Catch
-v {0,1,2}, --verbose {0,1,2}
Verbose mode

Running PokeFinder3 with commndline arguments will automatically skip the menu.
Sniper: You can choose to run PokeFinder3 with PokeSniper2, the default is witho
ut sniping.
EXAMPLE: Will run with PokeSniper2, with everything else on default.
C:>PokeFinder3.exe -s
SniperTerminal: Runs the sniper in a new Terminal - Not supported well in this v
ersion. Off by defualt
Loop: You can run the finder once, or infinitly, looping at the end of the coord
s file. Default is run once.
EXAMPLE: Will run PokeFinder3 infinitly, only finding pokemon, not sniping them.
C:>PokeFinder3.exe -l
Logging: You have three options for logging. The default is No logging [0], or a
plain log file [1], or an HTML version with PokeSniper2:// links in it! [2]
EXAMPLE: Run PokeFinder3 a single time with PokeSniper2 and log it with the HTML
file.
C:>PokeFinder3.exe -s -L 2
Colors: Turn off the pretty colors... wait what? The default is to show colors,
of course!
EXAMPLE: Infinitly Snipe with no prettyness!
C:>PokeFinder3.exe -s -l -C
Pokemons: Type a list of pokemon to find. The default will find pokemon from the
Catch.txt
EXAMPLE: Find and log the coords of these pokemon but don't snipe them.
C:>PokeFinder3.exe -L 1 -p Pikachu,Charmander,Squirtle,Bulbasaur
Factor: The Zoom Factor of the search, 1 is like 13.85Km diagonal, 2 is like 27.
7Km etc. the default is 1
EXAMPLE: Find Pokemon from the catch.txt in a very large search area
C:>PokeFinder3.exe -f 10
Timer: This is the amount of time in seconds to wait after a successful snipe, t
he default is 90 seconds.
EXAMPLE: Find and Snipe Pokemon from the catch.txt every 3 mins.
C:>PokeFinder3.exe -s -t 180
Ignore: This is the ammount of time left before a pokemon expires that you want
to ignore sniping it. Default is 10 seconds.
EXAMPLE: To NOT ignore any pokemon and try to snipe everything from the catch.tx
t we can find.
C:>PokeFinder3.exe -s -i 0
Max: Maximum pokemon to catch this session - Duh!
EXAMPLE: To fill my inventory, I want to catch 96 Pikachu
C:>PokeFinder3.exe -s -m 96 -p Pikachu
Verbose: Is mostly for debugging, but if you like more detail on errors feel fre
e!

Vous aimerez peut-être aussi