Skip to content

Releases: disdain13/PokeRoadie

PokeRoadie - 2016.8.9.3

10 Aug 03:55
Compare
Choose a tag to compare

Several fixes for navigation, softban, capture. Set default max speed settings down to non-softban levels.

PokeRoadie - 2016.8.9.2

10 Aug 02:21
Compare
Choose a tag to compare

Evolution fixed, TrimTheFat option now obeys PokemonNotToTransfer list. More exception handling. Added MaxDistanceForLongTravel option, which allows you to configure the scan distance while long traveling.

PokeRoadie - 2016.8.9.1

09 Aug 04:37
Compare
Choose a tag to compare
  1. Capture on both lure and incense pokemon, in addition to Wild.
  2. Auto-usage of incense, lucky eggs, incubators, potions, and revives
  3. Completed Auto deployment to team gym feature
  4. Built Fully Synchronized event model and events in Logic class
  5. Re-wrote Logger class into a singleton provider model
  6. Added complete auto "Power-Up" system just like Evolution and Transfer
  7. Made sure all pokemon related message were formatted similar
  8. Added "TransferTrimTheFat" feature (read more in the wiki)

PokeRoadie - 2016.8.1.1

02 Aug 03:39
Compare
Choose a tag to compare

Huge changes in this release. I am not sure if I can even remember them all... let's try:

Evolution
Re-worked the evolution system, more configurable, now with the following settings:
EvolvePriorityType
EvolveAboveCp
EvolveAboveIV
EvolveAboveV

Other new settings:

TransferTrimFatCount Setting
Trim the Fat option now added! If your pokemon inventory is full, it will pull X number of your worst pokemon (based on TransferPriorityType) and ditch them to make room for better ones.

FlyLikeCaptKirk Setting
Wouldn't it just be easier if we could beam to each location!

PingStopsWhileFlying Setting
Perform air stunts and attempt to pickup pokestops while traveling at 250 kph.

UseIncense Setting
Use incense automatically.

UsePotions Setting
Heal pokemon automatically.

UseRevives Setting
Revive fallen pokemon automatically.

Touching Gyms!
I have started touching the gym objects, everyone beware. Already added the first gym feature, can you find it?

Plus, there is more I can't even remember right now. It will go on the WIKI!

PokeRoadie - 2016.7.30.4

30 Jul 19:41
Compare
Choose a tag to compare

Moved transfer settings display to one time at start. Sorry, but it was just flipping annoying.

PokeRoadie - 2016.7.30.3

30 Jul 19:05
Compare
Choose a tag to compare

Fix for True Value Calculation Bug
Transfer Settings Logging

PokeRoadie - 2016.7.30.2

30 Jul 09:54
Compare
Choose a tag to compare

Quick release for bug fix

Ferox API
Separated all hacked customizations to Ferox API, and implemented correctly. Now the bot is a 100% pure abstraction of the Ferox API, and can be upgraded at will.

Settings
Settings File Format Slightly Changed. Added VisitPokestops setting and (in prep) VisitGyms.

Handled PtcOfflineException
Reorganized Much Code
Further tuning of Delays
Better console info

PokeRoadie - 2016.7.29.2

29 Jul 19:03
Compare
Choose a tag to compare

Export csv fixed!
Implemented TransferBelowCp - overrides KeepAboveCp, always transfer if Cp is below
Implemented TransferBelowIV - overrides KeepAboveIV, always transfer if Perfection % is below
Implemented TransferBelowV - overrides KeepAboveV, always transfer if True Value is below
Upgraded to version 1.4.0.0 of POGOProto
Task.Delay changed to RandomDelay almost everywhere!

PokeRoadie - 2016.7.29.1

29 Jul 07:03
Compare
Choose a tag to compare

Soft ban detection and auto resolution!
Settings file Save fix.
Settings files now included with release!

PokeRoadie - 2016.7.28.3

29 Jul 03:45
Compare
Choose a tag to compare

Fix for InvalidOperationException error!
I discovered this is related to changes made on the Pokemon servers to prevent us from botting! Requests must have a random delay. If they are sent too quick, they cut the connection. I will be making this delay configurable in the next release.

Implemented new release of FeroxRev!
Fully integrated the new POGOProto architecture, and all of FeroxRev's changes to the API.

Google Login
Still working on some exception handling, but it seems to be holding up now.