summaryrefslogtreecommitdiff
path: root/world/map/npc/018-1/mike.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/018-1/mike.txt')
-rw-r--r--world/map/npc/018-1/mike.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/world/map/npc/018-1/mike.txt b/world/map/npc/018-1/mike.txt
deleted file mode 100644
index 38fce03d..00000000
--- a/world/map/npc/018-1/mike.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-018-1,77,60,0|script|Mike|113
-{
- mes "[Mike]";
- mes "\"I need black stingers to make some medicine to cure my sister.\"";
- next;
-
- set @dq_level, 40;
- set @dq_cost, 16;
- set @dq_count, 4;
- set @dq_name$, "BlackScorpionStinger";
- set @dq_friendly_name$, "black stingers";
- set @dq_money, 2500;
- set @dq_exp, 500;
-
- callfunc "DailyQuest";
-
- next;
- mes "\"Hopefully I'll have enough soon.\"";
- close;
-}