Hi guys,
Is there a flag variable of any mobs when its alive or dead?
Thanks in advance.
Is there a flag variable of any mobs when its alive or dead?
Thanks in advance.
Thank you so much for the quick reply.Quote:
Just nameds mobs (AKA Bosses), you can check in PS_Gamelog.dbo.ActionLog if someone killed a boss, and the datetime he killed it, then calculate (with the boss respawn time), if the boss is alive (already respawned) or not.
The boss name has to be unique.
I never did it (I dont think every player should know then a boss will respawn, ppl become lazy that way). But I think that should be more or less how to do it.