summaryrefslogtreecommitdiff
path: root/npc/035-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 11:45:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 11:45:37 -0300
commit7679e5994642ef019d850b92ee74e564fefd2e57 (patch)
tree8b97ec3c2581908837ea039979fe6f6b3181c17f /npc/035-2
parentf810899c0006e86f46c3e0122ea5b9ec5ea7dfd8 (diff)
downloadserverdata-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/035-2')
-rw-r--r--npc/035-2/shops.txt14
1 files changed, 13 insertions, 1 deletions
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";