Trevor
d6d43b6096
raids plugin: fix array out of bounds error when scouting for a raid
2020-11-16 15:59:21 -05:00
Trevor
9e9f428fe7
raid plugin: add raid scouted/reset events
2020-07-03 17:50:15 -04:00
Trevor
c5f8b88146
cache: add default values to HealthBarDefinition
2020-07-01 20:23:45 -04:00
Trevor
23997a814f
cache: add healthbar dumper
2020-06-13 10:35:31 -04:00
Trevor
2eb12e6bb3
raid plugin: fix plugin not reseting when prescouting raids
...
If you left a raid while a raid was currently being
scouted/held in the same world then there was a chance the
plugin would not reset and the scout overlay and timer
would break. This was due to the plugin thinking that the
player was in a raid party when he left and did not reset.
This was fixed by reseting whenever the raid party varp
changed while the player is outside of the raid.
steps to reproduce:
start a raid on account 1
scout another raid in the same world on account 2
leave the raid on account 1 and it will not reset correctly
2020-05-27 17:23:45 -04:00
Trevor
b29e4ea554
raids plugin: make scouter scout unknown rooms on new area loaded
2020-05-07 21:56:34 -04:00
15987632
1c272bb649
cache: add spotanim dump test
2020-05-01 00:44:36 -06:00
Trevor
188a9414ff
hitsplats: add missing multihitsplat varients
2020-04-22 14:05:08 -04:00
Trevor
fae69d4fd2
loot tracker plugin: submit loot on client shutdown ( #11243 )
2020-04-10 15:51:09 -06:00
Trevor
2deadaed2e
spec counter plugin: fix other NPC hitsplats affecting specs
2020-03-25 18:04:53 -04:00
Trevor
43123e46a3
client: fix default sessionfile/config args
2020-03-06 14:08:50 -05:00
Trevor
d19e125998
client: add session and config file arguments
2020-03-06 11:47:58 -05:00
Trevor
43e1bfedd2
hot cold clues: add new slepe location
2020-02-12 21:31:11 -05:00
Trevor
c0913f2f7c
client: add notification fired event
2020-02-12 13:40:08 -05:00
15987632
31aa207bb1
devtools: add script inspector
2020-02-07 13:35:16 -05:00
15987632
37c66bb64a
rl-api: add script fired events
2020-02-01 12:14:54 -05:00
15987632
e4a6cbec2f
rl-api: add invoke and return opcodes
2020-02-01 12:14:35 -05:00
15987632
56f2829640
world hopper plugin: make world pings persist across world fetches
2020-01-11 14:28:08 -05:00
15987632
1af81d40be
client: add getVar methods for external plugins
2019-12-30 19:55:25 -05:00
15987632
bc6a224237
client: add VisibleForExternalPlugins annotation
2019-12-30 19:55:01 -05:00
15987632
5a1883d9d7
entity hider plugin: add support for hiding pets
2019-11-21 09:51:15 -05:00
15987632
e3edc16f86
raids plugin: fix rotation solver
2019-11-11 08:22:41 -05:00
15987632
ed015888f4
widgets: fix wilderness level widget
2019-10-18 21:17:41 -04:00
15987632
234245a399
timers plugin: remove prayer enhance infobox on expire
2019-10-14 13:18:41 +02:00
15987632
535eef8583
hot cold clues: center eastern part of piscatoris hunter area dig location
2019-08-06 21:18:23 -04:00
15987632
c7f8b6c6e1
hot cold clues: center northern blast mine dig location
2019-08-06 20:18:48 -04:00
15987632
796297cbac
hot cold clues: center zeah lovakite furnace dig location
2019-07-27 11:23:34 -04:00
15987632
d548ef4104
hot cold clues: center level 38 wilderness dig location
2019-07-27 10:57:24 -04:00
15987632
e741770083
hot cold clues: center kandarin outpost dig location
2019-07-24 20:40:14 -04:00
15987632
de9b8ac689
me start
2019-05-13 19:55:56 -04:00
15987632
1c2a3eca1e
daily tasks plugin: fix broken if statement
2019-05-03 21:42:22 -04:00
15987632
09125b12e1
daily tasks plugin: make less config options on by default
2019-04-30 19:40:02 -04:00
15987632
78db863951
daily tasks plugin: tidy up if statements
2019-04-30 19:39:37 -04:00
15987632
0d0619cd45
chat message manager: don't send messages on tutorial island
2019-04-30 13:08:58 -04:00
Trevor Guidry and Adam
a295346b5e
timestamp plugin: allow configuring timestamp
...
Co-authored-by: Adam <Adam@sigterm.info >
2019-04-08 12:12:27 -04:00
Trevor Guidry
dfe6443e2d
Add priority to the eventbus
2019-01-09 03:51:59 -05:00
Trevor Guidry
ce2cb17092
Add the lvl 20 ardy guards to the npc_health.json
2019-01-07 00:53:22 -05:00
Trevor Guidry
e2e6ab588d
Make the default min value of ranges 0
2019-01-06 14:03:57 -05:00
Trevor Guidry
a7946a3769
Add range annotation to gpu draw distance
2019-01-06 14:03:46 -05:00
Trevor Guidry
13fb464706
Make Pyramid Plunder widget layoutable
2019-01-03 04:03:18 -05:00
15987632
89b3824b79
grand exchange plugin: add ge limits
...
These limits are from Mod Maz: https://twitter.com/JagexMaz/status/1075735514421096451
2018-12-23 19:10:14 -05:00
15987632
f5f82b845d
Fix charge water orb xp in skill calc ( #7019 )
2018-12-20 08:53:11 +01:00
15987632
acdab8cea9
Fix level 37 wilderness hot clue step location ( #6990 )
2018-12-17 09:07:36 +01:00
15987632
8ca777398f
Do not swap entries on NPCs with hint arrows ( #6437 )
...
before: https://i.imgur.com/kvXHHWd.png
after: https://i.imgur.com/anFnVkt.png
2018-11-14 14:40:27 +01:00
15987632
cd9c2252dc
Add support for objects to Anagram clues
...
Fixes #6053
2018-10-27 20:35:11 +02:00