summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/mine_debug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-07 20:34:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-07 20:34:27 -0300
commit9877fd4ad81120af8e63e96d5d429092014dc017 (patch)
treeec045a0535109a2e0d82e0e8155eb01ed9776452 /world/map/npc/002-1/mine_debug.txt
parentaedbeb335a5ec5f55d22eace389076a18241ac9a (diff)
downloadserverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.gz
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.bz2
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.xz
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.zip
Remove all Legacy files
Diffstat (limited to 'world/map/npc/002-1/mine_debug.txt')
-rw-r--r--world/map/npc/002-1/mine_debug.txt75
1 files changed, 0 insertions, 75 deletions
diff --git a/world/map/npc/002-1/mine_debug.txt b/world/map/npc/002-1/mine_debug.txt
deleted file mode 100644
index 6ffbe49a..00000000
--- a/world/map/npc/002-1/mine_debug.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-// Mine Debug
-// Author: Wushin
-
-function|script|DesertMineDebug
-{
- mes "[Mine Debug]";
- mes "What would you like to do?";
- menu
- "Reset", L_Reset,
- "Set", L_Set,
- "Show", L_Show,
- "nothing.", L_Close;
-
-L_Reset:
- set QL_MINEALL, 0;
- set FLAGS, FLAGS &~ FLAG_GOT_NAEM_GLOVES;
- set FLAGS, FLAGS &~ FLAG_OPENED_UNDERGROUND;
- goto L_Close;
-
-L_Set:
- mes "Values are between 0 and 28";
- mes "8 is Mine Start";
- mes "18 is Angry Scorpions Start";
- mes "20 is Underground Palace Start";
- mes "26 is Giant Cave Maggot Start";
- input QL_MINEALL;
- goto L_Close;
-
-L_Show:
- mes "Current State: " + QL_MINEALL;
- goto L_Close;
-
-L_Close:
- return;
-}
-002-1,61,69,0|script|Mine Debug#1|122
-{
- callfunc "DesertMineDebug";
- close;
-
-OnInit:
- if (!debug)
- disablenpc "Mine Debug#1";
- end;
-}
-002-3,45,49,6|script|Mine Debug#2|109
-{
- callfunc "DesertMineDebug";
- close;
-
-OnInit:
- if (!debug)
- disablenpc "Mine Debug#2";
- end;
-}
-002-4,88,99,6|script|Mine Debug#3|109
-{
- callfunc "DesertMineDebug";
- close;
-
-OnInit:
- if (!debug)
- disablenpc "Mine Debug#3";
- end;
-}
-002-5,43,96,6|script|Mine Debug#4|340
-{
- callfunc "DesertMineDebug";
- close;
-
-OnInit:
- if (!debug)
- disablenpc "Mine Debug#4";
- end;
-}