Skip to content

Commit f691bc5

Browse files
authored
Merge pull request #39 from MerlionRock/development
v1.3.0
2 parents 4b68c61 + ca02f8c commit f691bc5

18 files changed

+25610
-21130
lines changed

Changelog.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,46 @@
11
# Changelog
22

3+
### RAB 1.3.0
4+
- Faster response during catching of pokemon for 1. PGSharp Free/Paid, 2. HAL/Pokemod Espresso in quick catch Mode 3. MAD in Speed Up(Ball shake only one time, quick catch in RAB should be disabled for this mode)/Quick Catch mode
5+
- Minor changes to Non advance berry selection mode
6+
- Attempt to fix PGSharp get location error
7+
- (PGSharp Enhance/PGSharp 100IV Shiny Hunt Mode) RAB will attempt to move the elements on screen after restart
8+
- Added DPI setting for those who want to manually change their DPI
9+
- 3 days trial PGSharp 100IV Shiny hunt feature
10+
- (MAD Enhancer) Will skip appraisal during Pokemon management
11+
- Fixed: Adjusting Min Atk in catch settings will also adjust Min Sta
12+
- Fixed: Adjusting Check Item Interval will also adjust rest bagful interval
13+
- Minior GUI Text Fix
14+
- Attempt to address not incubating new eggs problem
15+
- Corrected/Updated stats for Pumpkaboo, Gourgeist, Xerneas, Yveltal
16+
- (Rooted Solutions) RAB will disconnect GoPlus if it’s activated before teleporting
17+
- Added mass transfer option
18+
- (Polygon#) Now support nameplate `{default} LVL{lvl} {ivs}` for Pokemon detail page, RAB will not do appraisal if this is set as nameplate
19+
- (Non PGSharp) If run out of balls, RAB will attempt to spin 50 pokestops before resume normal operation
20+
- Fix offset not found error (Telegram Snipe)
21+
- Attempt to fix clicking onto AR quest when it’s not completed, and get stuck
22+
- Fix: Attempt to improve Zero ball detection
23+
- PGSharp Enhance mode will be available for all PGSharp users.
24+
- Fix: Tapping on Scan Pokestop Quest which will cause RAB to get stuck
25+
- PGSharp Enhance Mode: RAB will teleport back to starting location if it run out of ball. Please set your starting location to a place full of poke stop before starting RAB.
26+
- Auto Teamrocket win for PGSharp Paid (From PGSharp v1.24.1 onwards)
27+
- Pokemon Management: When transfering Pokemon, RAB will limit what can be transferred by using search string. Default: `age0-1` (new Pokemon within 48hrs)
28+
- Pokemon Management: If Quick catch is also enabled, RAB will go back to Pokemon Inventory and favourite the last caught Pokemon if it's eligible for keeping. Please ensure Pokemon Inventory is set to recent list for this to work.
29+
- New Option: Search String (For Pokemon Management)
30+
- Some devices are unable to use search string, RAB will fall back to mass delete by selecting 9 pokemons at a time and transfer up till the max number of pokemon assigned to check
31+
- Checking if pgsharp menu is open, close it to prevent accidently clicking it
32+
- Fix Teamrocket crash for non pgsharp users. (<D39)
33+
- Attempt to detect home screen map better for some phones
34+
- Restart wait time for MAD adjust to 90 secs as it always restart on it's own
35+
- Item Management now accepts values. `0 = Do not delete, 1 = Delete all, More than 1 = No. 0f Items to remind`
36+
337
### RAB 1.2.3
438
- Pokemon Management: RAB will now scroll Pokemon inventory page
539
- PGSharp: Detect shiny from overlay
640
- Fixed: HAL has no PvP information
741
- PGSharp enhanced mode extended to Monday, 31 May 2021 23:59:59 GMT
842
- Fix: v1.2.0 to v1.2.2 auto close. **Please update to this version.**
943

10-
**Knownbugs**
11-
12-
- The following features will not work or will have weird behavior with Samsung Phones
13-
1. Enchanced PGSharp Mode
14-
2. PGSharp 100IV Shiny Hunting Mode
15-
1644
### RAB 1.2.2
1745
- Fix PvP catch setting. UL was max 1500. Fixed to 2500
1846
- Fix Pokestop priority always enabled bug

README.md

Lines changed: 66 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,48 @@
44

55
## Changelog
66

7-
Manual install users, please run `pip install --upgrade sourcedefender` to update your sourcedefender.
8-
### RAB 1.2.3
9-
- Pokemon Management: RAB will now scroll Pokemon inventory page
10-
- PGSharp: Detect shiny from overlay
11-
- Fixed: HAL has no PvP information
12-
- PGSharp enhanced mode extended to Monday, 31 May 2021 23:59:59 GMT
13-
- Fix: v1.2.0 to v1.2.2 auto close. **Please update to this version.**
14-
15-
**Knownbugs**
16-
17-
- The following features will not work or will have weird behavior with Samsung Phones
7+
Manual install users, please run `pip install --upgrade uiautomator2` to update uiautomator2.
8+
9+
### RAB 1.3.0
10+
- Faster response during catching of pokemon for 1. PGSharp Free/Paid, 2. HAL/Pokemod Espresso in quick catch Mode 3. MAD in Speed Up(Ball shake only one time, quick catch in RAB should be disabled for this mode)/Quick Catch mode
11+
- Minor changes to Non advance berry selection mode
12+
- Attempt to fix PGSharp get location error
13+
- (PGSharp Enhance/PGSharp 100IV Shiny Hunt Mode) RAB will attempt to move the elements on screen after restart
14+
- Added DPI setting for those who want to manually change their DPI
15+
- 3 days trial PGSharp 100IV Shiny hunt feature
16+
- (MAD Enhancer) Will skip appraisal during Pokemon management
17+
- Fixed: Adjusting Min Atk in catch settings will also adjust Min Sta
18+
- Fixed: Adjusting Check Item Interval will also adjust rest bagful interval
19+
- Minior GUI Text Fix
20+
- Attempt to address not incubating new eggs problem
21+
- Corrected/Updated stats for Pumpkaboo, Gourgeist, Xerneas, Yveltal
22+
- (Rooted Solutions) RAB will disconnect GoPlus if it’s activated before teleporting
23+
- Added mass transfer option
24+
- (Polygon#) Now support nameplate `{default} LVL{lvl} {ivs}` for Pokemon detail page, RAB will not do appraisal if this is set as nameplate
25+
- (Non PGSharp) If run out of balls, RAB will attempt to spin 50 pokestops before resume normal operation
26+
- Fix offset not found error (Telegram Snipe)
27+
- Attempt to fix clicking onto AR quest when it’s not completed, and get stuck
28+
- Fix: Attempt to improve Zero ball detection
29+
- PGSharp Enhance mode will be available for all PGSharp users.
30+
- Fix: Tapping on Scan Pokestop Quest which will cause RAB to get stuck
31+
- PGSharp Enhance Mode: RAB will teleport back to starting location if it run out of ball. Please set your starting location to a place full of poke stop before starting RAB.
32+
- Auto Teamrocket win for PGSharp Paid (From PGSharp v1.24.1 onwards)
33+
- Pokemon Management: When transfering Pokemon, RAB will limit what can be transferred by using search string. Default: `age0-1` (new Pokemon within 48hrs)
34+
- Pokemon Management: If Quick catch is also enabled, RAB will go back to Pokemon Inventory and favourite the last caught Pokemon if it's eligible for keeping. Please ensure Pokemon Inventory is set to recent list for this to work.
35+
- New Option: Search String (For Pokemon Management)
36+
- Some devices are unable to use search string, RAB will fall back to mass delete by selecting 9 pokemons at a time and transfer up till the max number of pokemon assigned to check
37+
- Checking if pgsharp menu is open, close it to prevent accidently clicking it
38+
- Fix Teamrocket crash for non pgsharp users. (<D39)
39+
- Attempt to detect home screen map better for some phones
40+
- Restart wait time for MAD adjust to 90 secs as it always restart on it's own
41+
- Item Management now accepts values. `0 = Do not delete, 1 = Delete all, More than 1 = No. 0f Items to remind`
42+
43+
**Known Issue**
44+
45+
- **The following features might not work wih all phones**
1846
1. Enchanced PGSharp Mode
1947
2. PGSharp 100IV Shiny Hunting Mode
48+
3. Fast identification of Pokemon caught status during encounter (Caught, Missed, Escaped, etc)
2049

2150
[Changelog History](https://github.com/MerlionRock/RealAndroidBot/blob/master/Changelog.md)
2251

@@ -32,22 +61,22 @@ Join our [Discord Channel](https://discord.gg/Xw2DKBhRJu)
3261
- Auto Hatch
3362
- Auto Item management
3463
- Auto Pokemon Bag management
35-
- Auto reconnect vitural Go-plus (HAL & PGSharp Paid)
36-
- Auto Team Rocket Battle (HAL & Polygon# Only)
37-
- Auto Slot Gym (Polygon# Enhancer Paid)
38-
- Discord Notifications (Polygon Farmer Supported)
64+
- Auto Team Rocket Battle (PGSharp Paid, HAL & Polygon# Only)
65+
- Catch Shiny that 3rd Party App Found (Polygon# Paid Only)
66+
- 100IV Shiny Hunt using PGSharp sniper feed. (PGSharp only)
67+
- (PGSharp Free/Paid) Hunt pokemon with Nearby feed (RAB PGSharp Enhance Mode)
3968
- Non rooted support with PGSharp Free or Paid version (**NO NOT USE IT ON MAIN ACCOUNT**)
69+
- Wifi Mode
4070

4171
### Enhanced Features (Donors Features)
4272
Requires telegram account and donor status
4373

44-
- Integration with Telegram feed to allow PvP/100IV Snipe (PvP Feed not available yet)
45-
- Integration with Telegram feed to allow Shiny Checking
46-
- (PGSharp Free/Paid) Hunt pokemon with Nearby feed (RAB PGSharp Enhance Mode)
74+
- (Rooted Only) Integration with Telegram feed to allow 100IV Snipe
75+
- (Rooted Only) Integration with Telegram feed to allow Shiny Checking
4776
- (PGSharp Free/Paid) 100IV Shiny Pokemon tapping with Sniper feed
4877

4978
## Phone Requirements
50-
1. Rooted (Optional)
79+
1. Rooted or PGSharp (non-rooted solution)
5180
2. Your phone must be able to run Pokemon Go if it's rooted
5281
3. USB Debugging Enabled ([Under Developer Options](https://developer.android.com/studio/debug/dev-options))
5382
4. Phone with Screen Resolution 720 x 1280 and above
@@ -72,8 +101,8 @@ Requires telegram account and donor status
72101
5. Go in there and enable the USB Debugging mode option.
73102

74103
## Additional Setup required by phone brand
75-
1. Xiaomi phone: Also Enable USB Debugging (Security settings).
76-
2. Realme: Enable "Disable permission monitoring".
104+
1. Xiaomi/Poco phone: Also Enable USB Debugging (Security settings).
105+
2. Realme/Oppo: Enable "Disable permission monitoring".
77106
3. Samsung: Settings -> Display -> Navigation bar -> select 'Full screen gesture' and turn-off 'gesture hints'
78107
4. Check your phone's color display. Make sure it's `Natural` instead of `Vivid`. For Samsung users, this setting can be found at `Settings > Display > Screen Mode`. Other brand and models you have to find this option yourself.
79108

@@ -94,8 +123,8 @@ Requires telegram account and donor status
94123
## Pokemod/HAL Support
95124

96125
### Settings
97-
- (Pokemod) IV Display format --> Toast | (HAL) Enable Toasts
98-
- (Pokemod) IV Display Information --> verbose | (HAL) Toast verbosity --> Informative
126+
- (**Pokemod**) IV Display format --> Toast | (**HAL**) Enable Toasts
127+
- (**Pokemod**) IV Display Information --> verbose | (**HAL**) Toast verbosity --> Informative
99128
- Toast Location/Position --> Top
100129

101130
### Enable Modules
@@ -122,7 +151,7 @@ Requires telegram account and donor status
122151

123152
### Advanced
124153
- Encounter nameplates format `{default} LVL{lvl}\nIV{prc0}% {ivs}`
125-
- Pokemon panel nameplate format `{default}`
154+
- Pokemon panel nameplate format `{default} LVL{lvl} {ivs}`
126155

127156
### Settings for Paid version
128157
- Note that RAB will attempt to gather a few information from Polygon# Paid version first before starting to catch Pokemon. As such you might see RAB attempt to spin pokestops continously for a few mintues before catching. It is normal.
@@ -179,21 +208,29 @@ Requires telegram account and donor status
179208
- `Inventory IV` Enabled
180209
- `Encounter IV` Enabled
181210
- `Quick Catch` Optional. Set `transfer on catch` to true in RAB config if you set this option to true.
211+
- `Instant Beat Team Rocket` Optional. Set `Teamrocket Blast Off` to true in RAB config if you set this option to true.
182212
- The rest of options are optional
183213
- Then click on PGSharp's icon and choose either auto walk or GPX route (this option is in map)
184214

185-
### RAB PGSharp Enhance Mode (Donor features)
186-
- If using nearby feed to move around, enable Nearby feed only. place it at extereme left hand side. Move the PGSharp icon to exterme right. Joystick move to bottom left or right until the joystick can't be seen (Only left with 2 lines).
187-
- If using 100IV Shiny tap, enable Sniper feed only, enable 100IV Shiny Hunt in RAB Configuration tab. place it at extereme left hand side. Move the PGSharp icon to exterme right.
188-
- Tap to `Walk` or `Teleport` Enabled for Paid version of PGSharp if using Enhance Mode.
215+
### RAB PGSharp Enhance Mode
216+
- Enable nearby feed will trigger RAB PHSharp enhance mode. (Do not enable cooldown timer). RAB will automatic place Nearby feed, Joystick and Menu Icon to its prefered location. And will try to retrieve it's starting location. If RAB is unable to achieve these, you are advised to use normal mode instead of Enhance mode (It mean that enhance mode is not compatible with your device)
217+
- Make sure tap to `Walk` is Enabled.
218+
- Do not use route (gpx) for this mode.
219+
- Set your starting location to a place with lots of Pokestop. RAB will teleport back to this location if it runs out of ball (which will potentially help you get out from a place without any pokestop).
220+
221+
### RAB PGSharp 100IV Shiny Tap (Donor Feature)
222+
- If RAB is unable to get your starting location, it also mean that 100IV Shiny tap feature will not work for you. (Do not donate for this feature, unless you just want to bless the team)
223+
- If using 100IV Shiny tap feature (**Donor Feature**), enable Sniper feed only, enable 100IV Shiny Hunt in RAB Configuration tab.
224+
- Enable
225+
189226

190227
*Enable or disable the settings in RAB's GUI accordingly*
191228

192229
## PC/MAC/LINUX Requirements
193230

194231
Windows users who **downloaded the release version**, you just need to configure RAB, configure your phone and plug in to your PC and run RAB.exe will do. **You do not need to follow the steps below.** Remember to **ctrl+c** when you want to exit from RAB.
195232

196-
<span style="color:red">Windows users who downloaded the release version, you do not need to read any further!</span>
233+
### <span style="color:red">Windows users who downloaded the release version, you do not need to read any further!</span>
197234

198235
## Install Tesseract
199236

0 commit comments

Comments
 (0)