summaryrefslogtreecommitdiff
path: root/npc/001-2-27
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-25 00:56:42 +0100
committerReid <reidyaro@gmail.com>2016-01-25 00:56:42 +0100
commitaa911c9358e0cb5923529f75792321893f4fd709 (patch)
tree1361840f88cfa101ee243c1472375193da79c757 /npc/001-2-27
parentae6d48841e04fc70dd26c116986b1028d448221d (diff)
downloadserverdata-aa911c9358e0cb5923529f75792321893f4fd709.tar.gz
serverdata-aa911c9358e0cb5923529f75792321893f4fd709.tar.bz2
serverdata-aa911c9358e0cb5923529f75792321893f4fd709.tar.xz
serverdata-aa911c9358e0cb5923529f75792321893f4fd709.zip
Add more items to sell on the shield shop.
Diffstat (limited to 'npc/001-2-27')
-rw-r--r--npc/001-2-27/shop.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt
index 803a6ebb..f8b597ae 100644
--- a/npc/001-2-27/shop.txt
+++ b/npc/001-2-27/shop.txt
@@ -11,6 +11,8 @@ OnInit:
tradertype(NST_MARKET);
sellitem LeatherShield, -1, 30;
+ sellitem CopperArmbands, -1, 28;
+ sellitem IronArmbands, -1, 20;
.sex = G_OTHER;
.distance = 2;
@@ -18,10 +20,16 @@ OnInit:
OnClock0000:
sellitem LeatherShield, -1, 10;
+ sellitem CopperArmbands, -1, 9;
+ sellitem IronArmbands, -1, 7;
OnClock0800:
sellitem LeatherShield, -1, 10;
+ sellitem CopperArmbands, -1, 6;
+ sellitem IronArmbands, -1, 3;
OnClock01600:
sellitem LeatherShield, -1, 10;
+ sellitem CopperArmbands, -1, 8;
+ sellitem IronArmbands, -1, 6;
}
001-2-27,43,29,0 trader Store#Weapon001-2-27 NPC_NO_SPRITE,{
@@ -29,20 +37,24 @@ OnClock01600:
OnInit:
tradertype(NST_MARKET);
- sellitem WoodenSword, -1, 50;
+ sellitem PiouSlayer, -1, 50;
sellitem TrainingGladius, -1, 25;
+ sellitem WoodenSword, -1, 50;
.sex = G_OTHER;
.distance = 2;
end;
OnClock0000:
+ sellitem PiouSlayer, -1, 25;
sellitem TrainingGladius, -1, 8;
sellitem WoodenSword, -1, 25;
OnClock0800:
+ sellitem PiouSlayer, -1, 25;
sellitem TrainingGladius, -1, 8;
sellitem WoodenSword, -1, 25;
OnClock01600:
+ sellitem PiouSlayer, -1, 25;
sellitem TrainingGladius, -1, 8;
sellitem WoodenSword, -1, 25;
}