Felanbird

Results 248 comments of Felanbird

I was mistaken in my previous comment, apologies

I don't have the answer for the approach, but you can run these commands in the [shell](https://github.com/runelite/runelite/wiki/Using-the-client-developer-tools) to trigger the clue helper ``` // inject(net.runelite.client.eventbus.EventBus.class).post(new CommandExecuted("clue", new String[]{"24 degrees 18...

It's using `ItemID.CIVITAS_ILLA_FORTIS_TELEPORT` so it expects the teleport tablet, not a rune combination I assume there needs to be a CIVITAS_ILLA_TELEPORT added here https://github.com/zoinkwiz/quest-helper/blob/master/src/main/java/com/questhelper/collections/TeleportCollections.java

``` 2024-11-03 17:31:37 EST [Client] WARN n.runelite.client.eventbus.EventBus - Uncaught exception in event subscriber java.lang.NullPointerException: Cannot invoke "net.runelite.api.Scene.setMinLevel(int)" because the return value of "net.runelite.api.Client.getScene()" is null at net.runelite.client.plugins.lowmemory.LowMemoryPlugin.onBeforeRender(LowMemoryPlugin.java:118) at net.runelite.client.eventbus.EventBus$Subscriber.invoke(EventBus.java:70) at...

It checks the chat message first for enemies that have a chat message (bosses) and if that's not an option then yes it checks the loot tracker. I don't believe...

I can count on 1 hand the amount of times I've opened that widget, so it seems iffy to try and use

When you get close can you restart the client and enable `debug` logging https://github.com/runelite/runelite/wiki/RuneLite-Launcher-Configuration - it will vomit logs from every plugin so that's why I suggest waiting, but some...

Without actually looking into this, I would guess this is caused by the Summer Sweep-up changes, as Llemon had to update math in the ToA plugin. https://github.com/LlemonDuck/tombs-of-amascut/compare/674784aca84da5f234d3649065350f70c1f904ed...LlemonDuck:b36bc790aae3b3e259b850d502c085f74aebc34c

When I download this specific image it doesn't even render for me ![Image](https://github.com/user-attachments/assets/7f160f88-a11e-4ac8-84de-928e21941edb) edit: I should note this image also failed to download and I had to attempt to re-download...