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/035-2/shops.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/035-2/shops.txt') diff --git a/npc/035-2/shops.txt b/npc/035-2/shops.txt index 05a2987e..b864996a 100644 --- a/npc/035-2/shops.txt +++ b/npc/035-2/shops.txt @@ -1,5 +1,17 @@ -035-2,23,38,0 shop Cooky NPC213,539:87,657:10,503:10 +035-2,23,38,0 script Cooky NPC213,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem Beer; + sellitem Orange; + sellitem CasinoCoins; + .distance = 5; + end; +} 035-2,23,35,0 script Bunkmaster Phict NPC212,{ @npcname$ = "Bunkmaster Phict"; -- cgit v1.2.3-60-g2f50