Commit Graph
10717 Commits
Author SHA1 Message Date
Jordan 2ba352f69a Merge pull request #13762 from Hydrox6/skill-calc-akd 2021-06-21 21:47:19 +00:00
Hydrox6 0952f9ff1c skill calc: add new arceuus spells 2021-06-21 14:41:30 -07:00
Hydrox6 2c8f44487e skill calc: add shayzien courses 2021-06-21 14:41:29 -07:00
Jordan Atwood fc5d9745f5 agility: Fix Shayzien basic course total xp
The final obstacle of the Shayzien basic course grants 92.2xp, not a
flat 92.
2021-06-21 14:27:17 -07:00
Jordan 1c7bb4ff60 Merge pull request #13741 from Hydrox6/login-screen-new
loginscreen: add a kingdom divided login screen
2021-06-21 21:20:53 +00:00
Hydrox6andAdam f7136f7aeb timers: add duration and cooldown timers for arceuus spells
Co-authored-by: Adam <Adam@sigterm.info>
2021-06-21 00:00:19 -04:00
Adam a2eb773e20 menu swapper: add enter-crypt to quick swap
This is for Sarachnis
2021-06-20 18:46:39 -04:00
Jordan Atwood b7cbdcdf51 clues: Fix clues changed with A Kingdom Divided update 2021-06-20 11:21:50 -04:00
Jordan Atwood ae9b7aee6b clues: Add new A Kingdom Divided update clues 2021-06-20 11:21:50 -04:00
Hydrox6 feb1ee671a skill calc: add demonic ashes 2021-06-20 12:39:06 +01:00
Max Weber 1d7172c099 runelite-client: use menu entries for focusing world map points
The previous way had usability issues since it would cover up the close
button, consumed clicks for no reason on any icon, making it difficult
to pan around the map when zoomed out, and had no tooltips.

It previously also accessed widgets on the EDT, which is a threading
issue.
2021-06-18 14:45:15 -04:00
Max Weber 2ca169ac3d barbarianassault: remove dead overlay menuops
menu options are never added on dynamic widgets since they don't have
bounding boxes
2021-06-18 14:45:15 -04:00
Hydrox6 0da23c9e5f api: correct imcando hammer construction animation 2021-06-18 14:34:56 -04:00
Hydrox6 fbae27c881 loot tracker: check for correct menu option type when deciding event 2021-06-18 14:33:27 -04:00
Jordan 82fad56837 Merge pull request #13743 from abextm/akd 2021-06-17 05:27:06 +00:00
Max Weber ee6be00772 agility: add shayzien course 2021-06-16 23:22:19 -06:00
Max Weber 2d1df3dea6 worldmap: add shayzien rework locations 2021-06-16 23:22:19 -06:00
Adam 6fc38ed918 discord: fix npe from menu event timing out with elapsed total time
Setting the start time to null isn't necessary, since IN_MENU is marked
shouldRestart, it always resets the start time when the status is changed to
menu. This was clearing it, forcing a presence update, and then erroring when
trying to compute the original start time. It also would have never really unset,
even if it wasn't erroring later, due to IN_MENU also being unclearable, and
so would have never been removed in the first place.

