diff options
Diffstat (limited to 'npc/027-2/thurston.txt')
-rw-r--r-- | npc/027-2/thurston.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/027-2/thurston.txt b/npc/027-2/thurston.txt new file mode 100644 index 00000000..e9a1044a --- /dev/null +++ b/npc/027-2/thurston.txt @@ -0,0 +1,21 @@ + +027-2,23,105,0 script Thurston NPC302,{ + @dq_level = 60; + @dq_cost = 45; + @dq_count = 20; + @dq_name$ = "VampireBatWing"; + @dq_friendly_name$ = "Vampire Bat Wing"; + @dq_money = 4000; + @dq_exp = 1000; + + callfunc "DailyQuest"; + + @dq_level = 0; + @dq_cost = 0; + @dq_count = 0; + @dq_name$ = ""; + @dq_friendly_name$ = ""; + @dq_money = 0; + @dq_exp = 0; + close; +} |