Twiglet1022
d37566aabf
clue scroll plugin: add Falo the Bard clues
2019-04-30 17:43:49 -04:00
Adam
8e42cdae0b
Merge pull request #8627 from Hydrox6/clue-scrolling
...
clue plugin: add widget scrolling feature
2019-04-30 15:23:46 -04:00
Beau
b473fa0397
Optionally prevent virtual levels from effecting total level
2019-04-30 08:14:46 -04:00
Hydrox6
d44b749e2d
client: add item identification plugin
2019-04-30 08:04:21 -04:00
beaumitch
8ff1aacfd8
npcindicators: Add option to highlight NPC name in right click menu ( #8673 )
...
Resolves #8667
2019-04-30 10:19:18 +02:00
Crow
7ae882a6a5
Fix bronze dart requirement in skillcalculator (1->10) ( #8690 )
2019-04-30 09:56:19 +02:00
Tomas Slusny
0adedb655a
Merge pull request #8686 from deathbeam/cursor-proxy
...
Use proxy methods for setting cursor via ClientUI
2019-04-30 00:41:53 +02:00
Adam
d960518122
world hopper: disable Hop-to pvp worlds from regular worlds
2019-04-29 17:53:20 -04:00
zaydsalah
0258260024
Add Herbiboar support to the Loottracker ( #8663 )
...
Close #6136
2019-04-29 22:03:13 +02:00
Tomas Slusny
cb96ae03cc
Merge pull request #8666 from Twiglet1022/battlefront-teleport-worldmap
...
worldmap: add Battlefront teleport
2019-04-29 20:57:36 +02:00
xDemoN
6e1d64cc46
idlenotifier: add support pottery crafting ( #8674 )
...
adds potter's wheel & pottery oven
2019-04-29 20:56:39 +02:00
Twiglet1022
9e512b932d
worldmap: add Battlefront teleport
2019-04-29 20:44:29 +02:00
Tomas Slusny
bc2a5cf8f4
Use proxy methods for settings cursor via ClientUI
...
To not expose swing components directly just to set cursor on them,
create convenient proxy methods for updating and resetting cursor. Also
document that it is working properly only on Windows.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-29 20:42:29 +02:00
langhillie
51b2456026
daily task plugin: add Thirus's dynamite
2019-04-29 14:40:07 -04:00
Adam
8d16c82377
client: add custom cursor plugin
...
Co-authored-by: Kruithne <kruithne@gmail.com >
Co-authored-by: Trevor <trevorguidry6@gmail.com >
2019-04-29 14:25:07 -04:00
TheStonedTurtle
efbf6ea9a4
chat history: clear friend deque when clearing pm history
2019-04-25 20:48:24 -04:00
TheStonedTurtle
678d868c03
chat history: fix pm cycling deque max size
2019-04-25 20:48:24 -04:00
Tomas Slusny
23acff2118
Fix Mutated Zygomite fungicide weaknes threshold
...
Based on Wiki its 0-7
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-25 21:17:23 +02:00
Hydrox6
669b47d898
ammo: fix the infobox not getting removed
2019-04-25 18:13:48 +01:00
Adam
927e02ff05
interface styles: invalidate healthbar cache on shutdown
...
The padding needs to be reset for the normal healthbar
2019-04-25 10:09:00 -04:00
Runelite auto updater
6f6832df7e
[maven-release-plugin] prepare for next development iteration
2019-04-25 11:41:28 +00:00
Runelite auto updater
c0d1a94bca
[maven-release-plugin] prepare release runelite-parent-1.5.21
2019-04-25 11:41:22 +00:00
RuneLite Cache-Code Autoupdater
aba1f90ece
Update Scripts to 2019-04-25-rev179
2019-04-25 05:08:48 -06:00
RuneLite Cache-Code Autoupdater
1241c7f918
Update Item variations to 2019-04-25-rev179
2019-04-25 04:36:45 -06:00
Tomas Slusny
7438416fde
Merge pull request #8629 from Hydrox6/clue-easy-kourend-cryptic
...
clues: Fix Easy Cryptic & Beginner Emote
2019-04-25 10:21:55 +02:00
Tomas Slusny
6c86c96a91
Add missing 'knows' to Hans beginner clue
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-24 23:44:26 +02:00
Hydrox6
1c97c852f9
clues: Fix Beginner Emote clue with Iffie Nitter
2019-04-24 16:32:45 +01:00
BrianAllred
1242a508bc
npc aggro timer: Add option to hide hint overlay ( #8610 )
...
Closes #8589
2019-04-24 14:42:52 +02:00
Hydrox6
97fda89a18
clues: Fix Easy Cryptic in Kourend Centre
...
Turns out they changed the text for this one
2019-04-24 13:29:10 +01:00
Hydrox6
d193eaae95
clue plugin: add widget scroll feature
2019-04-24 02:11:19 +01:00
Elliott
50518ebe72
fishing plugin: add trawler timer
...
Co-authored-by: Adam <Adam@sigterm.info >
2019-04-23 17:49:33 -04:00
Adam
02fa354b92
Merge pull request #8625 from Nightfirecat/fix-high-risk-worlds
...
Fix high risk world type name, remove from PVP world types
2019-04-23 17:18:39 -04:00
Adam
30d834075c
Merge pull request #8603 from trimbe/fix-questlist
...
quest list plugin: use progress script to trigger hiding quests
2019-04-23 16:58:48 -04:00
Jordan Atwood
011791d823
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-23 13:08:46 -07:00
Jordan Atwood
5bebd34bbf
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-23 13:03:41 -07:00
Tomas Slusny
38e122f5fb
Merge pull request #8607 from xDemoN/hotcold-wildyclue
...
Cluescrolls: Add Level 32 Wilderness Hot Cold Clue Location
2019-04-23 10:00:50 +02:00
Tomas Slusny
537aa901c5
Merge pull request #8591 from deathbeam/dont-count-local-player
...
Do not count local player in nearby clan member counter
2019-04-23 09:58:09 +02:00
JacobThompson
1d8d210421
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-22 20:42:13 -05:00
Adam
7d06fd36e6
interface styles: increase padding of overridden healthbar
2019-04-22 20:49:54 -04:00
Hydrox6
adb0efe90c
ammo: fix weapon check
2019-04-22 20:40:14 -04:00
Ron Young
917921dd47
interface styles: add 2010 menu
2019-04-22 11:24:28 -04:00
Ron Young
a70ba37cd0
api: add before menu render event
2019-04-22 11:24:27 -04:00
xDemoN
0413c06c30
reword lv27 wildy hot cold clue location
...
to match the description on osrs.wiki
2019-04-21 19:45:57 -04:00
xDemoN
9e8a6baa52
add lv32 wildy hot cold clue location
2019-04-21 19:44:25 -04:00
trimbe
caa4569d45
quest list plugin: use progress script to trigger hiding quests
2019-04-20 22:49:46 -04:00
trimbe
529fe18123
scripts: add quest list progress script
2019-04-20 22:49:19 -04:00
Jamy C
e7cdf50cfb
Add missing Neitiznot bridges agility shortcuts
2019-04-20 14:05:29 +02:00
Sergz39
3d98e215a2
Fix Pirate's tresure quest start location ( #8564 )
...
Closes #8560
2019-04-20 14:05:08 +02:00
Hydrox6
5bd8aaa148
Add Ammo plugin ( #8113 )
...
Shows the current ammo the player has equipped. If the player is using a stackable weapon (chinchompas, darts, etc) those will show, otherwise it'll show the ammo slot (unless the item is a blessing or empty)
If the value is over 1,000,000 the number will have an M. If it's over 10,000 the number will have a K.
Closes #864
2019-04-20 13:48:41 +02:00
Tomas Slusny
3488f72ae2
Do not count local player in nearby clan member counter
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2019-04-20 13:45:27 +02:00