Commit Graph

5100 Commits

Author SHA1 Message Date
raiyni
cbbae60079 Widgets: add setItemId 2018-09-04 11:45:21 -05:00
Tomas Slusny
84700125cd Merge pull request #5293 from Unmoon/show-runenergy-toggle
Show run energy remaining in overlay if orb shows run time remaining
2018-09-04 18:09:58 +02:00
Tomas Slusny
2ab24da690 Merge pull request #5292 from Unmoon/orb-overlay-visibility
Don't show orb overlays when the orbs are hidden
2018-09-04 17:11:47 +02:00
Unmoon
29b56ceaf6 Show run energy instead of time remaining if tooltip shows time remaining 2018-09-04 18:04:16 +03:00
astaninger
9f3b5c0a4c Add ourania teleport to skill calculator (#5285) 2018-09-04 16:59:37 +02:00
astaninger
e3ca19edff Sort planks in construction guide by XP in skill calc (#5289) 2018-09-04 16:58:59 +02:00
astaninger
a1f6ef7e26 Order tiaras in RC skill calc by experience gained (#5288) 2018-09-04 16:50:45 +02:00
astaninger
1ff3b0fec3 Fix dragonstone necklace name in skill calculator (#5287) 2018-09-04 16:48:48 +02:00
Unmoon
547fe78926 Don't show run energy hover overlay if run energy orb is hidden 2018-09-04 17:33:28 +03:00
Unmoon
07cca2e4eb Don't show prayer orb hover overlay if prayer orb is hidden 2018-09-04 17:32:56 +03:00
astaninger
8f5540d3c6 Properly order prayer skill calculator (#5290) 2018-09-04 10:34:52 +02:00
Adam
19b6efa3a2 loot manager: limit to one kill per location per tick 2018-09-03 21:32:53 -04:00
Adam
d3080f059b Revert "Make same-tick same-tile loot event fire once"
This reverts commit 549150a749.
2018-09-03 21:25:13 -04:00
Tomas Slusny
6570e23b67 Merge pull request #5279 from ShaunDreclin/ground-marker-fix
Fix ground markers getting set at wrong position
2018-09-03 21:19:45 +02:00
ShaunDreclin
0b6ea39e41 Fix ground markers getting set at wrong position 2018-09-03 14:55:40 -04:00
Tomas Slusny
5f2432eb6d Merge pull request #5273 from deathbeam/xp-globes-off-by-default
Disable XP globes plugin by default
2018-09-03 08:49:54 +02:00
Tomas Slusny
b5e16f0b17 Disable XP globes plugin by default
Vanilla RuneScape interface together with XP tracker already provides
all informations that is contained withing XP globes, so disable this
plugin by default to reduce the unnecessary noise for casual users.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-03 08:23:34 +02:00
Tomas Slusny
d3c37aca26 Merge pull request #5267 from deathbeam/cannon-with-cannon
Show cannon spot overlay only with cannon
2018-09-03 08:16:13 +02:00
Tomas Slusny
c5020ecff6 Merge pull request #5268 from deathbeam/fishing-with-fish-stuff
Show fishing overlays only when player can fish
2018-09-03 08:09:03 +02:00
Tomas Slusny
54b733f5bc Show cannon spot overlay only with cannon
This makes cannon spot overlays show only when full cannon is present in
player inventory.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-03 08:08:28 +02:00
Tomas Slusny
f6f764a0ed Show fishing overlays only when player can fish
Show fishing overlays only when player can actually fish (e.g is in
fishing session or has fishing equipment). This drastically reduces
noise for casual players.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-03 08:01:21 +02:00
Tomas Slusny
8715645bca Merge pull request #5151 from TheStonedTurtle/LootTrackerBugFixes
Add player death check, ToB region check and 1 loot per-tile per-tick check to loot tracker events
2018-09-02 23:10:17 +02:00
Michael Goodwin
369fd90d1d Check for correct ToB region when receiving loot
Check for ToB region being end region when receiving ToB loot to avoid
falsely trigered loot (e.g for onions).

Foxes #4695

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-02 22:04:34 +02:00
Michael Goodwin
98ec2cd5c8 Add common method for converting local to world point
- Add commom method for converting local to world point accounting for
instances
- Make both discord and ground marker plugin use this method

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-02 22:04:32 +02:00
Michael Goodwin
0b2c7af6aa Check for player HP being 0 in player loot event
Check if player HP is 0 (e.g player being really dead) when sending
PlayerLootReceived event.

Fixes #4653
2018-09-02 22:00:56 +02:00
Michael Goodwin
549150a749 Make same-tick same-tile loot event fire once
Make kills done in same tick on same tile count only once to prevent
duplicated entries in loot tracker.

Closes #4839
2018-09-02 22:00:49 +02:00
Tomas Slusny
e6df8d27b7 Merge pull request #5222 from MagicfTail/In-Combat-Logout-Notification
Fix in combat idle logout notification and add config option for notification
2018-09-02 10:25:49 +02:00
Magic fTail
e1036922f3 Add support for combat idle 20 minute timer
- Add support for timer that will reset each time hitsplat is applied to
local player and timeout after 20 mins
- Make idle logout configurable
- Add unit tests for new functionality
2018-09-02 10:14:09 +02:00
CC007
9506c672a0 Fix locale not being applied for StackFormatterTest (#5216)
Failed tests before the commit:

```
Failed tests: 
  StackFormatterTest.quantityToRSDecimalStackSize:49 expected:<21[.]7K> but was:<21[,]7K>
  StackFormatterTest.quantityToStackSize:84 expected:<1[,]000> but was:<1[.]000>
  StackFormatterTest.stackSizeToQuantity:107 expected:<10500> but was:<10>
```

After the commit, the tests succeeded.
2018-09-02 09:54:15 +02:00
Tomas Slusny
0a3fbf2cf5 Merge pull request #5182 from deathbeam/reduce-noise
Reduce default plugin noise for regular users
2018-09-01 21:59:55 +02:00
Tomas Slusny
f249b041e4 Merge pull request #5250 from oplosthee/runecraft-pouch-decay
Add "one" to binding necklace regex matching group
2018-09-01 20:59:57 +02:00
Tomas Slusny
dfea20ccbc Make KourendLibrary overlay show only on interact
Make KourendLibrary plugin overlay show only on interaction with
bookcase or with customer after login, as by default the noise caused by
the overlays is horrendous.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:46:05 +02:00
Tomas Slusny
eca392687b Disable lit/unlit burner indicators by default
Majority of players do not care about these and it is just permanent
noise in POH for them, leave the enabling of this setting to minority.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:18:37 +02:00
Tomas Slusny
5e5684f39f Disable blast furnace clickboxes by default
A lot of people visit blast furnace without intention to actually do the
activity (e.g to buy ores) so simply disable the clickbox noise by
default and leave to user if they want them.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:18:37 +02:00
Tomas Slusny
c96b5f857e Add common hidden items to GroundItemsPlugin
To reduce default plugin noise add some common hidden items to
GroundItemsPlugin (basically same default hidden list as OSBuddy has).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:09:34 +02:00
Noël Keijzer
0a17590c2a Add automatic bounty hunter target lookup in HiScore plugin (#5193)
Make HiScore plugin lookup bounty hunter target automatically on chat message that the person got new target assigned (disabled by default).

Closes #4173
2018-09-01 12:21:48 +02:00
Sebastiaan Vanspauwen
44782c156a WidgetOverlay: Make fossil island oxygen bar moveable (#5246) 2018-09-01 12:14:43 +02:00
Tomas Slusny
95cf046f47 Merge pull request #5162 from ShaunDreclin/dragonstone-hint-arrow
Fix mta dragonstone hint arrow not clearing
2018-09-01 12:13:22 +02:00
Shaun Dreclin
79cda7028d Fix mta dragonstone hint arrow not clearing 2018-08-31 19:12:18 -04:00
Abex
796ce39e21 Merge pull request #5188 from ShaunDreclin/clear-var-inspector
Add clear button to var inspector devtool
2018-08-30 20:20:00 -06:00
Abex
3ed69a851e Merge pull request #4792 from Abextm/cache-ordering
cache: Do not depend on Index insertion ordering
2018-08-30 20:16:31 -06:00
Abex
feebe520fb Merge pull request #4793 from Abextm/cache-newlines
cache: Properly produce `\n` only on windows on jdk9+
2018-08-30 20:15:07 -06:00
ltvill
f94e6f492a Fix formatting of 's in OSRS location names 2018-08-30 22:35:37 +02:00
astaninger
81e178d76f Fix ape atoll Achievment Diary agility requirement (#5220) 2018-08-30 22:25:12 +02:00
astaninger
1c34d8aedc Fix watchtower Achievment Diary requirement (#5218) 2018-08-30 22:24:48 +02:00
Tomas Slusny
c35e4bf096 Merge pull request #5217 from MagicfTail/Fix-Dense-Essence
Fix dense essence idle animation
2018-08-30 22:11:15 +02:00
Magic fTail
d7356ef07e Fix dense essence idle animation 2018-08-30 20:49:48 +02:00
Tomas Slusny
ece465d11d Merge pull request #5174 from ShaunDreclin/trade-with
Add trade-with swap to menu entry swapper
2018-08-30 19:30:25 +02:00
Shaun Dreclin
0e1a8073c3 Add trade-with swap to menu entry swapper 2018-08-30 11:51:34 -04:00
Shaun Dreclin
71180549ba Add clear button to var inspector devtool 2018-08-30 11:49:24 -04:00