Skip to content

[Mage] Implement BoP and GI bug + Fix Arcane's Spellfire Spheres tracking #10432

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

Open
wants to merge 1 commit into
base: thewarwithin
Choose a base branch
from

Conversation

pinepinepinepinepine
Copy link
Contributor

No description provided.

auto check_stacks = [ this, s = max_stacks ]
// Expiration of Spellfire Spheres needs to occur instantly as to have Blast (while at 5 spheres) with a queued Barrage end with 1 spheres.
// Otherwise, the 15ms delay will nullify the queued increment because spheres are at max stacks for an extra 10ms.
bool max_stacks = buffs.spellfire_spheres->at_max_stacks();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, the way I wrote this is to write around the current Implementation of Spheres instead of directly changing it, I suppose.

What I'm trying to ask is whether or not I should rewrite 9900-9914 to handle the delay + expiration all in one block instead of separating them -- anything works with me. Let me know, thanks.

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

Successfully merging this pull request may close these issues.

1 participant