summaryrefslogtreecommitdiff
path: root/npc/026-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/026-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/026-2')
-rw-r--r--npc/026-2/gy_inn_shops.txt69
1 files changed, 64 insertions, 5 deletions
diff --git a/npc/026-2/gy_inn_shops.txt b/npc/026-2/gy_inn_shops.txt
index 532fe9da..be7f9fcd 100644
--- a/npc/026-2/gy_inn_shops.txt
+++ b/npc/026-2/gy_inn_shops.txt
@@ -1,6 +1,68 @@
-026-2,30,56,0 shop Chef#graveyard NPC300,784:30,785:25,786:30,787:55
-026-2,38,30,0 shop Estrilda NPC301,788:30,789:30,790:50
+026-2,30,56,0 script Chef#graveyard NPC300,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem ZombieNachos;
+ sellitem LadyFingers;
+ sellitem JellAhh;
+ sellitem Snapple;
+ .distance = 5;
+ end;
+}
+
+026-2,38,30,0 script Estrilda NPC301,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem BeetleJuice;
+ sellitem GutBuster;
+ sellitem BloodWine;
+ .distance = 5;
+ end;
+}
+
+026-2,31,119,0 script Leofwin NPC304,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem CactusDrink;
+ sellitem CactusPotion;
+ sellitem BugLeg;
+ sellitem SmallMushroom;
+ sellitem IronPotion;
+ sellitem ConcentrationPotion;
+ sellitem HardSpike;
+ sellitem DarkCrystal;
+ sellitem Root;
+ sellitem WispPowder;
+ sellitem SpectrePowder;
+ sellitem PoltergeistPowder;
+ .distance = 5;
+ end;
+}
+
+026-2,22,120,0 script Umfrey NPC302,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem BoneArrows;
+ sellitem ShockSweet;
+ .distance = 5;
+ end;
+}
026-2,40,24,0 script Edwin NPC309,{
@npcname$ = "Edwin";
@@ -24,9 +86,6 @@
close;
}
-026-2,31,119,0 shop Leofwin NPC304,501:25,502:35,518:25,566:50,567:250,568:250,613:10,631:250,740:200,772:350,773:350,774:350
-
-026-2,22,120,0 shop Umfrey NPC302,1282:20,1281:500
026-2,25,120,0 script J.P. Morbid NPC321,{
@npcname$ = "J.P. Morbid";
callfunc "Banker";