-
Notifications
You must be signed in to change notification settings - Fork 19
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
Auriaya - Feral Defender. #24
Comments
Ok... I'll retest on Cata then. |
I found a bug uint32 m_uiKilledCount; Why uint32? |
uint32 and uin8 doesn't make a difference. I think there is a problem with Cata core, rather than script |
Cata nothing to do with the kernel, I tested General Vezax and Freya - works great. There used uint8. |
Substitution on uint8 also does not solve the problem. Tested in game. |
https://github.com/scriptdev2/scriptdev2-cata/blob/master/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp#L305 https://github.com/scriptdev2/scriptdev2-cata/blob/master/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp#L288 |
Welcome script of the boss is working fine, but the script Feral Defender is still not working.
https://github.com/scriptdev2/scriptdev2-cata/blob/master/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp#L268
Not working:
m_uiReviveDelayTimer for some reason does not start, I want to mention only tested at Cata.
The text was updated successfully, but these errors were encountered: