[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: Grim • Posted: 2021-06-10T20:21:54.266000+00:00
Original source
Guys, if mob dies (mob spawned by boss) and mob is despawned for example after 10 seconds but I want to respawn it after these 10 seconds what is the best (clean and efficient) way to do it?
Archived author: Jinnai • Posted: 2021-06-10T20:40:55.689000+00:00
Original source
You can't respawn a temporary summoned unit
Archived author: Jinnai • Posted: 2021-06-10T20:41:10.277000+00:00
Original source
As far as I know
Archived author: Jinnai • Posted: 2021-06-10T20:42:05.678000+00:00
Original source
You can spawn it again ofc, the same way as before or maybe on another way, but a real respawn only works with prespawned creatures
Archived author: Grim • Posted: 2021-06-10T20:42:55.639000+00:00
Original source
So for example I can use SummonedCreatureDespawn(Creature* creature)
Archived author: Grim • Posted: 2021-06-10T20:43:27.869000+00:00
Original source
get position of creature and spawn new one
Archived author: Grim • Posted: 2021-06-10T20:43:30.825000+00:00
Original source
with same position
Archived author: Jinnai • Posted: 2021-06-10T20:44:07.578000+00:00
Original source
Get position requires living entity
Archived author: Jinnai • Posted: 2021-06-10T20:44:19.209000+00:00
Original source
Or existing object
Archived author: Grim • Posted: 2021-06-10T20:44:27.494000+00:00
Original source
yea and it should be still existing