From 26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Nov 2018 18:04:08 -0200 Subject: Some from requeriments for Call Of Dusty Event (Quest). --- npc/018-2-1/dustman.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50