Commit Graph
2620 Commits
Author SHA1 Message Date
Tomas Slusny 4a26a39068 Merge pull request #4158 from Nightfirecat/fix-agility-pyramid-laps
Fix agility pyramid laps
2018-07-07 13:12:11 +02:00
Nathen Sample bf9defe602 Add prayer bonus for suffering R and RI
Closes #4208
2018-07-07 13:10:44 +02:00
Tomas Slusny 137b6d2260 Add spec active indicator to spec orb
Add indicator for special attack being active to special attack orb.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-07 01:35:24 +02:00
Jordan Atwood a231a7b467 agility plugin: Add pyramid end point
Fixes runelite/runelite#4075
2018-07-06 10:23:32 -07:00
Jordan Atwood b9b1315637 agility plugin: Check for endpoints only when defined
When an agility course has end points defined there is no need to check
the amount of experience gained, only that it is gained at the right
location.
2018-07-06 10:23:24 -07:00
Jordan Atwood 927238fdb3 agility plugin: Fix course spellings 2018-07-06 10:22:30 -07:00
Jordan Atwood e2bd5a1c47 agility plugin: Reduce visibility of classes
Ref: runelite/runelite#3911
2018-07-06 10:22:29 -07:00
Jordan Atwood f6937b70f3 agility plugin: Remove unused variables and imports 2018-07-06 10:21:48 -07:00
Tomas Slusny 9cb5f7283a Set oculus speed to 36 (x3) in DevTools
Default oculus orb speed is hardly useable when trying to explore
something so this will set it to more reasonable default.

Depends on !9

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-06 14:07:38 +02:00
Jordan Atwood b274a25a6f xp tracker plugin: Remove WorldClient usages
The xp tracker plugin does not need to query for a list of available
worlds, it only needs to know the current world type, which can be found
using `Client.getWorldType()` instead. As such, usages of WorldClient
are substituted with this simpler method instead.

Closes runelite/runelite#4190
2018-07-05 19:16:09 -07:00
Jordan Atwood aa7f05833d xp tracker plugin: Reduce visibilities
Ref: runelite/runelite#3911
2018-07-05 19:01:12 -07:00
Jordan Atwood 817a7dd871 xp drop plugin: Move text to use hidden icon's space
Closes runelite/runelite#2265
2018-07-05 15:57:16 -07:00
Jordan Atwood 11b4575250 clues: Fix SW-of-deserted-keep hot-cold location
Fixes runelite/runelite#4189
2018-07-05 11:41:33 -07:00
Jordan Atwood 243418f8f0 clues: Fix casing of NPC names in anagram clues
Ref:
https://user-images.githubusercontent.com/2199511/42261940-3ea4b568-7f59-11e8-95bf-719ba8938ebe.png
https://user-images.githubusercontent.com/2199511/42302013-07e99c3c-8008-11e8-8a6c-d47531b2f88b.png

