[DiscordArchive] Guys, if mob dies (mob spawned by boss) and mob is despawned for example after 10 seconds but I want
[DiscordArchive] Guys, if mob dies (mob spawned by boss) and mob is despawned for example after 10 seconds but I want
Archived author: ModoX • Posted: 2021-06-10T20:44:34.371000+00:00
Original source
you could save the position in boss script
Archived author: Grim • Posted: 2021-06-10T20:46:07.528000+00:00
Original source
I see that SummonedCreatureDespawn is called in TempSummon::UnSummon
Archived author: Grim • Posted: 2021-06-10T20:46:19.878000+00:00
Original source
before AddObjectToRemoveList
Archived author: Grim • Posted: 2021-06-10T20:46:56.481000+00:00
Original source
so it should be fine to get position of creature in SummonedCreatureDespawn or am I wrong?