From 429f1d87a34997ebb053ee4b159fe30e6c6a3f85 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Apr 2022 20:39:07 -0300 Subject: CRC Day utilities (#609) CRC Day utilities and minor bugfixes (revert upmarmu changes) --- world/map/npc/009-2/doctor.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'world/map/npc/009-2') 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; } -- cgit v1.2.3-60-g2f50