diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-07 20:34:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-07 20:34:27 -0300 |
commit | 9877fd4ad81120af8e63e96d5d429092014dc017 (patch) | |
tree | ec045a0535109a2e0d82e0e8155eb01ed9776452 /world/map/npc/026-2/cerhan.txt | |
parent | aedbeb335a5ec5f55d22eace389076a18241ac9a (diff) | |
download | serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.gz serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.bz2 serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.xz serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.zip |
Remove all Legacy files
Diffstat (limited to 'world/map/npc/026-2/cerhan.txt')
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/world/map/npc/026-2/cerhan.txt b/world/map/npc/026-2/cerhan.txt deleted file mode 100644 index 64cc723f..00000000 --- a/world/map/npc/026-2/cerhan.txt +++ /dev/null @@ -1,55 +0,0 @@ -// 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.\""; - if (countitem("SandCutter") > 0) - menu - "[Leave]",L_Close, - "Actually, I exchanged my Mylarin Dust with a bunny girl.", L_SandCutter; - close; - -L_SandCutter: - mes "[Cerhan]"; - mes "\"What?! Are you mad?! Do you know how many night desert warriors the bunny girl, Ashley, even killed?!\""; - next; - mes "[Cerhan]"; - mes "\"Gosh, I fear for those whom wrong her. I hope you did not provoke her while doing this exchange.\""; - next; - mes "[Cerhan]"; - mes "\"Ugh... I really should finishing settin up my shop, but... I'm so lazy.\""; - 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; -} |