diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-09-07 00:44:50 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-07 14:32:28 +0200 |
commit | dc809dd5da73b2a1ec88eca1a4c0c555f7fc5ce6 (patch) | |
tree | 3d905497b10d98c9dc4d6d992e34606997a9bfdb /world/map/npc/011-3 | |
parent | 5d6648783880c02170d70cf8d3758141d93229a2 (diff) | |
download | serverdata-dc809dd5da73b2a1ec88eca1a4c0c555f7fc5ce6.tar.gz serverdata-dc809dd5da73b2a1ec88eca1a4c0c555f7fc5ce6.tar.bz2 serverdata-dc809dd5da73b2a1ec88eca1a4c0c555f7fc5ce6.tar.xz serverdata-dc809dd5da73b2a1ec88eca1a4c0c555f7fc5ce6.zip |
Tab conversion and formatting. Maps 011-1 to 013-3 done.
Diffstat (limited to 'world/map/npc/011-3')
-rw-r--r-- | world/map/npc/011-3/hermit.txt | 97 |
1 files changed, 45 insertions, 52 deletions
diff --git a/world/map/npc/011-3/hermit.txt b/world/map/npc/011-3/hermit.txt index f9533e56..698ae0c5 100644 --- a/world/map/npc/011-3/hermit.txt +++ b/world/map/npc/011-3/hermit.txt @@ -1,62 +1,55 @@ // -011-3.gat,30,23,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; +011-3.gat,30,23,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; + 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; + 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; + 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; -} + 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; +}
\ No newline at end of file |