From 8586a2ddff7f8c56c2836646b7ae83655bd28de5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 03:55:38 -0300 Subject: Bring all LoF unique scripts temporary to npc/0000SAVE folder --- npc/00000SAVE/010-2_Dimond/doug.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/00000SAVE/010-2_Dimond/doug.txt (limited to 'npc/00000SAVE/010-2_Dimond/doug.txt') 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; +} -- cgit v1.2.3-60-g2f50