summaryrefslogtreecommitdiff
path: root/npc/020-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/020-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/020-2')
-rw-r--r--npc/020-2/shops.txt34
1 files changed, 32 insertions, 2 deletions
diff --git a/npc/020-2/shops.txt b/npc/020-2/shops.txt
index b940e99f..74a8315d 100644
--- a/npc/020-2/shops.txt
+++ b/npc/020-2/shops.txt
@@ -10,8 +10,38 @@
mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\"";
close;
}
-020-2,25,65,0 shop Bracco NPC135,529:2,530:8000,521:500,603:1000
-020-2,75,24,0 shop Mede NPC103,501:25,502:35,567:250,568:250,826:120,827:240,828:480
+020-2,25,65,0 script Bracco NPC135,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem IronArrow;
+ sellitem ShortBow;
+ sellitem Dagger;
+ sellitem LeatherShield;
+ .distance = 5;
+ end;
+}
+
+020-2,75,24,0 script Mede NPC103,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem CactusDrink;
+ sellitem CactusPotion;
+ sellitem IronPotion;
+ sellitem ConcentrationPotion;
+ sellitem SmallManaElixir, 120;
+ sellitem MediumManaElixir, 240;
+ sellitem LargeManaElixir, 480;
+ .distance = 5;
+ end;
+}
020-2,111,23,0 script Kane NPC120,{
@npcname$ = "Kane the Inn Keeper";