[DiscordArchive] Ive made the Gruul script work the way it looks to be almost perfectly blizzlike. There is one thing
[DiscordArchive] Ive made the Gruul script work the way it looks to be almost perfectly blizzlike. There is one thing
Archived author: Honey • Posted: 2021-01-01T13:17:55.204000+00:00
Original source
Ive made the Gruul script work the way it looks to be almost perfectly blizzlike. There is one thing missing, and that is the debuff which stacks up from "Ground Slam" starts and thus also ends 1 second too late.
Ground Slam is triggered here:
https://github.com/azerothcore/azerothco...l.cpp#L121
and i assume this is where the aura/debuff is applied:
https://github.com/azerothcore/azerothco...l.cpp#L162
however, i dont see how or where the timers to stack up are coded. anyone to clarify that?
Archived author: Yehonal • Posted: 2021-01-01T14:19:14.339000+00:00
Original source
Fantastic! I hope you can fix it 100%, I hope classic and tbc content will be 100% working very soon
Archived author: Yehonal • Posted: 2021-01-01T14:19:30.603000+00:00
Original source
was it helpful for you? me->SetControlled(true, UNIT_STATE_STUNNED);
Archived author: Honey • Posted: 2021-01-01T14:19:57.405000+00:00
Original source
yeah, i took rooted instead of stunned since it prevented any casts
Archived author: Honey • Posted: 2021-01-01T14:20:12.214000+00:00
Original source
but i got preventing melee fixed in another way
Archived author: Honey • Posted: 2021-01-01T14:20:28.810000+00:00
Original source
ima push the stuff to the new branch later