summaryrefslogtreecommitdiff
path: root/npc/00000SAVE/010-2_Dimond/doug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 14:33:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 14:33:16 -0300
commit08d633a0f803e002a32a44fcaf142337952aaccc (patch)
tree9ecec3b0cc10b322127c61d27674bc678c3c9b11 /npc/00000SAVE/010-2_Dimond/doug.txt
parent3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9 (diff)
downloadserverdata-08d633a0f803e002a32a44fcaf142337952aaccc.tar.gz
serverdata-08d633a0f803e002a32a44fcaf142337952aaccc.tar.bz2
serverdata-08d633a0f803e002a32a44fcaf142337952aaccc.tar.xz
serverdata-08d633a0f803e002a32a44fcaf142337952aaccc.zip
[skip ci] Dimond's cove was save.
Diffstat (limited to 'npc/00000SAVE/010-2_Dimond/doug.txt')
-rw-r--r--npc/00000SAVE/010-2_Dimond/doug.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/00000SAVE/010-2_Dimond/doug.txt b/npc/00000SAVE/010-2_Dimond/doug.txt
deleted file mode 100644
index e16a29972..000000000
--- a/npc/00000SAVE/010-2_Dimond/doug.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-
-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;
-}