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

Add game state functions for Zone/Subzone, Group status (Party/Raid), Loot Mode #38

Open
veechs opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request pending release Available on a development branch rule function Additions or changes to included rule functions
Milestone

Comments

@veechs
Copy link
Owner

veechs commented Jan 13, 2025

What will your feature request solve?

There is currently no easy way to control Category matching based on game state. Use cases include:

  • Having gear of a certain type only match while in a raid, or even in a specific zone.
  • Pulling all newly acquired items into a single Group while having the master looter role (pairs with Add RecentlyChanged() #37).

Describe the solution you'd like

Add new game state rule functions such as:
Zone() / Subzone()
PlayerInGroup() for party/raid
LootMode() along with a way to determine if you’re the master looter

Describe alternatives you've considered

Setting up multiple profiles and swapping them manually is pretty much the only way to accomplish this today.

Additional context

This was originally a request by @melbaa for conditional Group hiding. That would have been significantly more work to implement, so this more expedient approach is being proposed instead.

@veechs veechs added the enhancement New feature or request label Jan 13, 2025
@veechs veechs added this to the Bagshui 1.4 milestone Jan 13, 2025
@veechs veechs self-assigned this Jan 13, 2025
@veechs veechs changed the title [Rule Function] Game state: Zone(), Party()/Raid(), LootMode() Add game state functions: Zone(), Party()/Raid(), LootMode() Jan 13, 2025
@veechs veechs added the rule function Additions or changes to included rule functions label Jan 13, 2025
@veechs veechs changed the title Add game state functions: Zone(), Party()/Raid(), LootMode() Add game state functions for Zone/Subzone, Group status (Party/Raid), Loot Mode Feb 19, 2025
@veechs veechs mentioned this issue Feb 24, 2025
@veechs veechs added the pending release Available on a development branch label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending release Available on a development branch rule function Additions or changes to included rule functions
Projects
None yet
Development

No branches or pull requests

1 participant