diff options
author | Reid <reidyaro@gmail.com> | 2012-07-05 23:33:07 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-05 23:33:07 +0200 |
commit | a331c42a1aefa771c8bd7daabe3dfac06f66eb4c (patch) | |
tree | 647784e414dbfbe90ba4de28d4d2525b50774019 | |
parent | d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3 (diff) | |
download | serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.gz serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.bz2 serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.xz serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.zip |
Add Fexil script and shop.
-rw-r--r-- | npc/000-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/000-1/fexil.txt | 33 | ||||
-rw-r--r-- | npc/000-1/shop.txt | 7 |
3 files changed, 43 insertions, 1 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index 40598232..b586bd55 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -9,4 +9,6 @@ npc: npc/000-1/astapolos.txt npc: npc/000-1/max.txt npc: npc/000-1/sapartan.txt npc: npc/000-1/tarlan.txt -npc: npc/000-1/chest.txt
\ No newline at end of file +npc: npc/000-1/chest.txt +npc: npc/000-1/shop.txt +npc: npc/000-1/fexil.txt diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt new file mode 100644 index 00000000..cf70c7ff --- /dev/null +++ b/npc/000-1/fexil.txt @@ -0,0 +1,33 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Merchand. + +000-1.gat,83,98,0,1 script Fexil 105,{ + + mesn; + mesq lg("Hello traveler."); + next; + mesq l("I got clothes and stuff for you for the best price!"); + next; + mesq l("It comes from the four sides of the archipelago."); + next; + mesq l("Interested?"); + next; + + menu + l("Yes, why not."), l_Accepted, + l("No, sorry."), -; + + mesq l("Oh... Ok, I just started to trade... My technique is maybe not the best."); + next; + mesq l("Anyway, if you feel interested, just click on my bag."); + + close; + +l_Accepted: + shop "Bag"; + close; + +} diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt new file mode 100644 index 00000000..2c2fcd0a --- /dev/null +++ b/npc/000-1/shop.txt @@ -0,0 +1,7 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Fexil's shop bag. + +000-1.gat,84,98,0,1 shop Bag 102,501:-1 |