Commit 89c31ea
committed
fix(loottracker): Track automated bird nest searching onChatMessage (runelite#19975)
- Added support for tracking the loot received from the next searched bird nest that's automated by the game itself
- Modified LootTrackerPlugin#onChatMessage to see if loot from a searched bird nest was received and call #onInvChange
- The message is also fired for the automated proceeding searches by the game1 parent 2546a01 commit 89c31ea
2 files changed
Lines changed: 6 additions & 1 deletion
File tree
- runelite-client/src
- main/java/net/runelite/client/plugins/loottracker
- test/java/net/runelite/client/plugins/loottracker
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1175 | 1180 | | |
1176 | 1181 | | |
1177 | 1182 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
0 commit comments