Quote:
Originally posted by v0id
Eh, I remembered a suggestion I had:
Make a script that will revive all who are dead each XX hours, to XX HP. Make it all selectable in the admin cp. For example revive all dead users every 172800 seconds to 25% of their total HP.
It would be useful, but then I guess it would run a lot of queries right?
|
Well, I think the query would be:
PHP Code:
UPDATE user SET hp=maxhp*0.25 WHERE hp=0
However, if the users figured out the reset times, then they would participate in a battle, die, and not worry about the consequences since they would get auto-revived, whereas people who dies just after the last reset would have to suffer a lot longer.