summaryrefslogtreecommitdiff
path: root/npc/029-2/morgan.txt
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/029-2/morgan.txt
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/029-2/morgan.txt')
-rw-r--r--npc/029-2/morgan.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/029-2/morgan.txt b/npc/029-2/morgan.txt
index 5c12dfc3..bd45df7e 100644
--- a/npc/029-2/morgan.txt
+++ b/npc/029-2/morgan.txt
@@ -110,4 +110,17 @@ L_close:
close;
}
-029-2,113,59,0 shop Zitoni NPC103,501:25,502:35,825:50,826:100
+029-2,113,59,0 script Zitoni NPC103,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem CactusDrink;
+ sellitem CactusPotion;
+ sellitem TinyManaElixir, 50;
+ sellitem SmallManaElixir, 100;
+ .distance = 5;
+ end;
+}