Death Revival Script

SoulForge

Dedicated Member
Dedicated Member
Oct 18, 2004
169
7
64
I know there is a death revival script in the 3.55 files but it dont work for me, i was wondering if anyone has a working version plz that is fully translated and not like this one im about to post.

Code:
[@DieScriptExec]
{
#IF
HLSCRIPTCMD CHECKUNDEADINHOME
HLSCRIPTCMD CHECKUNDEAD
#SAY
您目前的积分为{FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
你好,你的角色已经死亡,请选择:\\
<复活回城/@next1>__需要积分 1点\\
<原地复活/@next2>__需要积分10点\
#elseact
close

[@next1]
#if
HLSCRIPTCMD CHECKUNDEADINHOME
HLSCRIPTCMD CHECKPOINT 1
#ACT
HLSCRIPTCMD UNDEADINHOME
HLSCRIPTCMD SETPOINT - 1
MONRECALL 加血宝宝 24 1
close
#elseact
close

[@next2]
#if
HLSCRIPTCMD CHECKUNDEAD
HLSCRIPTCMD CHECKPOINT 10
#act
HLSCRIPTCMD UNDEAD
HLSCRIPTCMD SETPOINT - 10
MONRECALL 加血宝宝 24 1
close
#ELSEACT
SysMsg "你的积分不够"
close

}

and if someone could possibly explain how it works plz
 

LightningStar

LOMCN Veteran
Veteran
Loyal Member
May 28, 2007
408
7
65
Essex, UK
Right basically, Death Revival Script is a script that runs in the background of the server that come up when someone dies.

To get it to work:
I've attached 2 files with also a few other features for you.

Hope you enjoy them and make good use of them.
 

Attachments

  • DieScript.TXT
    451 bytes · Views: 86
  • 00Default.txt
    5 KB · Views: 68
Upvote 0