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: Requires an instance-specific switch #182

Open
lcamm2 opened this issue Mar 13, 2024 · 1 comment
Open

Feature: Requires an instance-specific switch #182

lcamm2 opened this issue Mar 13, 2024 · 1 comment

Comments

@lcamm2
Copy link

lcamm2 commented Mar 13, 2024

Describe your feature request or suggestion in detail

I'm using both the https://github.com/azerothcore/mod-autobalance and https://github.com/azerothcore/mod-zone-difficulty plugins. I use mod-zone-difficulty to implement the Mythic Raid function. Can I quickly set the difficulty coefficient of a specific instance of dungeon to 1 (the dungeon has autobalance turned on)

Describe a possible solution to your feature or suggestion in detail

There is a header file ZoneDifficulty.h that I tried to reference and use in autobalance.

sZoneDifficulty->MythicmodeInstanceData.find(instanceId) == sZoneDifficulty->MythicmodeInstanceData.end()

Able to determine whether the instance has the zone-difficulty module enabled

Additional context

No response

@Yehonal
Copy link
Member

Yehonal commented Mar 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants