diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-19 20:06:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-19 20:06:30 -0200 |
commit | cbf5340ef115f258472ab03714de0fc2a685bfd6 (patch) | |
tree | f897ca3429c3f25cc6a31d10c3c9d40ae9d54b8d /npc/018-2-1/dustman.txt | |
parent | 5414776bb3d71a6039f44d6ee78571792ef91719 (diff) | |
download | serverdata-cbf5340ef115f258472ab03714de0fc2a685bfd6.tar.gz serverdata-cbf5340ef115f258472ab03714de0fc2a685bfd6.tar.bz2 serverdata-cbf5340ef115f258472ab03714de0fc2a685bfd6.tar.xz serverdata-cbf5340ef115f258472ab03714de0fc2a685bfd6.zip |
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
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-rw-r--r-- | npc/018-2-1/dustman.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |