-
Sergeant
v1.010
Update Notes
[General]
- Fixed catch ignores not working
- Added the option to render pokemon on the map under "Graphics Options"
[AntiBan]
- [Explained Below] Added an option under "Tab Settings" -> "Walking" called "Speed Variation %".
- Badges will now be equiped
- Fixed stuck at same encounter
- Fixed stuck at double pokestop spinning (during softban)
Explanation of Speed Variation
In this field, you can enter a value between 0 and 50, and while walking, your speed will be randomly varied by + or - the specified percent.
What does this mean?
This means that you will not be walking at a constant pace anymore. Each time we update your position to the servers, your pace will be varied by some random amount between + and - the value that you specified. So you will not be walking at a constant pace between way-points anymore if you use this option.
So for example if you are walking at a pace of 100 meters per minute (which isnt how we measure speed, but for the sake of example its easy to explain this way), and you enter 50 in the box, one minute you could walk as low as 50 meters, and the next minute you could walk as high as 150 meters.
==KNOWN BUGS==
- Pokestops might not show up on the map sometimes
Happy botting guys!
the PGBot team.
-
Active Member
Known bug: Transfering Often shows same pokemon 5 times
-
Originally Posted by
Chrisizzle
Known bug: Transfering Often shows same pokemon 5 times
Thank you!
-
Post Thanks / Like - 1 Thanks
psicrest (1 members gave Thanks to Raflesia for this useful post)
-
Active Member
Originally Posted by
Raflesia
Thank you!
Everything else seems fine 
- show when using lucky egg/incense
- pause button (pauses run time too)
- total break time so far
- item list how it used to be (if 0 it's not there)
This one may be fixed:
My graphics got stuck with 'on break for 102 seconds' and didn't move even after it started again
-
Member
-
I have the latest java but im using the openjdk version.
I solve the problem on my Ubuntu 16.04 by doing these steps:
Code:
1. sudo apt install python-software-properties
2. sudo add-apt-repository ppa:webupd8team/java
3. sudo apt update
---- Since the bot requires JRE/JDK version 8
Code:
4. sudo apt install oracle-java8-installer
---- Now that i have multiple version of java to check if the current one i installed is the one set on default--------
Code:
5. sudo update-alternatives --config java
6. I made sure its on: /usr/lib/jvm/java-8-oracle/jre/bin/java and not /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java because for using this version im getting an error of "Error: Could not find or load main class org.pgbot.Application"
---- Since my error is not able to find the main class, i though i should set a $JAVA_HOME environment just to make sure.
Code:
7. sudo nano /etc/profile
8. At the bottom of the script i added:
Code:
export JAVA_HOME="/usr/lib/jvm/java-8-oracle"
9. I reloaded the file using this command:
Code:
source /etc/profile
10. check if i have the right $JAVA_HOME environment this should show the path "/usr/lib/jvm/java-8-oracle"
Now its running without errors. Now i can run this bot on my Linux VPS
Code:
java -jar PGBot-Beta-v_1.009.jar
Last edited by psicrest; 08-18-2016 at 02:25 PM.
-
Post Thanks / Like - 2 Thanks
-
Sergeant
Originally Posted by
psicrest
I have the latest java but im using the openjdk version.
I solve the problem on my Ubuntu 16.04 by doing these steps:
Code:
1. sudo apt install python-software-properties
2. sudo add-apt-repository ppa:webupd8team/java
3. sudo apt update
---- Since the bot requires JRE/JDK version 8
Code:
4. sudo apt install oracle-java8-installer
---- Now that i have multiple version of java to check if the current one i installed is the one set on default--------
Code:
5. sudo update-alternatives --config java
6. I made sure its on: /usr/lib/jvm/java-8-oracle/jre/bin/java and not /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java because for using this version im getting an error of "Error: Could not find or load main class org.pgbot.Application"
---- Since my error is not able to find the main class, i though i should set a $JAVA_HOME environment just to make sure.
Code:
7. sudo nano /etc/profile
8. At the bottom of the script i added:
Code:
export JAVA_HOME="/usr/lib/jvm/java-8-oracle"
9. I reloaded the file using this command:
Code:
source /etc/profile
10. check if i have the right $JAVA_HOME environment this should show the path "/usr/lib/jvm/java-8-oracle"
Now its running without errors. Now i can run this bot on my Linux VPS
Code:
java -jar PGBot-Beta-v_1.009.jar
thanks for the small guide/information that solved your problem.
-
Originally Posted by
psicrest
I have the latest java but im using the openjdk version.
I solve the problem on my Ubuntu 16.04 by doing these steps:
Code:
1. sudo apt install python-software-properties
2. sudo add-apt-repository ppa:webupd8team/java
3. sudo apt update
---- Since the bot requires JRE/JDK version 8
Code:
4. sudo apt install oracle-java8-installer
---- Now that i have multiple version of java to check if the current one i installed is the one set on default--------
Code:
5. sudo update-alternatives --config java
6. I made sure its on: /usr/lib/jvm/java-8-oracle/jre/bin/java and not /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java because for using this version im getting an error of "Error: Could not find or load main class org.pgbot.Application"
---- Since my error is not able to find the main class, i though i should set a $JAVA_HOME environment just to make sure.
Code:
7. sudo nano /etc/profile
8. At the bottom of the script i added:
Code:
export JAVA_HOME="/usr/lib/jvm/java-8-oracle"
9. I reloaded the file using this command:
Code:
source /etc/profile
10. check if i have the right $JAVA_HOME environment this should show the path "/usr/lib/jvm/java-8-oracle"
Now its running without errors. Now i can run this bot on my Linux VPS
Code:
java -jar PGBot-Beta-v_1.009.jar
Thanks alot! This will help alot of our users.
-
-
seems bot miss the most important feature or its just not at the screenshots you have at main post
Where is the pokemon read/show IV ?
- Remember to Give Thanks! if you think my post is useful. :shh:
-
Member
I see that the new update clicks badges for you, does it also click the level up icon that appears when you level up?
-
Originally Posted by
thesikaleon
seems bot miss the most important feature or its just not at the screenshots you have at main post
Where is the pokemon read/show IV ?
It's in the client ^^ new features are coming in so fast that the thread becomes outdated fast. I am working on a new thread and new screenies.
-
Originally Posted by
Cacos21
I see that the new update clicks badges for you, does it also click the level up icon that appears when you level up?
Yes it does!
-
Member
-
Member
Hm. My Player is not moving at all. What could be the problem?