[DiscordArchive] what you need to do now? triggering the Gronn Lord's Grasp?
[DiscordArchive] what you need to do now? triggering the Gronn Lord's Grasp?
Archived author: Yehonal • Posted: 2021-01-01T17:12:56.151000+00:00
Original source
within the trigger
Archived author: Honey • Posted: 2021-01-01T17:13:57.259000+00:00
Original source
i dont see what that would cause tbh. im really just starting C++
Archived author: Yehonal • Posted: 2021-01-01T17:15:08.849000+00:00
Original source
OnRemove means: at the end of the trigger
Archived author: Yehonal • Posted: 2021-01-01T17:15:31.194000+00:00
Original source
OnApply it's at the moment you apply it, probably you can gain 1 or 2 seconds changing it
Archived author: Yehonal • Posted: 2021-01-01T17:16:04.035000+00:00
Original source
because the the periodic of 2sec might be between the OnApply and OnRemove
Archived author: Honey • Posted: 2021-01-01T17:19:40.541000+00:00
Original source
Do you mean this line?
https://github.com/55Honey/azerothcore-w...l.cpp#L186
Archived author: Yehonal • Posted: 2021-01-01T17:19:58.051000+00:00
Original source
yep, and also the 194
Archived author: Yehonal • Posted: 2021-01-01T17:20:07.539000+00:00
Original source
spell_gruul_ground_slam_trigger_AuraScript::OnRemove
Archived author: Honey • Posted: 2021-01-01T17:20:29.161000+00:00
Original source
compiling and testing
Archived author: Yehonal • Posted: 2021-01-01T17:20:40.882000+00:00
Original source
these functions are called "listeners" or "hooks", in programming it's called "observer pattern" or "event-driven programming"