diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:25:42 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:25:42 +0100 |
commit | eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (patch) | |
tree | dacfe82a4aa85db9edca3ae38c424b9aeeeb926f /npc/000-1/fexil.txt | |
parent | 0cc37af255e4e222622ce524c6eccfc032811f49 (diff) | |
download | serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.gz serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.bz2 serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.xz serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.zip |
add map items adn npcs focus on candor
Diffstat (limited to 'npc/000-1/fexil.txt')
-rw-r--r-- | npc/000-1/fexil.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt deleted file mode 100644 index de72aec24..000000000 --- a/npc/000-1/fexil.txt +++ /dev/null @@ -1,44 +0,0 @@ -// Evol scripts. -// Author: -// Reid -// Description: -// Newbie merchant. - -000-1,83,98,0 script Fexil NPC_ELVEN_MAN_TRADER,{ - mesn; - mesq lg("Greetings traveler."); - next; - mesq l("I have some clothes and other things for you at a fine price!"); - next; - mesq l("What I sell comes from every corner of Gasaron. From Esperia to the Land of Fire!"); - next; - mesq lg("Interested?"); - next; - - switch (select("Yes, why not.:I would rather sell some stuff.:No, Sorry.")) - { - case 1: - mes ""; - mesn; - mesq l("Good, take a look in the bag next to me then!"); - close; - - case 2: - closedialog; - shop "Bag#000-1"; - close; - - default: - mes ""; - mesn; - mesq l("Oh... Well, I just started to trade... Thus my technique may not be the best."); - next; - mesq lg("Anyway, if you ever feel interested, just check my bag!"); - close; - } - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} |