diff options
author | wushin <pasekei@gmail.com> | 2016-04-21 15:37:05 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-04-23 18:53:23 -0500 |
commit | 3f175b590d284ef413be0be25c7f74392523414b (patch) | |
tree | 2af26d2602696e6623c75dd54bd28a32e0767c0b /world/map/npc/026-2/cerhan.txt | |
parent | cab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff) | |
download | serverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.gz serverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.bz2 serverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.xz serverdata-3f175b590d284ef413be0be25c7f74392523414b.zip |
Deadmere - Undead Town
Diffstat (limited to 'world/map/npc/026-2/cerhan.txt')
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/world/map/npc/026-2/cerhan.txt b/world/map/npc/026-2/cerhan.txt new file mode 100644 index 00000000..3104e34f --- /dev/null +++ b/world/map/npc/026-2/cerhan.txt @@ -0,0 +1,40 @@ +// Author: Jenalya + +026-2,38,118,0|script|Cerhan|311 +{ + mes "[Cerhan]"; + mes "\"Ah, hello! It's good to see another normal human at this strange place!\""; + next; + menu + "That's true. What are you doing here?",L_Story, + "Yes, this place is really strange. I'm going to have another look around.",L_Close; + +L_Story: + mes "[Cerhan]"; + mes "\"I came from Thermin, a town in the Kazei area.\""; + next; + mes "\"I'm an experienced weapon master and I was thinking about establishing a smithy here. I'll need some more equipment, though.\""; + next; + if (countitem("MylarinDust") > 0) + menu + "Do you know something about 'Mylarin Dust'?", L_Mylarin, + "Good luck with that.",L_GoodLuckWith; + goto L_GoodLuckWith; + +L_GoodLuckWith: + mes "[Cerhan]"; + mes "\"If you're interested in weapons and armor, you may want to come back later.\""; + goto L_Close; + +L_Mylarin: + mes "[Cerhan]"; + mes "\"Mylarin dust?! Where did you get that? That's amazing!\""; + next; + mes "\"I can craft you an amazing strong armor with that - uhm, well, first I need to set up my smithy here.\""; + next; + mes "\"Please come back, when I'm ready for that. Mylarin dust... amazing.\""; + goto L_Close; + +L_Close: + close; +} |