diff options
Diffstat (limited to 'npc/012-1/shops.txt')
-rw-r--r-- | npc/012-1/shops.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/npc/012-1/shops.txt b/npc/012-1/shops.txt index 909e70c6..aa411c97 100644 --- a/npc/012-1/shops.txt +++ b/npc/012-1/shops.txt @@ -1,5 +1,25 @@ -012-1,36,99,0 shop #FlowerShop NPC32767,661:20,664:20,665:20,662:20,667:20,663:20,671:20,673:20,669:20,672:20,674:20 +012-1,36,99,0 script #FlowerShop NPC32767,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem RedRose; + sellitem PinkRose; + sellitem YellowRose; + sellitem WhiteRose; + sellitem OrangeRose; + sellitem DarkRedRose; + sellitem RedTulip; + sellitem PinkTulip; + sellitem YellowTulip; + sellitem WhiteTulip; + sellitem OrangeTulip; + .distance = 5; + end; +} 012-1,36,99,0 script Blossom NPC163,{ mes "[Blossom]"; |