summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/doctor.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-11 20:39:07 -0300
committerGitHub <noreply@github.com>2022-04-11 23:39:07 +0000
commit429f1d87a34997ebb053ee4b159fe30e6c6a3f85 (patch)
tree2139f862821d8bdd14cb99293366ac98c3173044 /world/map/npc/009-2/doctor.txt
parent5eabaebca391ad226cda69c811b59e73fad2be9c (diff)
downloadserverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.gz
serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.bz2
serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.xz
serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.zip
CRC Day utilities (#609)
CRC Day utilities and minor bugfixes (revert upmarmu changes)
Diffstat (limited to 'world/map/npc/009-2/doctor.txt')
-rw-r--r--world/map/npc/009-2/doctor.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/009-2/doctor.txt b/world/map/npc/009-2/doctor.txt
index f44cda64..74bfe8dc 100644
--- a/world/map/npc/009-2/doctor.txt
+++ b/world/map/npc/009-2/doctor.txt
@@ -2,6 +2,7 @@
009-2,148,25,0|script|Doctor|107
{
+ if ($@CRC22) goto L_CRCDay;
set @inspector, ((QUEST_Hurnscald & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT);
if (getequipid(equip_head) == 616) goto L_Axe;
@@ -85,4 +86,11 @@ L_NohMask:
L_Close:
set @inspector, 0;
close;
+
+L_CRCDay:
+ mes "[Doctor]";
+ mes "\"Gimme a moment, I'll heal you and sneak you out of the town. Be careful, I heard the players were heading up ##BNorth##b!\"";
+ heal 10000, 10000;
+ warp "008-1", 110, 45;
+ close;
}