Is there any way I can make a boss prevent players from reviving by releasing their spirit? A spell?
Maybe I could include a certain effect as part of the boss script? Any ideas would help.
Is there any way I can make a boss prevent players from reviving by releasing their spirit? A spell?
Maybe I could include a certain effect as part of the boss script? Any ideas would help.
Maybe have it be so once players get hp at 1% they just get infinite stun and bubble?
Yeah but then I have to have the boss remove the stun/bubble when he dies or when the group wipes and that's way too complex for me to script
It would be very hard to handle, not sure if it's possible. You could have a graveyard right next to the boss but no way to retrieve your body, or you could try and stun the player and then insert the player into the table. On boss death / wipe, unstun (and kill if wipe) players in the table and empty it.
could maybe set the dead players to a different phase, and once they enter the instance, after combat is over they could return to the other phase
I would do a check when the creature deals damage if that hit would kill the player, then simulate them being dead somehow. I'm pretty sure there is a flag that you can apply to make them appear dead (for creatures it's a dynamic flag) but I'm not sure for players.