From 3eced1bf67c6bd8337486d8e1766d514268f036f Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Tue, 24 Aug 2010 17:03:41 -0400 Subject: Reduce cost of bat drops and add a daily NPC to pay players for bat drops --- npc/011-3_Hermits_cave/hermit.txt | 51 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) (limited to 'npc/011-3_Hermits_cave/hermit.txt') diff --git a/npc/011-3_Hermits_cave/hermit.txt b/npc/011-3_Hermits_cave/hermit.txt index f732f83a..6dccccf4 100644 --- a/npc/011-3_Hermits_cave/hermit.txt +++ b/npc/011-3_Hermits_cave/hermit.txt @@ -3,13 +3,60 @@ 011-3.gat,30,30,0 script Arkim 116,{ mes "[Arkim the Hermit]"; mes "\"Do you want to go back outside?\""; - next; menu "Yes please", L_Sure, - "Not yet", -; + "Not yet", -, + "Actually... Why do you live here?", L_Interested; close; L_Sure: warp "011-1.gat", 60, 95; close; + +L_Interested: + mes "[Arkim the Hermit]"; + mes "\"Oh my, never really thought about it\""; + next; + mes "[Arkim the Hermit]"; + mes "\"I guess mostly I enjoy experimenting with bats here\""; + + menu + "I see", -, + "What type of experimenting?", L_Experiment; + close; + +L_Experiment: + mes "[Arkim the Hermit]"; + mes "\"Never really thought about it...\""; + + next; + + mes "*You watch as his old, lazy eyes open wide. And the old man comes alive with engery*"; + + next; + + mes "[Arkim the Hermit]"; + mes "\"I GUESS I REALLY LIKE CUTTING THEM UP TO SEE HOW THEY WORK!! HAHAHA!\""; + + menu + "YOU'RE CRAZY!", -, + "Right... me too. Can I help?", L_Quest; + close; + +L_Quest: + set @dq_level, 20; + set @dq_cost, 4; + set @dq_count, 3; + set @dq_name$, "BatWing"; + set @dq_friendly_name$, "bat wings"; + set @dq_money, 600; + set @dq_exp, 100; + + callfunc "DailyQuest"; + + next; + + mes "[Arkim the Hermit]"; + mes "\"And remember never lend your tooth brush to a slime!\""; + close; } -- cgit v1.2.3-60-g2f50