Commit Graph

3145 Commits

Author SHA1 Message Date
Adam
50dbcd73d7 Merge pull request #1569 from Adam-/deferred-events
Deferred events, add item container changed event, and actor spawn events
2018-04-16 22:15:20 -04:00
Adam
317409a392 runelite-api: add events for actor spawning and despawning 2018-04-16 22:06:02 -04:00
Adam
c95163dd9a Add item container changed event 2018-04-16 22:06:02 -04:00
Adam
b571da79e3 Add deferred eventbus for posting events on the next tick 2018-04-16 22:06:02 -04:00
Adam
bed20f5678 Merge pull request #1601 from devLotto/hiscore-virtual-levels-fix
hiscore panel: fix not displaying total level correctly
2018-04-16 21:51:58 -04:00
Lotto
630dad1248 Merge pull request #1603 from devLotto/issue-1422
cluescrolls: fix confusing solution text for Luthas
2018-04-16 23:32:59 +02:00
Lotto
3030c4f29b Merge pull request #1595 from FatalWaffles/master
Fix fight arena pub emote clue
2018-04-16 23:28:00 +02:00
Lotto
6772a322c8 cluescrolls: fix confusing solution text for Luthas 2018-04-16 23:21:34 +02:00
Lotto
d7efba6295 hiscore panel: fix not displaying total level correctly 2018-04-16 23:03:49 +02:00
Lotto
17413db715 Revert "hiscore panel: fix total level breakage" 2018-04-16 23:01:57 +02:00
Lotto
0c14613fa4 hiscore panel: fix total level breakage 2018-04-16 21:58:26 +02:00
FatalWaffles
a9a457fdb6 Fix fight arena pub emote clue
Add an extra "and" before "and a magic longbow"

Yes, this is an error. noted by https://www.reddit.com/r/2007scape/comments/8clx4z/literally_unplayable/
2018-04-16 14:13:52 -04:00
Tomas Slusny
f84f0b525b Merge pull request #1461 from deathbeam/bank-price-negative
Fix bank value overflow
2018-04-16 15:45:26 +02:00
Adam
a7d1c8815c Fix bank value overflow
Use longs instead of ints for per-item price calculations to avoid int
overflows.

Fixes: #1460
2018-04-15 21:37:51 -04:00
Adam
10e7d6bb9c bank value plugin: make calculator more testable 2018-04-15 21:37:51 -04:00
Adam
b84c27a56a Merge pull request #1403 from deathbeam/universal-warning
Universal warning message support in config
2018-04-15 19:16:53 -04:00
Adam
21680650a7 Merge pull request #1566 from Adam-/player-index
Use built in player index field
2018-04-15 18:39:23 -04:00
Lotto
e2d295e093 hiscore panel: fix clue/lms/bh breakage 2018-04-15 19:33:04 +02:00
Adam
8932ef4f74 Use built in player index field 2018-04-15 11:40:36 -04:00
Richard Goodman
19e866b0ef Add more POH minimap overlays
Added overlays for the following items in POH:

