[DiscordArchive] Have you tried
[DiscordArchive] Have you tried
Archived author: Yehonal • Posted: 2020-12-31T14:04:02.217000+00:00
Original source
Have you tried
me->SetControlled(true, UNIT_STATE_STUNNED);
?
Archived author: Yehonal • Posted: 2020-12-31T14:05:54.039000+00:00
Original source
it should at least stop the creature from attacking you, but probably not from chasing you
Archived author: Yehonal • Posted: 2020-12-31T14:05:56.630000+00:00
Original source
is it right?
Archived author: Honey • Posted: 2020-12-31T14:07:03.834000+00:00
Original source
Havent tried and cant tell what its gonna do before i did
Archived author: Yehonal • Posted: 2020-12-31T14:08:42.125000+00:00
Original source
*the first parameter is true
Archived author: Yehonal • Posted: 2020-12-31T14:10:28.341000+00:00
Original source
just checked the code twice, ```me->SetControlled(true, UNIT_STATE_STUNNED);``` applies both the ROOT and the STUNNED flag. It means that the boss should not move and attack at all until you clean the flag
Archived author: Yehonal • Posted: 2020-12-31T14:10:43.636000+00:00
Original source
probably it's what you need
Archived author: Yehonal • Posted: 2020-12-31T14:27:10.932000+00:00
Original source
I think I've solved
Archived author: Yehonal • Posted: 2020-12-31T14:39:59.142000+00:00
Original source
Have you opened a PR for your fix?