diff options
author | gumi <git@gumi.ca> | 2019-08-20 23:14:12 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-03-08 16:07:59 -0400 |
commit | d8c9ff3ba3ece0973d313847f43fc9a866868d3b (patch) | |
tree | 6e284b3fa574beb6b67acb5bf6473209cde21ac3 /world/map/npc/011-6 | |
parent | 71f5ceed044d3908b971f5f5f6457086e0ebaa30 (diff) | |
download | serverdata-hardcore.tar.gz serverdata-hardcore.tar.bz2 serverdata-hardcore.tar.xz serverdata-hardcore.zip |
avoid killing players in quest NPCshardcore
Diffstat (limited to 'world/map/npc/011-6')
-rw-r--r-- | world/map/npc/011-6/crastur.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt index 52298863..f29216d5 100644 --- a/world/map/npc/011-6/crastur.txt +++ b/world/map/npc/011-6/crastur.txt @@ -151,11 +151,13 @@ L_Regular: L_Insult: npctalk strnpcinfo(0), "Crastur : Die " + strcharinfo(0) + "!"; - heal -10000, 0; + set Hp, 1; emotion EMOTE_VICIOUS; mes "[Crastur]"; mes ""; mes "\"Oh I am so sorry, my Dagger must have slipped\""; + close2; + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); goto L_Close; L_Unsure: |