From 7679e5994642ef019d850b92ee74e564fefd2e57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 11:45:37 -0300 Subject: Cleanup all shops. This makes CI passable! (At least in a real environment) --- npc/001-2/forge_shops.txt | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'npc/001-2') diff --git a/npc/001-2/forge_shops.txt b/npc/001-2/forge_shops.txt index 0e39af21..cdbece0a 100644 --- a/npc/001-2/forge_shops.txt +++ b/npc/001-2/forge_shops.txt @@ -1,3 +1,36 @@ +// The Mana World Script +// (C) Jesusalva, 2021 +// Licensed under GPLv2 or later + +001-2,30,60,0 script Gungnir NPC311,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem SlingShot; + sellitem SlingBullet; + sellitem ShortBow; + sellitem Arrow; + sellitem IronArrow; + .distance = 5; + end; +} + + +001-2,25,59,0 script Mjolnir NPC377,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem Knife; + sellitem SharpKnife; + sellitem Dagger; + sellitem LeatherShield; + .distance = 5; + end; +} -001-2,30,60,0 shop Gungnir NPC311,903:50,904:0,530:8000,1199:1,529:2 -001-2,25,59,0 shop Mjolnir NPC377,1201:25,522:50,521:500,523:1000,603:1000 -- cgit v1.2.3-60-g2f50