Additionally the status reset test is also wrong since it is testing the end
timestamp which has never been used by us, making the test useless.
2021-06-17 00:13:12 -04:00
Jordan 3e9b9431ee Merge pull request #13744 from petter/giants-den-cryptic-clue
clues: Add the new cryptic clue at Giant's Den
2021-06-17 02:43:32 +00:00
petter 2d5e0e7c0f clues: Add Giant's Den clue 2021-06-16 19:39:10 -07:00
Hydrox6 ede7f7742f loginscreen: add a kingdom divided login screen 2021-06-16 12:02:45 +01:00
Runelite auto updater 8f237d3338 Bump for 1.7.13-SNAPSHOT 2021-06-16 10:27:24 +00:00
Runelite auto updater 87d798206a Release 1.7.12 2021-06-16 10:27:15 +00:00
Max Weber a6c9c0aa43 rl-api: update Quest enum to 2021-6-16 2021-06-16 04:01:15 -06:00
Jordan Atwood da38684cac clues: Update and add clues for 6/16 Shayzien rework 2021-06-16 04:01:15 -06:00
Max Weber f1fc3ccb5c cache: add 197 opcodes 2021-06-16 04:01:15 -06:00
RuneLite Cache-Code Autoupdater 5260ccc78c Update Widget IDs to 2021-6-16 2021-06-16 04:01:15 -06:00
RuneLite Cache-Code Autoupdater 82496d2306 Update NPC IDs to 2021-6-16 2021-06-16 04:01:15 -06:00
RuneLite Cache-Code Autoupdater 6c087640cf Update Object IDs to 2021-6-16 2021-06-16 04:01:15 -06:00
RuneLite Cache-Code Autoupdater 692fc3b12a Update Item variations to 2021-6-16 2021-06-16 04:01:15 -06:00
RuneLite Cache-Code Autoupdater 7e0e54c20d Update Item IDs to 2021-6-16 2021-06-16 04:01:14 -06:00
Runelite auto updater dee3bd34a5 Update 197 2021-06-16 09:59:48 +00:00
Adam 23ce90275f loot tracker: add reset warning to event reset option 2021-06-15 19:07:09 -04:00
LlemonDuck 7ba679339d Reset spec counter when leaving instanced fights
When leaving Vorkath or Alchemical Hydra fights, the spec counter does not reset, despite the boss resetting their stats. This could cause the spec counter to add the player's next trip spec to that, giving an inaccurate total spec count. This clears that counter when leaving the vork + hydra region instances.
2021-06-15 19:06:43 -04:00
Jordan df61bb8261 Merge pull request #13629 from Hydrox6/clues-bird-is-empty
clues: count bird glove as being correct for the weapon requirement
2021-06-15 06:25:49 +00:00
danshea00 23412fb245 screenshot: Use separate directory for tournament/beta worlds (#13631) 2021-06-15 06:20:13 +00:00
Jordan Atwood fecd65e7e5 object indicators: add configurable border width 2021-06-14 22:44:44 -07:00
Jordan 2a798b44b2 Merge pull request #13712 from Bird-Hands/NPCIndicators
npc indicators: add outline width
2021-06-15 05:44:13 +00:00
Bird-Hands 7522d8f805 npc indicators: add configurable border width 2021-06-14 22:35:01 -07:00
Jordan 5394fd04ac Merge pull request #13727 from Cyborger1/ferox-coordinate-hard-clue
clues: Update description for coordinate south-west of Ferox
2021-06-15 04:51:58 +00:00
Jordan 014ff7912d Merge pull request #13735 from emiljensen2/patch-3 2021-06-15 04:49:07 +00:00
emiljensen2 9d1859234d ItemMapping: add new tob kits
Add holy/sanguine scythe, sang, and rapier varients including charged/uncharged versions.
2021-06-14 19:09:35 -04:00
Steven Brice 60b5759fb0 loot tracker: add Wintertodt supply crate 2021-06-14 17:48:18 -04:00
AdamandZeusay 159c239908 xp drops: add option to override standard client xp drop colors
Co-authored-by: Zeusay <kentgamesdesign@Gmail.com>
2021-06-13 19:13:13 -04:00
Adam 0580e32cc6 screenshot plugin: name tob hm/sm files differently 2021-06-13 18:32:20 -04:00
Adam 35ddeebf04 screenshot plugin: add tob story and hard mode screenshots 2021-06-13 18:12:55 -04:00
Adam 79b18d43aa screenshot plugin: make subdir strings constants 2021-06-13 17:32:34 -04:00
Adam 5db59f083e screenshot plugin: consolidate kill count fields 2021-06-13 17:31:29 -04:00
Adam 86a79a1509 Remove examine api
The non-items examine info has been broken for years, and the wiki already has item examines anyway, so we can use those in the future if we need them.
2021-06-13 15:25:04 -04:00
AdamandGG46KG 141d4eac0d menu swapper: add achievement diary items with non-standard teleport options
Co-authored-by: GG46KG <cvernino@att.net>
2021-06-12 17:04:36 -04:00