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.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/world/map/npc/018-1/mike.txt b/world/map/npc/018-1/mike.txt
new file mode 100644
index 00000000..7e0d296c
--- /dev/null
+++ b/world/map/npc/018-1/mike.txt
@@ -0,0 +1,22 @@
+018-1.gat,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;
+
+}