-
Member
I am using newest version of bot. I want to
-Catch all pokemons
-Transfer duplicate pokemons and leave highest one
-Do not transfer a pokemon if over 1000 CP
-Evolve Ratata,Caterpie etc.
Guys what is best user file setting for me? I wanna them at same time.
-
[16:34:42] (CAUGHT) Zubat (326 CP) (78.00% perfection) | Chance: 0.343478 | 70m distance | with ITEM_GREAT_BALL
[16:34:49] (TRANSFERED) Zubat with 326 (78.33 % perfect) CP (Best: 385 | (70.00 % perfect))
Is he drunk?
-
Master Sergeant
I heard IV's get randomized again after an evolution.
-
Member
Originally Posted by
wowschik
Bot Instruction - Maclone's Community Versions
HOW TO
- download the new bot http://www.ownedcore.com/forums/poke...ml#post3468248 (Maclone's Community Versions - Compiled, ready to go PokemonGo bots)
- get the newest one from post #1
- start the bot
- u get a google device code, a browser window should open
- put the google device key there
- now u get your token at the cmd window
- dont close the application
- u can check log.txt in the bot folder to copy the token
- paste the token in the user.xml
- should be looking like this <GoogleRefreshToken>x/1234567890xxx12yy34yy56yy78yy90xyxyxyxyxy</GoogleRefreshToken>
- just restart the bot and test if u have to put again the google device key or if u get instant login
- if u dont want to evolve the pokemon just add <!-- at start of the line, --> at the end of the line
- example:
Code:
<PokemonsToEvolve> <!-- Pokemon to evolve, leave empty to disable evolving pokemon -->
<!-- <PokemonId>Rattata</PokemonId>
<PokemonId>Spearow</PokemonId> -->
</PokemonsToEvolve>
- Optional
- create a batch file, rightclick somewhere, i prefer bot folder, new textdocument, copy paste the code below and set your path right, exit the textfile, safe it, with the end .bat, if u need to edit it just rightclick on the file and select edit(no need anymore, bot has auto restart feature itself, maybe it would be nice if the bot crashes and you are not at your computer it will reboot the bot automatically every 30 minutes, u can change this value if u need
Code:
@echo off
:start
wmic process where ExecutablePath='C:\\path\\path\\path\\PokemonGo.RocketAPI.Console.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 1800 /nobreak > NUL
goto start
- start the batch
- u can also set the time in the bat file to 60s and test your whole bot.
Hey thank for the tutorial its work good!
btw any idea to make the bot using lucky egg and does 50KM/h for walking is default and normal? or should I reduce it to 10-20 to be more human like?
-
Member
Last version[location fix one] is awesome fast and working pretty solid. Only downside is its using too much raspberry and great balls. It would be better to throw a few pokeballs to 300 ratata rather than throwing 1 great ball imo. And this version tends to go much further than older ones.
-
Member
Please compile and send the latest version of PokeColor Bot by DetectiveSquirrel https://github.com/DetectiveSquirrel...-Go-Rocket-API
-
[17:21:32] (INFO) # CP 151 | (91.67 % perfect) NAME: 'Magikarp'
[17:21:32] (INFO) # CP 70 | (86.67 % perfect) NAME: 'Magikarp'
How does this make sense? The 151 cp magicard is 4% better than the 70 cp one?
-
Knight-Lieutenant
Originally Posted by
serotini
[17:21:32] (INFO) # CP 151 | (91.67 % perfect) NAME: 'Magikarp'
[17:21:32] (INFO) # CP 70 | (86.67 % perfect) NAME: 'Magikarp'
How does this make sense? The 151 cp magicard is 4% better than the 70 cp one?
Its not based on cp but IV
-
Member
Originally Posted by
serotini
[17:21:32] (INFO) # CP 151 | (91.67 % perfect) NAME: 'Magikarp'
[17:21:32] (INFO) # CP 70 | (86.67 % perfect) NAME: 'Magikarp'
How does this make sense? The 151 cp magicard is 4% better than the 70 cp one?
the bot doing great! why u keep crying about it?
its mean the bot doing a great or excellent throw thats give you extra exp!
-
Originally Posted by
zerospec0
Its not based on cp but IV
So for example a magicard with 50 CP and 100% Perfect is better to evolve into a gyarados than a 150 cp magicard with 50% perfect?
-
Member
yes, and pray for gyarados movelist
-
Knight-Lieutenant
Originally Posted by
serotini
So for example a magicard with 50 CP and 100% Perfect is better to evolve into a gyarados than a 150 cp magicard with 50% perfect?
exactly
Pokemon GO IV: What Are Individual Values And Why Are They Important?
https://pokeassistant.com/main/ivcalculator
-
Sergeant
Originally Posted by
serotini
So for example a magicard with 50 CP and 100% Perfect is better to evolve into a gyarados than a 150 cp magicard with 50% perfect?
1) Its Magikarp
2) NO!
3) I'll try to explain 50% perfect 700CP is weaker than 80% 650CP or say 600CP but not weaker than 400CP lets say
4) So if you evolve Magikarp of 50CP 100% you will get about 550CP of Gyarados but if you evolve 50% 150CP Magikarp you will end up getting 1575 Gyarados which will be much stronger!
ALWAYS REMEMBER IV only makes a Pokemon roughly 5-15 % stronger so yeah 850CP of 91% will be stronger than 1000CP of 60% but not stronger than 1300CP of 60%
-
Post Thanks / Like - 1 Thanks
hackerlol (1 members gave Thanks to gautam62 for this useful post)
-
Knight-Lieutenant
Originally Posted by
gautam62
1) Its Magikarp
2) NO!
3) I'll try to explain 50% perfect 700CP is weaker than 80% 650CP or say 600CP but not weaker than 400CP lets say
4) So if you evolve Magikarp of 50CP 100% you will get about 550CP of Gyarados but if you evolve 50% 150CP Magikarp you will end up getting 1575 Gyarados which will be much stronger!
ALWAYS REMEMBER IV only makes a Pokemon roughly 5-15 % stronger so yeah 850CP of 91% will be stronger than 1000CP of 60% but not stronger than 1300CP of 60%
Yea but wouldn't you be better off powering up the 50CP magikarp (assuming you had plenty extra)
-
Member
Where's the source file for this? I want to add Pigey's to the do not transfer list.