Commit Graph

6368 Commits

Author SHA1 Message Date
Broooklyn
5d30ffd813 discord: add Region AreaType 2020-09-16 16:33:17 -07:00
Jordan
ec411bf003 Merge pull request #12498 from spatiag/fix-achievement-diary-quest-requirement
achievementdiary: Fix Western Provinces quest requirement
2020-09-16 11:11:04 -07:00
Broooklyn
6750557eba discord: update config names and descriptions 2020-09-16 03:59:55 -04:00
Adam
197c667edf item manager: fix item outlines to more accurately fit model
Not sure where these original arguments come from, but it was
incorrectly noting the items and then attempting to adjust zoom to
account for that, which makes most item outlines slightly off
2020-09-15 19:14:24 -04:00
Sean Patiag
aa2bb76ccc achievementdiary: Fix Western Provinces quest requirement 2020-09-15 04:36:21 -07:00
Jordan
c3fd3beaba Merge pull request #12479 from Broooklyn/quest-updates 2020-09-14 19:29:44 -07:00
data-dependent
49482e3784 mining: Fix gem rock respawn time (#12481) 2020-09-15 02:23:31 +00:00
Jordan
3700063d3b Merge pull request #12336 from MarbleTurtle/TrouverFix 2020-09-14 17:28:59 -07:00
MarbleTurtle
8d65dcb1ea clues: Support items locked with Trouver parchment 2020-09-14 17:17:43 -07:00
Jordan Atwood
e4fe839efe EmoteClue: Fix Infernal max cape item ID
Two infernal max cape items exist: one being the item which players can
use, and another presumably being the item displayed in the dialog shown
when combining a max cape and an infernal cape. `INFERNAL_MAX_CAPE` is
the definition for the latter cape, and `INFERNAL_MAX_CAPE_21285` is the
real item players would have.
2020-09-14 17:17:30 -07:00
jcwhisman
2c2c013cba timers: Fix inferno timer starting time 2020-09-14 08:07:04 -05:00
Adam
5a524471f8 mining plugin: track dense essence mining
Mining dense essense doesn't have a chat message so this starts the mining session based on animation instead.

Co-authored-by: chasertw123 <henderson.chase@gmail.com>
2020-09-13 13:50:41 -04:00
Jordan Atwood
754fbf2b13 HotColdLocation: Center some location spots
Center some hot-cold locations as reported and verified from the mega
issue.

Ref: runelite/runelite#9601
2020-09-13 09:57:34 -07:00
Adam
14147ce1c5 ge: include username in machine hash 2020-09-11 18:00:48 -04:00
Max Weber
dc83821599 config: implicitly tag all hub plugins as pluginhub 2020-09-11 14:23:10 +02:00
Broooklyn
5ef9896fdd worldmap: add Sourhog Cave dungeon location 2020-09-10 12:48:28 -04:00
Broooklyn
7754cf006c worldmap: add A Porcine of Interest quest start location 2020-09-10 12:48:28 -04:00
jcwhisman
43c5e1f916 ElapsedTimer: Display time in mm:ss format 2020-09-09 17:38:03 -07:00
Adam
01447e52a7 timers: consolidate teleblock timers 2020-09-09 11:08:17 -04:00
Adam
d2c72d6cbe core overlay: cleanup
Avoid checking config if there is no core npc
2020-09-09 11:07:04 -04:00
Matthew C
e2f848fbbf slayer: Add black knights and pirates 2020-09-08 23:32:12 -07:00
Matthew C
6fd2eb5e63 slayer: Sort Task enum alphabetically 2020-09-08 23:31:50 -07:00
Matthew C
230bba0ea7 corp: Add toggle for dark energy core highlighting (#12462) 2020-09-09 03:30:41 +00:00
Matthew C
3c920ead9a timers: Add Mage Arena 2 teleblock timers 2020-09-08 17:19:17 -07:00
Jordan Atwood
a6628564f8 banktags: Don't lose scroll position when hiding separators 2020-09-07 00:40:24 -07:00
Michael Archer
e388f5a0f7 timers: Update stunned Abyssal Sire ID (#12410)
A recent game update changed the NPC IDs used for sire's stunned state,
causing the stun timer to become applied and removed at the wrong time.
2020-09-04 07:28:59 +00:00
David
0a4cb9bf5a menuentryswapper: Add Island of Stone quick travel (#12422) 2020-09-04 07:23:12 +00:00
Broooklyn
1db0f66a98 clues: Fix Watchtower master emote step coordinates (#12429) 2020-09-04 07:04:02 +00:00
Matt Davenport
9beec30b3f cluescrolls: add fairy ring codes to emote clues 2020-09-02 17:57:23 -04:00
Max Weber
47f3a965b7 runelite-client: remove removed items 2020-09-02 05:30:51 -06:00
Adam
2021b4c1ff grounditems: add test for notify on highlight 2020-08-31 13:19:06 -04:00
Adam
d7cb489eaf grounditems: fix showing Lots! for stack size in notifications
The value cannot be more than MAX_VALUE so the previous condition was
never met. Additionally use MAX_QUANTITY constant instead of abusing
char max value which is completely unrelated.
2020-08-31 13:19:05 -04:00
Matthew C
d8ddbe2cfa grounditems: fix notifications for highlighted drops
Fix notifications for highlighted drops occuring when a non highlighted drop is
assigned a value tier with the same color as highlighted drops. Check the
highlightedItems list directly instead of doing a color comparison.
2020-08-31 13:16:59 -04:00
Hexagon
46b297ce09 zalcano-plugin: Fix lingering graphicsobject highlighting 2020-08-30 20:57:56 -04:00
Adam
45bbf31fe9 gpu: error when shader creation fails 2020-08-30 18:50:19 -04:00
honeyhoney
c79c8f55e0 color picker: resize color slider to fit knob at max rgba values 2020-08-30 15:21:29 -04:00
Adam
8bbd3b9365 itemstats: correct typo in Better (Some capped) description 2020-08-30 15:15:49 -04:00
emiljensen2
b8f6920ebb antidrag: add deposit box for bank drag 2020-08-30 15:14:49 -04:00
Jordan Atwood
d1a765091a screenshot: Fix BA high gamble toggle
Because both level up dialogs and BA high gambles use the same widget
interface, commit 40f032bede caused BA
high gambles and some level up dialogs to trigger screenshots if either
config was enabled in the config, as that would set a flag to capture a
screenshot on the next game tick based on the widget text. This commit
adds config checks to the DIALOG_SPRITE_TEXT branch to ensure the
appropriate config flag must be set for a screenshot to be captured.
2020-08-30 13:14:06 -04:00
Arman Rafian
5316b49d16 grounditems: fix despawn timer for KBD/NMZ instances 2020-08-30 11:48:03 -04:00
Max Weber
431e09588b specify utf8 encoding
this should fix the following known bugs:
 - putting a U+2019 in the config causes it to become corrupted and
   ~double in size every launch
 - scripts become assembled incorrectly and the nbsp after your name in
   the chatbox becomes incorrect
 - the feed panel doesn't show emoji
2020-08-28 21:58:08 -04:00
Hydrox6
ca2416a838 timetracking: add configuration for displaying time in 12 hour format 2020-08-28 21:20:53 -04:00
Meeran
29e0b92590 ItemMapping: Fix Ring of Endurance mapping (#12408)
`RING_OF_ENDURANCE_24844` is the ingame item which can actually be
obtained. `RING_OF_ENDURANCE` is the original ring ID for [the ring
which could not be traded on the Grand Exchange on Darkmeyer's day of
release][1]. This commit corrects the mapping to map to the tradeable
ring.

[1]: https://secure.runescape.com/m=news/darkmeyer-day-one-feedback-changes?oldschool=1
2020-08-27 19:04:27 +00:00
mnasra
64bcd9aa34 itemstats: Fix super antiposion potion duration (#12403) 2020-08-26 22:31:28 +00:00
Martin H
22ec9e52b5 blastfurnace: Use border color for clickbox overlay fills (#12379)
Previously, all clickbox overlays had a red tint, even if the border was
green symbolizing a "good" state.
2020-08-26 22:25:49 +00:00
Adam
a918c5955f menu swapper: add amy to npc contact swap 2020-08-26 10:07:17 -04:00
RansomTime
9588076059 task: add Iorweth Warriors to list of targets for elves 2020-08-25 11:03:27 -04:00
Adam
30516b0bc3 Add Leagues hiscores and update icons for Trailblazer League 2020-08-25 10:44:53 -04:00
honeyhoney
76d38333d2 WorldMapOverlay: Adjust tooltip text position to match vanilla tooltips (#12380) 2020-08-25 02:58:02 +00:00
honeyhoney
7efd8d18d1 bank: Fix NPE in PostScriptFired subscriber (#12342)
The bank widget can become null before the bank build script finishes by
holding the bank close key as the bank is opened. This commit adds a
null check to avoid this possible NPE.
2020-08-24 21:05:56 +00:00