diff options
author | Reid <reidyaro@gmail.com> | 2016-01-15 23:29:31 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-15 23:36:25 +0100 |
commit | a212f0bd8cfbf58ca7e11f994663247c823a7d25 (patch) | |
tree | 8f2ae93577b87034fbcdabc1d97e64dfd1a9b1df | |
parent | 43345fb498f6fe4fb778518a80df01d5a33ed5c8 (diff) | |
download | serverdata-a212f0bd8cfbf58ca7e11f994663247c823a7d25.tar.gz serverdata-a212f0bd8cfbf58ca7e11f994663247c823a7d25.tar.bz2 serverdata-a212f0bd8cfbf58ca7e11f994663247c823a7d25.tar.xz serverdata-a212f0bd8cfbf58ca7e11f994663247c823a7d25.zip |
Add Aquada shop stand script.
-rw-r--r-- | npc/001-1/shop.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index ed99d531..ad0a8508 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -88,3 +88,22 @@ OnClock0000: restoreshopitem KhakiCottonDye, 10; restoreshopitem YellowCottonDye, 10; } + +001-1,64,114,0 trader Store#Aquada001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem Aquada, -1, 50; + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem Aquada, 20; +OnClock0800: + restoreshopitem Aquada, 20; +OnClock1600: + restoreshopitem Aquada, 20; +} |