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

[Feature] Ignore alerts on x coords, add combined alerts, add run energy to stat changed #175

Open
RuneLiteSuggestion opened this issue Jan 4, 2025 · 1 comment
Labels
enhancement New feature or request Waiting on v4

Comments

@RuneLiteSuggestion
Copy link

Describe the solution you'd like
ignore alerts on x coords: e.g. I have an alert when I run out of steel bars for mahog homes but when I go bank I deposit all items with placeholders so it deposits any leftover bars and triggers the alert. If I could put the coordinates in for the alert to NOT trigger on that would be handy. Just something like

2359,9250,1
2361,9251,1
2368,9263,1

Tile coords pulled from "world location" plugin

Add combined alerts: Basically just conditional alerts combining the alerts we already have e.g. If I got a bob mahogany homes contract it would trigger on game message then trigger an inventory alert if I have less than a certain amount of steel bars/planks

add run energy to stat changed: Atm I have to pull run energy notifications from idle notifier low run threshold with game message turned on then use that text for a game chat alert in watchdog. I assume watchdog could just let us use energy as a stat, probs spec too for sake of it being complete

Thanks

@RuneLiteSuggestion RuneLiteSuggestion added the enhancement New feature or request label Jan 4, 2025
@adamk33n3r
Copy link
Owner

The first two suggestions would be feasible in v4 once we have node graphs.

As for the latter, you don't have to use game messages for other plugins alerts. That is what Notification Fired alerts are for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Waiting on v4
Projects
None yet
Development

No branches or pull requests

2 participants