From 0872ca0f142ed297f4d661b4e50268b7f75d6996 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Dec 2014 23:01:35 +0300 Subject: Replace fexil's shop to trader script. --- npc/000-1/shop.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'npc/000-1') diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index a1a86e6c..763fc2f8 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -1,8 +1,22 @@ // Evol scripts. // Author: // Reid +// 4144 // Description: // Fexil's shop bag. -// Gender = 1 -000-1,84,98,0 shop Bag 109,505:-1,502:-1,513:-1,509:-1,2000:-1,1800:-1,3501:-1 +000-1,84,98,0 trader Bag 109,{ + +OnInit: + sellitem PiouLegs; + sellitem Bread; + sellitem Croconut; + sellitem Aquada; + sellitem Armbands; + sellitem LousyMoccasins; + sellitem PiouSlayer; + + setnpcsex G_MALE; + setnpcdistance 2; + end; +} -- cgit v1.2.3-60-g2f50