Fixes runelite/runelite#4164
2018-07-04 22:08:14 -07:00
Tomas Slusny a24449638b Merge pull request #4167 from deathbeam/clues-respect-hiscore
Make !clues command respect account type
2018-07-04 22:16:41 +02:00
Tomas Slusny 34e95cdafe Reset Discord state if now > updated + timeout
Correctly reset Discord state only if now > updated + timeout instead of
updated > start + timeout.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 16:45:59 +02:00
PandahRS ef6ab9bb53 Add minigames to Discord plugin
Add support for what minigame is player currently playing to Discord
plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:59:14 +02:00
PandahRS a20abf90ba Add dungeons to discord plugin
Add support for what dungeon is player currently exploring to Discord
plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:59:12 +02:00
PandahRS 5a3ffa4574 Add cities to Discord plugin
Add support for showing in what city is player currently in to Discord
plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:58:55 +02:00
PandahRS e7df29f553 Add bosses to Discord plugin
Add support for showing various bosses in Discord plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:58:50 +02:00
Tomas Slusny 896f70d7a5 Make Discord plugin more extensible/support region
- Simplify DiscordState to support more scenarious and use simple
list-based system for determining last event and timeout each event
separately
- Remove actionDelay as that functionality is no longer present
- Add debug log output to DiscordService
- Cleanup DiscordGameEventType to follow new simple DiscordState logic
and add proper priorities to events
- Add support for different type of regions

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:58:40 +02:00
PandahRS 68489b2a4c Make skilling activity configurable in Discord
Make showing of skilling activity configurable in Discord plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:58:23 +02:00
Tomas Slusny 0cd709f9ef Add logging of presence to DiscordService
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 15:57:42 +02:00
Tomas Slusny d77139f15a Make !clues command respect account type
Make !clues command in ChatCommandsPlugin respect account for rankings.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-04 12:47:24 +02:00
Tomas Slusny d494570ffd Merge pull request #4166 from Nightfirecat/add-agility-pyramid-entrance-obstacles
agility plugin: Add pyramid entrance obstacles
2018-07-04 11:26:50 +02:00
Abex becbca79e5 Merge pull request #4085 from Nightfirecat/fix-wines
item stats: Add negative attack bonus to wines
2018-07-04 01:57:41 -06:00
Tomas Slusny 5eb4fa4639 Merge pull request #4124 from Abextm/range-stat-boost
itemstats: Add variable healing food
2018-07-04 09:54:32 +02:00
Jordan Atwood 5f848a0b5e agility plugin: Add pyramid entrance obstacles
Ref:
https://user-images.githubusercontent.com/2199511/42261363-86d6fd84-7f57-11e8-8d88-d918768b7ecc.png
https://user-images.githubusercontent.com/2199511/42261366-87987144-7f57-11e8-9199-80c128e53f82.png
2018-07-03 23:57:57 -07:00
Jordan Atwood 21732c117c clues: Fix Cap'n Izzy No-Beard anagram clue
Ref:
https://user-images.githubusercontent.com/2199511/42261249-1dffec80-7f57-11e8-8dfe-11f48d144fbc.png
2018-07-03 23:55:08 -07:00
Jordan Atwood 5aa616ed76 item stats: Add negative attack bonus to wines 2018-07-03 17:35:41 -07:00
Tomas Slusny 2539adb1d4 Merge pull request #4137 from deathbeam/varrock-quiz
Add Varrock Museum Quiz solver to puzzle solver plugin
2018-07-04 01:26:04 +02:00
takuyakanbr 229d7dabfe Replace fields in ConfigGroup with a single value field 2018-07-03 21:27:35 +08:00
takuyakanbr 96e263a4fe config panel: keep search bar at the top while scrolling
Add back and toggle buttons at the top of plugin configuration pages
2018-07-03 21:27:33 +08:00
takuyakanbr be281e3d64 config panel: add ability to pin plugins to the top 2018-07-03 21:27:33 +08:00
takuyakanbr 22bc73b9ab config panel: change plugin search to use plugin name + tags 2018-07-03 21:27:32 +08:00
takuyakanbr 298ccd0cda Add description and tags fields to PluginDescriptor 2018-07-03 21:27:24 +08:00
Adam fcf58da63c Merge pull request #4125 from Abextm/mahogany-tree
farmingtracker: Correct several patch timings
2018-07-03 08:10:36 -04:00
Tomas Slusny 5643e2b41e Merge pull request #4145 from Nightfirecat/fix-skill-calculator-combined-item-decimals
skill calculator: Fix combined items with decimals
2018-07-03 10:49:10 +02:00
Nathen Sample b5d2da0d3f Represent decimals as .'s not ,'s (#4059)
Fixes #4054
2018-07-03 09:55:18 +02:00
Jordan Atwood f354d3787f skill calculator: Fix combined items with decimals
Fixes runelite/runelite#3812
2018-07-02 17:30:24 -07:00
JHPinto a06974e78b slayer plugin: move item count overlay checks to render 2018-07-02 19:58:02 -04:00
Viktor Horsmanheimo cd7c8978db Add Varrock museum quiz solver
Add highlighting of correct answer to Varrock museum quiz interface.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-02 23:43:59 +02:00
Tomas Slusny 257342de72 Merge pull request #4127 from Nightfirecat/fix-empty-ge-search
Fix empty GE search render bug
2018-07-02 10:21:40 +02:00
Jordan Atwood 7241d47585 item stats plugin: Fix Zamorak brew stat changes
Fixes runelite/runelite#3732
2018-07-01 20:52:33 -06:00
Jordan Atwood 1a81ab4fad item stats plugin: Fix import ordering 2018-07-01 20:52:33 -06:00
Jordan Atwood 31862e3b5c grand exchange plugin: Clear render on empty string
Before:
![Blank GE search render bug](https://user-images.githubusercontent.com/2199511/42140211-7ecfe060-7d8b-11e8-937b-66545553a42f.gif)

After:
![Blank GE search render bug fixed](https://user-images.githubusercontent.com/2199511/42140213-80a265f2-7d8b-11e8-9b29-1d558ffbcc54.gif)
2018-07-01 17:07:14 -07:00
Jordan Atwood 80657e1f52 grand exchange plugin: Fix error message typos 2018-07-01 16:59:02 -07:00
Max Weber 2c2a4d9f64 itemstats: Add variable healing food 2018-07-01 17:30:49 -06:00
Max Weber 4117472037 farmingtracker: Correct several patch timings
There were several places where the autogenerated patch implementations would double count a stage, and miss another. PatchImplementationTest now checks for missed stages, excluding the final stage because that is often missed on plants which do not have a "Check-health" stage. There were also a couple produces with incorrect tick counts.
2018-07-01 16:51:46 -06:00
Jeremy Plsek 2e336cd5d1 inventory tags: use item manager for outlines 2018-07-01 17:05:19 -04:00