summaryrefslogtreecommitdiff
path: root/npc/00000SAVE/010-2_Dimond/doug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 03:55:38 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 03:55:38 -0300
commit8586a2ddff7f8c56c2836646b7ae83655bd28de5 (patch)
tree39de1bfd540ef208c0bb880c1413aa4143e7c441 /npc/00000SAVE/010-2_Dimond/doug.txt
parent125c93a03d1fcb89f5ecf81287d3f680cad5b0e0 (diff)
downloadserverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.gz
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.bz2
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.xz
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.zip
Bring all LoF unique scripts temporary to npc/0000SAVE folder
Diffstat (limited to 'npc/00000SAVE/010-2_Dimond/doug.txt')
-rw-r--r--npc/00000SAVE/010-2_Dimond/doug.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/00000SAVE/010-2_Dimond/doug.txt b/npc/00000SAVE/010-2_Dimond/doug.txt
new file mode 100644
index 000000000..e16a29972
--- /dev/null
+++ b/npc/00000SAVE/010-2_Dimond/doug.txt
@@ -0,0 +1,21 @@
+
+010-2,68,87,0 script Doug NPC113,{
+ mes "[Doug]";
+ mes "\"This room is too dark. I want to brighten it up.\"";
+ next;
+
+ @dq_level = 15;
+ @dq_cost = 10;
+ @dq_count = 5;
+ @dq_name$ = "CaveSnakeLamp";
+ @dq_friendly_name$ = "Cave Snake Lamps";
+ @dq_money = 1000;
+ @dq_exp = 1500;
+
+ callfunc "DailyQuest";
+
+ next;
+ mes "[Doug]";
+ mes "\"Too bad these lamps wear off after a while...\"";
+ close;
+}