Does someone know if there is a LUA.. For a item, if you click on it you'll be revived? (So it can be used if your death.)
Does someone know if there is a LUA.. For a item, if you click on it you'll be revived? (So it can be used if your death.)
I'm a proffesional DB Developer, worked for top servers like WoWScape, UberWoW etc. I can work for you aswell, add me on MSN: [email protected]
Still looking for a host, be part of a great succes and earn much money. Add me on MSN.
I'm a proffesional DB Developer, worked for top servers like WoWScape, UberWoW etc. I can work for you aswell, add me on MSN: [email protected]
Still looking for a host, be part of a great succes and earn much money. Add me on MSN.
I think this is possible in LUA ye...
I am not really sure what the script would look like but I strongly believe this is possible in lua scripting.
Here's a script for it.
Code:function Revive( item, event, player) if player:IsDead() then player:ResurrectPlayer(); else player:SendBroadcastMessage("You must be dead to use this."); end end RegisterItemGossipEvent(1,1,"Revive")
Last edited by marco1234; 04-05-2009 at 12:44 PM.
I'm a proffesional DB Developer, worked for top servers like WoWScape, UberWoW etc. I can work for you aswell, add me on MSN: [email protected]
Still looking for a host, be part of a great succes and earn much money. Add me on MSN.