Occult Altar
Jewllery Box
Fairy Ring
Spirit Tree
Fairy Ring & Spirit Tree
Obelisk
2018-04-15 10:52:53 -04:00
Adam
df0be66b1f Merge pull request #1525 from devLotto/hiscore-virtual-levels
Display levels above 99 in the hiscore panel
2018-04-15 10:44:33 -04:00
Adam
ad317c9114 Merge pull request #1511 from FatalWaffles/abyssteleport
Add "Teleport to Abyss" to Menu Entry Swapper
2018-04-15 10:44:03 -04:00
FatalWaffles
2c9236eba1 Add "Teleport to Abyss" to Menu Entry Swapper
Add an option for "Teleport to Abyss" for the Menu Entry Swapper plugin. This affects the mage of zamorak NPC.
2018-04-15 10:31:16 -04:00
Lotto
7685a6a110 hiscore: display levels above 99 in the panel 2018-04-15 10:13:54 -04:00
Adam
f193f22f8d Merge pull request #1530 from devLotto/hiscore-self-lookup
hiscore: lookup local player on double-click
2018-04-15 10:02:46 -04:00
Adam
777673b8b3 Merge pull request #1528 from SoyChai/sprite-ids
Add 1461 labelled sprites to SpriteId
2018-04-15 09:43:57 -04:00
Adam
8828d1d3b5 Merge pull request #1545 from zeruth/master
Reduce player indicators overlay priority to MED
2018-04-15 09:25:38 -04:00
Nuno Rodrigues
23c9a09766 Fishing Plugin: Add new Lure fishing spots at Barbarian Village, Fix Karamja Spots 2018-04-15 09:18:02 -04:00
Lotto
71bd25577f Merge pull request #1560 from richardbadman/clue-scroll-fixes
Fixes easy clue
2018-04-15 14:08:40 +02:00
richardbadman
ba0ff91cd0 Fixes easy clue
Also makes the solution easier to understand _(Blame wiki for this where
its been scraped from ;) )_
2018-04-15 11:40:39 +01:00
Tomas Slusny
6a1497e3b3 Merge pull request #1547 from Kamielvf/cat-chase-fix
Fix cat chasing menu entry swap
2018-04-15 07:30:04 +02:00
Kamiel
a3649237de Fix cat chasing menu entry swap 2018-04-15 05:29:22 +02:00
Tyler Bochard
39ea21841d Reduce player indicators overlay priority to MED
Prevents player names from drawing over certain overlays.
2018-04-14 23:16:49 -04:00
Adam
410dfc417b Merge pull request #1388 from raqes/npc-hightlight-options
Add toggle to render either the tile or the canvas of the npc.
2018-04-14 22:16:39 -04:00
Adam
e119132293 Merge pull request #1335 from deathbeam/remove-teleport-and-sickle
Remove "teleport" and "cast bloom" swapping
2018-04-14 22:12:37 -04:00
Raqes
f11538ddfe npc tag plugin: add option for highlight type and drawing names 2018-04-14 22:02:40 -04:00
Tomas Slusny
ff22cf1063 Move reordering of items after shift-click
Move reordering of menus after shift-click reordering to make it work
with affected items.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-15 03:53:33 +02:00
Tomas Slusny
a143216464 Remove "cast bloom" swapping and make teleport off
- Remove "cast bloom" menu entry swapping from menu
entry swapper plugin as it can be done with shift-click
customization
- Make teleport swapping off by default as usually the teleport and wear
option is not wanted to be swapped

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-15 03:52:36 +02:00
Adam
b860a188ff Merge pull request #1383 from FalseRitual/master
Fixed some issues from #1309
2018-04-14 21:42:08 -04:00
Ocelot
4da08bdc0d clue scroll plugin: fix various clues with incorrect steps 2018-04-14 21:22:35 -04:00
Adam
b7d838f880 Merge pull request #1372 from deathbeam/dismantle-reset
Swap also dismantle/reset on box traps
2018-04-14 21:18:06 -04:00
Adam
6f68595b18 Merge pull request #1370 from deathbeam/magic-imbue-fix
Change magic imbue timer to 12 seconds
2018-04-14 21:11:37 -04:00
Adam
645cd6d57b Merge pull request #1365 from ShaunDreclin/slayer-target-highlighting
Add slayer target highlighting
2018-04-14 20:41:24 -04:00
ShaunDreclin
a2435605df slayer plugin: add slayer target highlighting 2018-04-14 20:27:28 -04:00
Bart van Helvert
fe90c002b4 More accurately draw tile indicators (#1491)
- Fix tile corner naming
- Draw tile indicator more accurately
2018-04-15 01:41:32 +02:00
Adam
8207d89468 slayer plugin: add several missing slayer tasks
Fixes #1149
2018-04-14 19:10:54 -04:00
Adam
3ab7dbae1e Merge pull request #1357 from deathbeam/flag-only-for-dynamic
Apply small font option only to dynamic overlays
2018-04-14 18:54:44 -04:00
Adam
eec42b5931 Merge pull request #1344 from MagicfTail/RecoilNotification
Adds ring of recoil breaking notification
2018-04-14 18:32:47 -04:00
rune3132
9524f6fb1b jewellery count plugin: add ring of recoil breaking notification 2018-04-14 18:22:56 -04:00
Adam
65c74da586 Merge pull request #1319 from jplsek/geplugin-alt-click-bank
geplugin: add alt-click to bank items
2018-04-14 18:12:39 -04:00