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/011-3/_import.txt | 8 ----- world/map/npc/011-3/_mobs.txt | 5 --- world/map/npc/011-3/_nodes.txt | 4 --- world/map/npc/011-3/_warps.txt | 4 --- world/map/npc/011-3/hermit.txt | 66 ---------------------------------------- world/map/npc/011-3/mapflags.txt | 1 - 6 files changed, 88 deletions(-) delete mode 100644 world/map/npc/011-3/_import.txt delete mode 100644 world/map/npc/011-3/_mobs.txt delete mode 100644 world/map/npc/011-3/_nodes.txt delete mode 100644 world/map/npc/011-3/_warps.txt delete mode 100644 world/map/npc/011-3/hermit.txt delete mode 100644 world/map/npc/011-3/mapflags.txt (limited to 'world/map/npc/011-3') diff --git a/world/map/npc/011-3/_import.txt b/world/map/npc/011-3/_import.txt deleted file mode 100644 index d8dd3777..00000000 --- a/world/map/npc/011-3/_import.txt +++ /dev/null @@ -1,8 +0,0 @@ -// Map 011-3: Hermit's Cave -// This file is generated automatically. All manually added changes will be removed when running the Converter. -map: 011-3 -npc: npc/011-3/_mobs.txt -npc: npc/011-3/_nodes.txt -npc: npc/011-3/_warps.txt -npc: npc/011-3/hermit.txt -npc: npc/011-3/mapflags.txt diff --git a/world/map/npc/011-3/_mobs.txt b/world/map/npc/011-3/_mobs.txt deleted file mode 100644 index f90961fb..00000000 --- a/world/map/npc/011-3/_mobs.txt +++ /dev/null @@ -1,5 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Hermit's Cave mobs - -011-3,0,0,0,0|monster|Bat|1017,10,0ms,0ms -011-3,0,0,0,0|monster|Silkworm|1035,3,60000ms,30000ms diff --git a/world/map/npc/011-3/_nodes.txt b/world/map/npc/011-3/_nodes.txt deleted file mode 100644 index d9dd7661..00000000 --- a/world/map/npc/011-3/_nodes.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Hermit's Cave nodes - -// (no nodes) diff --git a/world/map/npc/011-3/_warps.txt b/world/map/npc/011-3/_warps.txt deleted file mode 100644 index 5c381ab2..00000000 --- a/world/map/npc/011-3/_warps.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Hermit's Cave warps - -011-3,31,14|warp|-1,-1,011-4,73,10 diff --git a/world/map/npc/011-3/hermit.txt b/world/map/npc/011-3/hermit.txt deleted file mode 100644 index 351b41a4..00000000 --- a/world/map/npc/011-3/hermit.txt +++ /dev/null @@ -1,66 +0,0 @@ -// - -011-3,30,23,0|script|Arkim|116 -{ - mes "[Arkim the Hermit]"; - mes "\"Do you want to go back outside?\""; - if (@knowhermitstory == 1) goto L_Short_Menu; - menu - "Yes, please!", L_Sure, - "Not yet.", L_Close, - "Actually... Why do you live here?", L_Interested; - -L_Short_Menu: - menu - "Yes, please!", L_Sure, - "Not yet.", L_Close, - "What was that deal you were offering?", L_Quest; - -L_Sure: - warp "011-1", 60, 95; - close; - -L_Interested: - mes "[Arkim the Hermit]"; - mes "\"Oh my, never really thought about it!\""; - next; - mes "[Arkim the Hermit]"; - mes "\"I guess mostly I enjoy experimenting with the bats here.\""; - menu - "I see...", L_Close, - "What type of experimenting?", L_Experiment; - -L_Experiment: - mes "[Arkim the Hermit]"; - mes "\"Never really thought about it either...\""; - next; - mes "You watch as the hermit's old, lazy eyes open wide, and the old man comes alive with energy."; - next; - mes "[Arkim the Hermit]"; - mes "\"I GUESS I REALLY LIKE CUTTING THEM UP TO SEE HOW THEY WORK!! HAHAHA!\""; - menu - "YOU'RE CRAZY!", L_Close, - "Right... me too! Can I help?", L_Quest; - -L_Close: - close; - -L_Quest: - set @knowhermitstory, 1; - - set @dq_level, 20; - set @dq_cost, 4; - set @dq_count, 3; - set @dq_name$, "BatWing"; - set @dq_friendly_name$, "bat wings"; - set @dq_money, 600; - set @dq_exp, 100; - - callfunc "DailyQuest"; - - next; - - mes "[Arkim the Hermit]"; - mes "\"And remember: never lend your toothbrush to a slime!\""; - close; -} diff --git a/world/map/npc/011-3/mapflags.txt b/world/map/npc/011-3/mapflags.txt deleted file mode 100644 index 23143d92..00000000 --- a/world/map/npc/011-3/mapflags.txt +++ /dev/null @@ -1 +0,0 @@ -011-3|mapflag|resave|011-1,103,34 -- cgit v1.2.3-70-g09d2