diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:06:25 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:22 -0600 |
commit | fd8f4196a0b4fd9552d25fde1323191542e11bb8 (patch) | |
tree | d451923f250dd66db746709b378506a44e8db03c /world/map/npc/020-2 | |
parent | 5d120bb8b43c551755d3bde6fb62b68b232e8854 (diff) | |
download | serverdata-fd8f4196a0b4fd9552d25fde1323191542e11bb8.tar.gz serverdata-fd8f4196a0b4fd9552d25fde1323191542e11bb8.tar.bz2 serverdata-fd8f4196a0b4fd9552d25fde1323191542e11bb8.tar.xz serverdata-fd8f4196a0b4fd9552d25fde1323191542e11bb8.zip |
Fix Shops for AST
Diffstat (limited to 'world/map/npc/020-2')
-rw-r--r-- | world/map/npc/020-2/shops.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index 08f2b531..1f43ebaa 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -1,7 +1,7 @@ // Snow town shops // About the Area NPC -020-2.gat,75,28,0|script|Taylor|137, +020-2.gat,75,28,0|script|Taylor|137 { mes "[Taylor]"; mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; @@ -14,12 +14,12 @@ close; } // Weapons shop -020-2.gat,25,65,0|shop|Bracco|135,IronArrow :-1,ShortBow :-1,Dagger :-1,LeatherShield :-1 +020-2.gat,25,65,0|shop|Bracco|135,IronArrow:*1,ShortBow:*1,Dagger:*1,LeatherShield:*1 // Potions shop -020-2.gat,75,24,0|shop|Mede|103,CactusDrink :-1,CactusPotion :-1,IronPotion :-1,ConcentrationPotion :-1 +020-2.gat,75,24,0|shop|Mede|103,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,ConcentrationPotion:*1 // INN -020-2.gat,111,23,0|script|Kane|120, +020-2.gat,111,23,0|script|Kane|120 { set @npcname$, "Kane the Inn Keeper"; set @cost, 100; |