is it possible to make all players or a zone to have instant res? like lets say a free for all pvp zone or something XD.
If so how?![]()
is it possible to make all players or a zone to have instant res? like lets say a free for all pvp zone or something XD.
If so how?![]()
Last edited by stoneharry; 11-19-2010 at 06:15 PM.
Select yourself and say .resurrect
Last edited by natt_; 11-19-2010 at 06:23 PM. Reason: MissspelllinnGGG
its for my private server:P or a friends serverbut thx for such a fast reply.
said wrong check post again
read my question again, "All players".
Yes it's possible, seen several servers having it. I know shit about emulation, but what they did is placing an invisible npc that casts Ressurection on you as soon as you die.
Ahhh right, ok thanks![]()
Or you can have a script that hooks on when a player dies and have it call a function that resurrects them.
Stuff & Things
http://www.arcemu.org/wiki/index.php..._of_All_Events
^
http://www.arcemu.org/wiki/index.php...=Unit_CommandsSERVER_HOOK_DEATH = 6 --(event, pPlayer)
^
So what do we do?:ResurrectPlayer() : Revives the player unit.
There you go, a simple Lua script.Code:function HOOK_ON_DEATH_stoneharry(event, pPlayer) pPlayer:ResurrectPlayer() end RegisterServerHook(6, "HOOK_ON_DEATH_stoneharry")
this script would work fine with trinity? sorry im a noob D;
The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
Albert Einstein