From 9877fd4ad81120af8e63e96d5d429092014dc017 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Jul 2021 20:34:27 -0300 Subject: Remove all Legacy files --- world/map/npc/030-1/time-traveler.txt | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 world/map/npc/030-1/time-traveler.txt (limited to 'world/map/npc/030-1/time-traveler.txt') diff --git a/world/map/npc/030-1/time-traveler.txt b/world/map/npc/030-1/time-traveler.txt deleted file mode 100644 index a79b812d..00000000 --- a/world/map/npc/030-1/time-traveler.txt +++ /dev/null @@ -1,34 +0,0 @@ -// time traveler that warps from old nivalis to new nivalis - -019-1,102,100,0|script|Time Traveler#19|184 -{ - mes "Would you like to time travel?"; - menu - "Yes!", L_Warp; - -L_Warp: - mes "Hang tight!"; - close2; - warp "030-1", 61, 29; - close; -} - -030-1,64,33,0|script|Time Traveler#30|184 -{ - mes "Welcome back!"; - menu - "What is this place?", L_What, - "How do I leave?", L_Leave; - -L_What: - mes "This place used to be part of Kaizei a few years back."; - mes "Unfortunately, a great landslide occured and it got completely engulfed by the sea."; - next; - mes "Santa's workshop used to be located here, but after the incident they had to move further inland."; - mes "Fortunately, they managed to salvage most of the equipment and nobody was injured."; - close; - -L_Leave: - mes "Walk North from here to exit the time dilation bubble."; - close; -} -- cgit v1.2.3-70-g09d2