Commit Graph

7412 Commits

Author SHA1 Message Date
Tomas Slusny
01dfa4f973 Add missing 'knows' to Hans beginner clue
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-24 20:10:36 -04:00
BrianAllred
b37539ad18 npc aggro timer: Add option to hide hint overlay (#8610)
Closes #8589
2019-04-24 20:10:36 -04:00
Elliott
62d99c1d3e fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-24 20:10:30 -04:00
Jordan Atwood
48d428edf5 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-24 20:10:30 -04:00
Jordan Atwood
3be1c41cb9 WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-24 20:10:30 -04:00
JacobThompson
1c5f64f336 Update lap counter overlay strings for clarity.
Removed slang "till'" from the lap counter overlay string and added colons to the end for cleanliness and aesthetic.
2019-04-24 20:10:30 -04:00
xDemoN
38bb5ca609 reword lv27 wildy hot cold clue location
to match the description on osrs.wiki
2019-04-24 20:10:30 -04:00
xDemoN
dde0c0a235 add lv32 wildy hot cold clue location 2019-04-24 20:10:30 -04:00
trimbe
5807d38304 quest list plugin: use progress script to trigger hiding quests 2019-04-24 20:10:30 -04:00
trimbe
4f1a8db357 scripts: add quest list progress script 2019-04-24 20:10:30 -04:00
Tomas Slusny
0f3d7e8877 Do not count local player in nearby clan member counter
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-24 20:10:30 -04:00
Lucwousin
faad960f10 Antidrag: Add overlay, customizable keybinds (#99) 2019-04-24 16:29:41 +01:00
gazivodag
410968bc20 Merge pull request #98 from Lucwousin/hydra_sprites
Hydra sprites
2019-04-24 07:52:06 -04:00
Lucas
c31cd4fe50 Add spriteID's for hydra (this time) 2019-04-24 13:43:11 +02:00
gazivodag
5b49570a37 Merge pull request #85 from ShaunDreclin/xp-globes-ttl
Add Time to level to XP Globes tooltip
2019-04-24 05:01:19 -04:00
James
e1ea01334f Merge pull request #88 from gazivodag/master
move alchemical hydra from root folder to correct dir
2019-04-24 01:48:13 -07:00
Giovanni Ruddy Gazivoda
b51c7cbd7b move alchemical hydra from root folder to correct dir 2019-04-24 04:43:46 -04:00
gazivodag
c57f96282f Merge pull request #84 from runelite-extended/update5
Updated added invokeMenuAction to api, removed example plugin
2019-04-24 03:32:32 -04:00
gazivodag
0b74e8dcdd Merge pull request #86 from ShaunDreclin/tarns-lair
Add Tarn's Lair plugin
2019-04-24 01:12:03 -04:00
James Munson
53cdbc656d Update 2019-04-23 20:52:28 -07:00
James Munson
f34b945c29 Updated added invokeMenuAction to api, removed example plugin 2019-04-23 20:44:06 -07:00
Ganom
778524eee1 Merge pull request #83 from Kyleeld/master
Hydra plugin & Add encryption to account data - thx ThatGamerBlue
2019-04-23 21:10:32 -04:00
Kyleeld
65f4b33f62 Add encryption to account data - thx ThatGamerBlue 2019-04-24 02:02:13 +01:00
Kyleeld
b5f4265012 alchemicalhydra 2019-04-24 01:44:14 +01:00
James
f8363b9c23 Addeds arrow api, quest helper plugin, changed raids etc (#81)
* add a skull timer

* fix the feature and check edge cases

* Add config option and a check for deadman worlds

* add support for NPE

* Add reskulling on players and the BH shop skull option

* Add skull notifier plugin

* move to idle notification plugin

* remove old plugin

* fix plugin and change default config option to false

* fix to try and fix travis

* should fix travis

* indentation fix and adds a method for the logic

* fix config

* fix config #2

* Stop a NPE from happening on log in

* actually fix NPE

* fix notifications on first tick

* Remove raids timer infobox and add tooltip to points widget

* Add get widget overlay

* client: add custom arrow API

Currently supports:
Minimap
Arbitrary World Point
NPCs (by ID, and multiple per arrow)
Objects (by ID, and multiple per arrow)

TODO: Add world map point support

* Add quest helper

* Add Npc Talk Step to quest helper

* Add Cooks Assistant quest helper

* Add Imp Catcher to quest helper

* Add Dig Step to quest helper

* Add X Marks The Spot to quest helper

* Adds back skull timer
2019-04-24 01:36:42 +01:00
sdburns1998
90e5025acd Banked experience & skill calculator changes (#80)
* Add Activity data structures

* Implement Banked Xp Tab in UI

* Remove Banked Xp functionality from SkillCalculator

* Fix MaterialTabGroup removeAll

* Implement BankedCalculator into SkillCalculatorPlugin

* Add Banked Experience Functionality & Example UI

* Rename ItemPanel to CriticalItemPanel

* Minor porting bug fixes

* Add Xp bonuses to BankedXp

* Minor bug fixes

* Fix limit to secondaries toggle

* Remove spam

* SkillCalc optimization

No longer able to select multiple checkboxes (if there are multiple)
Made xp bonus' naming more consistant (changed some .json files)
Made UICombinedActionSlot text more accurate (double as xp and correct amount of actions)

* Clear search bar when switching between skill calculators

* Update skill calculator fields automatically

* Remove some spammy log lines

* Use ImmutablePair
2019-04-24 01:36:13 +01:00
sdburns1998
bb088dd57f Ping (#78)
* Add option to draw ping underneath the fps

* Move the ping package from the world hopper plugin to utils
2019-04-24 01:34:28 +01:00
sdburns1998
6062416090 Supplies tracker (#79)
* Catch IndexOutOfBoundsException in SuppliesTracker

* Cleanup supplies tracker
2019-04-24 01:33:45 +01:00
Ganom
4391afd533 Merge pull request #77 from runelite-extended/Infopanel-update
Adding link to license, and runelites patreon
2019-04-23 16:22:15 -04:00
Ganom
1365e9c2cd Adding link to license, and runelites patreon
We aren't code thieves so im trying to make license more visible, and we love the runelite client! So no need to remove patreon link.
2019-04-23 16:16:49 -04:00
sdburns1998
432cf40f7e Nicer vorkath plugin (#61) 2019-04-23 16:04:12 -04:00
Lucwousin
73cb82eb64 API addons/cleanup (#75)
Hydra animations/projectiles

Cleanup on isle varbits n shit
2019-04-23 15:58:53 -04:00
Lucas
67ffeb7119 API addons/cleanup
Hydra animations/projectiles

Cleanup on isle varbits n shit
2019-04-23 21:46:56 +02:00
Ganom
27e5518d26 Merge pull request #74 from runelite-extended/remove
Remove
2019-04-23 14:42:48 -04:00
James Munson
14b54058be Remove 2019-04-23 11:36:46 -07:00
gazivodag
0bc7acc82e Merge pull request #72 from runelite-extended/revert-71-Kyleeld-patch-1
Revert
2019-04-23 06:03:03 -04:00
James
61d9d1fa48 Revert "1 way PVP Safespots" 2019-04-23 02:51:28 -07:00
gazivodag
31486f6b84 Merge pull request #71 from runelite-extended/Kyleeld-patch-1
1 way PVP Safespots
2019-04-23 05:37:21 -04:00
gazivodag
4462a0c585 Update SafeSpotPlugin.java 2019-04-23 05:31:04 -04:00
sdburns1998
729001291b Kept on death plugin (#59)
* Add Kept on Death Plugin

Modifies the Items Kept on Death widget to be more accurate

* Fix WidgetType import

* Account for stackable kept items

* Remove WidgetButtonRunnable

* Ignore DMM worlds

* Add open looting bag to always lost

* Update script to the new OpCodes

* Add plugin type
2019-04-23 09:53:25 +01:00
Kyleeld
3118be0896 1 way PVP Safespots
1 way PVP Safespots
2019-04-23 09:48:19 +01:00
James
0c35d18711 Updated player indicators (#70) 2019-04-23 08:58:13 +01:00
James
b97f3296a5 Revert "Change main window title to RuneLitePlus" (#69)
This would make it easier to ascertain a hijacked client, and I don't want that to be a problem. Thats why the icon hasn't changed and also why discord RPC isnt used.
2019-04-23 01:36:43 -04:00
gazivodag
805b997464 Merge pull request #65 from sdburns1998/Title
Change main window title to RuneLitePlus
2019-04-23 01:33:58 -04:00
James
36b8540a85 Merge pull request #66 from runelite-extended/supermxn-patch-1
Update EasyscapePlugin.java
2019-04-22 19:47:21 -07:00
Ganom
6b47a40dbe Merge pull request #68 from runelite-extended/pull-master
Pull master
2019-04-22 22:46:18 -04:00
James Munson
540f0ba67d Merge branch 'master' of https://github.com/runelite/runelite into pull-master
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/ammo/AmmoPlugin.java
2019-04-22 19:45:23 -07:00
Ganom
d293aeb4ea Merge pull request #63 from Raieverr/master
Plugin type Organization
2019-04-22 22:36:38 -04:00
supermxn
763fa8f8b0 Update EasyscapePlugin.java
removed exclamation mark from easyscape plugin
2019-04-22 20:16:15 -06:00
James
fe16c0f55e Merge pull request #64 from sdburns1998/InventorySetup
Inventory setup plugin
2019-04-22 19:08:19 -07:00