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

Enchanter Single Target Mez Not Casting (Sometimes) #14

Open
towbes opened this issue Apr 3, 2024 · 6 comments
Open

Enchanter Single Target Mez Not Casting (Sometimes) #14

towbes opened this issue Apr 3, 2024 · 6 comments

Comments

@towbes
Copy link
Contributor

towbes commented Apr 3, 2024

I've been watching my chanter with debug state up for a bit...

When 2+ targets come in, a mez target ID gets set
I see a message hit console:
Mezzing >>> spectral_curate003 (288) <<<

But then the chanter never actually casts the Entrance ability that is memmed even though it is showing correctly in spells:
image

Here is the way the options are configured:
image

@towbes
Copy link
Contributor Author

towbes commented Apr 3, 2024

He finally casted a mez just now, but there was a significant delay between the Mezzing >>> message and the cast starting,

@towbes towbes changed the title Enchanter Single Target Mez Not Casting Enchanter Single Target Mez Not Casting (Sometimes) Apr 3, 2024
@towbes
Copy link
Contributor Author

towbes commented Apr 3, 2024

Just had a pull where it worked exactly as expected to cast mez immediately on second mob that came on the pull. So sometimes working as expected...sometimes there is big delay before the mez decision is made, and sometimes even when the mez message comes up, the spell doesn't actually cast.

@towbes
Copy link
Contributor Author

towbes commented Apr 4, 2024

aquietone taught me about the console debug flags , so will watch the mez routine on debug mode a bit to try to understand what was happening better

@towbes
Copy link
Contributor Author

towbes commented Apr 5, 2024

I think what is happening is mobs are getting flagged as mezzed without ever having a check that the mob is actually mezzed. Going to play around if there is a place to add a check for the Target.Mezzed that might help alleviate this issue....I think I'd actually rather the chanter not even leave the mez routine until it's confirmed all targets are mezzed...

@aquietone
Copy link
Owner

made some mezzing changes.. i think its working more like it should now.

@towbes
Copy link
Contributor Author

towbes commented Apr 7, 2024

Working much better with the changes and consistently mezzing now. There are some weird situations still where the ench will mez the main assist target, but i haven't been able to pin down what the conditions are.

Have also had some pulls still where a mob id was being flagged as mezzed but never got mez casted on it

Edit: I think this might be based on how mobs are entering camp radius. Mez works best if all xtarget mobs are in camp radius at the same time (such as running into a 3 pull on hunter tank mode). When I pull 3-4 mobs into camp and they come into radius at different times (ie casters pausing to cast so they come in late), things can get a little odd, where the ench starts mezzing the assist target

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