From cbf5340ef115f258472ab03714de0fc2a685bfd6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Nov 2018 20:06:30 -0200 Subject: Give LoF players (with unspent points, or with the Time Flask, even non-LoF) a free Dusty in a Bottle for a nice headstart on this quest --- npc/018-2-1/dustman.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/018-2-1/dustman.txt') diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index e361768b2..6c6a587b3 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -40,6 +40,12 @@ L_COD: mesn; mesq l("Hey, do you know the ##BCall Of Dusty##b event?"); next; + if (#RARE_POINTS || countitem(TimeFlask)) { + mesn; + mesq l("Also, you seem like you are from around LoF. Why don't you take a free @@?", getitemlink(BottledDust)); + next; + getitem BottledDust, 1; + } setq LoFQuest_COD, 1; } mesn; -- cgit v1.2.3-60-g2f50