Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cannot use Location Alert in POH #149

Open
CreativeTechGuy opened this issue May 6, 2024 · 2 comments
Open

[Bug] Cannot use Location Alert in POH #149

CreativeTechGuy opened this issue May 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@CreativeTechGuy
Copy link
Contributor

Describe the bug

Create a Location Alert to trigger for a location in your POH.

To Reproduce
Steps to reproduce the behavior:

  1. Create an alert with the location of the home portal of your POH inside your house
  2. Leave the house portal
  3. Re-enter the house portal
  4. Alert does not trigger

Expected behavior

Alert triggers

Additional context

It seems like as far as the plugin is concerned, the house changes it's location every time you enter. But the World Location plugin seems to think that it has stable coordinates. Not sure which one is broken.

If house truly moves around every time you enter it, not sure what the solution would be.

@CreativeTechGuy CreativeTechGuy added the bug Something isn't working label May 6, 2024
@adamk33n3r
Copy link
Owner

Sorry it took so long to get around to this, unfortunately I no longer have membership so I won't be able to debug this issue directly. But what I can say is that we are using client.getLocalPlayer().getWorldLocation() to get the world point which is what that plugin does, but then that plugin does this https://github.com/Skretzo/runelite-plugins/blob/world-location/src/main/java/com/worldlocation/InfoOverlay.java#L67 which maybe we can also do?

@adamk33n3r
Copy link
Owner

Can you try this out? watchdog-3.4.3-house-loc+4722-all.jar.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants