Commit Graph
15 Commits
Author SHA1 Message Date
ypperlig 71488eaa2f barrowsplugin: fix null pointer exception in region check
2020-03-31 01:01:39 [Client] WARN  n.runelite.client.eventbus.EventBus - Uncaught exception in event subscriber
java.lang.NullPointerException: null
	at net.runelite.client.plugins.barrows.BarrowsPlugin.isInCrypt(BarrowsPlugin.java:252)
	at net.runelite.client.plugins.barrows.BarrowsPlugin.onGameStateChanged(BarrowsPlugin.java:166)
	at net.runelite.client.eventbus.EventBus$Subscriber.invoke(EventBus.java:73)
	at net.runelite.client.eventbus.EventBus.post(EventBus.java:222)
	at net.runelite.client.callback.Hooks.post(Hooks.java:167)
	at client.oz(client.java:62117)
	at bn.ew(bn.java:1275)
	at client.zl(client.java:2476)
	at client.u(client.java:1114)
	at br.kq(br.java:336)
	at br.run(br.java:315)
	at java.lang.Thread.run(Thread.java:748)
2020-04-02 15:01:18 -04:00
Lars e51e4b8b2f CONTRIBUTING.md - Provide link to coding conventions
Because the coding conventions are somewhat extensive, provide link to wiki article rather than listing a few of the conventions.
2018-06-14 20:13:43 +02:00
Lars bdb2ceaf5b Update tooltip for Grand Exchange Panel Icon to "Grand Exchange" (#3618)
As the panel do not contains only offers but also search now, the original tooltip was misleading.
2018-06-04 17:02:26 +02:00
ypperlig d579400428 Change tickrate for giant seaweed from 10 to 5 2018-06-02 12:30:48 +02:00
Lars c2fe4390a5 Fix typo in BarrowsPlugin (Spanwed to Spawned) 2018-06-01 04:23:20 -06:00
Lars bec6e0afa0 Use screenmarker name not ID for displaying it (#3423) 2018-05-28 20:13:37 +02:00
Lars 794ead0007 XpInfoBox - Remove min/max experience check (#3397)
Because of level goals, the min/max experience check can be overflown pretty easily and so is no longer necessary.
2018-05-28 10:40:19 +02:00
ypperlig a2b8ed8f7c blast furance plugin: add bar dispenser to clickbox overlay
Also added support to color the dispenser / conveyor depending on the
bar dispenser state.

These are the current expected values:

0 = No bars being processed
1 = Ores are being processed on the conveyor belt, bar dispenser cannot
be checked
2 = Bars are cooling down
3 = Bars can be collected
2018-05-27 20:07:25 -04:00
Lars d6f5259fc2 Motherlode Mine - Startup / shutdown bugs (#3124)
- When starting the Motherlode Mine plugin for the first time inside
MLM, the sack overlay will be colored red because the sack values are
set to 0. Changed so the plugin refreshes the sack values on startup.
- When stopping the plugin, the sack widget will stay hidden. This
calls sack.setHidden(false) on plugin shutdown.
- When MLM plugin is started, reset session properly
2018-05-26 15:23:49 +02:00
Lars Ørnlo 0f90f2dbbb Motherlode Mine - Region check on plugin startup 2018-05-14 12:20:23 +02:00
ypperlig c9d47864a0 Clear previous image components in fight caves overlay 2018-05-11 01:38:41 +02:00
Lars Ørnlo 43187c5f4c Add config option that enables/disables mouse tooltip on rune pouch however since information is already available on screen if rune pouch is enabled. 2018-05-06 22:03:21 -04:00
Lars Ørnlo 9396891f3d Added option that allows a player to see the number of gems found during the current mining session. 2018-04-18 08:22:35 -04:00
Lars Ørnlo 82963b5646 Some quality of life changes to the Motherlode Mine Plugin.
The following changes have been done:

- Added red coloring to Pay-dirt in sack when the number of pay-dirt
exceeds or is equal to the maximum allowed.
- Added "Deposits left" to sack overlay. This shows the estimated
Pay-dirt deposits left before sack is full. This is calculated based on
inventory space. This is also colored red when deposits left are 0.
- Added region check to most functions
2018-04-13 09:47:54 -04:00
Lars Ørnlo 9f3ec50ce4 Add upgraded sack to varbits (5556) 2018-04-13 08:55:24 -04:00