From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- world/map/npc/011-3/hermit.txt | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 world/map/npc/011-3/hermit.txt (limited to 'world/map/npc/011-3/hermit.txt') diff --git a/world/map/npc/011-3/hermit.txt b/world/map/npc/011-3/hermit.txt new file mode 100644 index 00000000..4b582cc4 --- /dev/null +++ b/world/map/npc/011-3/hermit.txt @@ -0,0 +1,62 @@ +// + +011-3.gat,30,30,0 script Arkim 116,{ + mes "[Arkim the Hermit]"; + mes "\"Do you want to go back outside?\""; + menu + "Yes, please!", L_Sure, + "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 the bats here.\""; + + menu + "I see...", -, + "What type of experimenting?", L_Experiment; + close; + +L_Experiment: + mes "[Arkim the Hermit]"; + mes "\"Never really thought about it either...\""; + + next; + + mes "You watch as the hermit's old, lazy eyes open wide, and the old man comes alive with energy."; + + 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 toothbrush to a slime!\""; + close; +} -- cgit v1.2.3-70-g09d2