Commit Graph

3143 Commits

Author SHA1 Message Date
Jordan Atwood
92d8d95e51 timers plugin: Reset fields on shutdown 2018-09-09 13:14:54 -07: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
ShaunDreclin
0b6ea39e41 Fix ground markers getting set at wrong position 2018-09-03 14:55:40 -04: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
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
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
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
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
Magic fTail
d7356ef07e Fix dense essence idle animation 2018-08-30 20:49:48 +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
Runelite auto updater
c3b68a56c2 [maven-release-plugin] prepare for next development iteration 2018-08-30 13:41:19 +00:00
Runelite auto updater
e30531f095 [maven-release-plugin] prepare release runelite-parent-1.4.15 2018-08-30 13:41:13 +00:00
Adam
678870e63e Adjust interface style widget sprite offsets 2018-08-30 09:25:35 -04:00
Adam
6e80209f95 Update more spriteids
The previous commit had mapped the sprites to the wrong versions
2018-08-30 08:51:04 -04:00
Adam
dad86089f0 Update sprite ids and overrides 2018-08-30 08:25:51 -04:00
Max Weber
83adf40266 Update Scripts to 2018-08-30-rev174 2018-08-30 05:30:30 -06:00
Adam
417c19e209 Revert "Merge pull request #4568 from deathbeam/proper-shutdown"
This reverts commit 8d53997685, reversing
changes made to 4f548e835c.

This is crashing on shutdown.
2018-08-30 06:46:26 -04:00
Tomas Slusny
8d53997685 Merge pull request #4568 from deathbeam/proper-shutdown
Properly shutdown everything on window close
2018-08-29 15:20:28 +02:00
Adam
4f548e835c Merge pull request #4804 from seandewar/run-energy-tooltip
Implement Client.getWeight() and add RunEnergyPlugin
2018-08-27 20:43:03 -04:00