summaryrefslogtreecommitdiff
path: root/npc/018-2-1/dustman.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-18 18:04:08 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-18 18:04:08 -0200
commit26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f (patch)
treed3ab6f036a39909e3faccc1264b2d3609b710e13 /npc/018-2-1/dustman.txt
parent7feb77ee02233f25aa8039825a0bf2b40d5352d5 (diff)
downloadserverdata-26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f.tar.gz
serverdata-26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f.tar.bz2
serverdata-26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f.tar.xz
serverdata-26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f.zip
Some from requeriments for Call Of Dusty Event (Quest).
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-rw-r--r--npc/018-2-1/dustman.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
index 7a4fcd20f..fe0c96257 100644
--- a/npc/018-2-1/dustman.txt
+++ b/npc/018-2-1/dustman.txt
@@ -6,6 +6,8 @@
// Void NPC
018-2-1,22,29,0 script Colonel DUSTMAN NPC_CRUSADER,{
+ .@q=getq(LoFQuest_COD);
+ if (.@q == 0 && BaseLevel > 50) goto L_COD;
mesn;
mesq l("My man went down and still haven't returned.");
next;
@@ -19,6 +21,23 @@
mesq l("Take care, adventurer!");
close;
+L_COD:
+ mesn;
+ mesq l("Hey, do you know the ##BCall Of Dusty##b event?");
+ next;
+ mesn;
+ mesq l("Just @@ ago, thiefs stole Pihro & Pyndragon weapons.", FuzzyTime(1542570030));
+ next;
+ mesn;
+ mesq l("Pyndragon said he'll do a @@ to however reduces them to dust. Interested?", getitemlink(Dustynator)); // BottledDust, Dustynator
+ next;
+ if (askyesno() == ASK_YES) {
+ mes "";
+ mesn;
+ mesq l("Too bad, because that wasn't implemented yet!");
+ }
+ close;
+
OnInit:
.sex=G_MALE;
.distance=5;