Commit Graph
10782 Commits
Author SHA1 Message Date
Sundar-Gandu ead874dd97 Add Getters for some variables 2021-06-29 02:40:02 -04:00
ThatGamerBlue 9b4a7e29f4 we know it's gonna happen, just a question of time 2021-06-29 06:59:03 +01:00
887193148a Add model outline renderer
Add the option to outline models to the npc and object indicator plugins

Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: Max Weber <mii7303@gmail.com>
2021-06-28 21:07:08 -04:00
geheur 78c1e61691 mta: update alchemy room widgets ids 2021-06-28 20:25:32 -04:00
Hydrox6 30d377f566 timers: make thrall timer use boosted magic level
turns out that thrall spells are seemingly the only arceuus spell with a
magic-level based duration that uses the boosted level, at least out of
the ones we have timers for
2021-06-25 13:00:50 -04:00
Jordan 166cb67a9b Merge pull request #13776 from Hydrox6/widgetoverlay-readd 2021-06-25 02:51:41 +00:00
Hydrox6 904960a31f clues: fix hot/cold enemies for updated kourend locations
The shayzien overhaul caused the area to become single-way.
The area around the mess hall was also made single-way for some reason.
2021-06-24 23:48:51 +01:00
Hydrox6andJordan Atwood 0bb16c2999 combatlevel: fix attack range indicator
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2021-06-24 22:14:24 +01:00
Hydrox6 50370e79ea widgetoverlay: add back removed WidgetOverlays
These were removed in commit d566998179
due to major interface changes from Jagex
2021-06-24 22:14:19 +01:00
ThatGamerBlue 3863dd92d1 turns out i don't understand how this works 2021-06-23 21:28:21 +01:00
ThatGamerBlue 1c459084ac catch all throwables in event handlers 2021-06-23 19:01:33 +01:00
ThatGamerBlue 541c8d81b5 can jagex just force the steam client already please 2021-06-23 13:15:51 +01:00
ThatGamerBlue d51adc77bd Merge remote-tracking branch 'upstream/master' into master 2021-06-23 13:00:32 +01:00
Max Weber 0ce646a026 worldmap: include names for teleport icons 2021-06-23 04:59:13 -06:00
Adam c4a93d4d81 chat icon manager: update clan rank to idx mapping
Nobody was added with key -6
2021-06-23 04:59:13 -06:00
RuneLite Cache-Code Autoupdater d566998179 Update Widget IDs to 2021-6-23 2021-06-23 04:59:13 -06:00
RuneLite Cache-Code Autoupdater 3e5de94049 Update Scripts to 2021-6-23 2021-06-23 04:04:30 -06:00
Jordan Atwood a191600ac5 EmoteClue: Fix Shayzien war tent clue text 2021-06-22 20:41:42 -07:00
SirWrain a5ffb8e7f2 achievementdiary: Fix hard Lumbridge diary entry text (#13689) 2021-06-22 17:01:34 +00:00
andmcadams e1fe9c9fb1 crowdsourcing/dialog: track start & end of conversations (#13763) 2021-06-22 10:37:51 -06:00
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 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
petter 2d5e0e7c0f clues: Add Giant's Den clue 2021-06-16 19:39:10 -07:00
ThatGamerBlue 8afc700f5f fix client being fucked for new installs 2021-06-16 19:09:33 +01:00
ThatGamerBlue 72df29d7c8 fix outdated script 2021-06-16 13:05:50 +01:00
Hydrox6 ede7f7742f loginscreen: add a kingdom divided login screen 2021-06-16 12:02:45 +01:00
Kyle 2c2a729620 project: checkstyle fix
project: checkstyle fix
2021-06-16 12:00:57 +01:00
ThatGamerBlue 0e393b01ad 🦀🦀🦀 $11 🦀🦀🦀 2021-06-16 11:44:33 +01:00
ThatGamerBlue cba9c7fe8b Merge remote-tracking branch 'upstream/master' into master 2021-06-16 11:34:52 +01:00
ThatGamerBlue fbbafc7285 project: uwu (197) 2021-06-16 11:24:56 +01:00
Jordan Atwood da38684cac clues: Update and add clues for 6/16 Shayzien rework 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
ThatGamerBlue 6278fd9835 Merge remote-tracking branch 'upstream/master' into master 2021-06-16 10:50:06 +01: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