diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-10 11:45:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-10 11:45:37 -0300 |
commit | 7679e5994642ef019d850b92ee74e564fefd2e57 (patch) | |
tree | 8b97ec3c2581908837ea039979fe6f6b3181c17f /npc/011-1/shops.txt | |
parent | f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8 (diff) | |
download | serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.gz serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.bz2 serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.xz serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.zip |
Cleanup all shops. This makes CI passable! (At least in a real environment)
Diffstat (limited to 'npc/011-1/shops.txt')
-rw-r--r-- | npc/011-1/shops.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/npc/011-1/shops.txt b/npc/011-1/shops.txt index ce409917..8fd551b4 100644 --- a/npc/011-1/shops.txt +++ b/npc/011-1/shops.txt @@ -1,2 +1,18 @@ +// The Mana World Script +// (C) Jesusalva, 2021 +// Licensed under GPLv2 or later + +011-1,80,33,0 script Fruit Store NPC400,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem GreenApple; + sellitem RedApple; + sellitem Orange; + .distance = 5; + end; +} -011-1,80,33,0 shop Fruit Store NPC400,719:5,535:6,657:10 |