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/021-1 | |
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/021-1')
-rw-r--r-- | world/map/npc/021-1/bakery.txt | 4 | ||||
-rw-r--r-- | world/map/npc/021-1/north_shops.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/021-1/bakery.txt b/world/map/npc/021-1/bakery.txt index 46337613..2bb932da 100644 --- a/world/map/npc/021-1/bakery.txt +++ b/world/map/npc/021-1/bakery.txt @@ -1,8 +1,8 @@ // Outside the bakery -021-1.gat,103,103,0|shop|Ara|163,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1,CherryCake :-1 +021-1.gat,103,103,0|shop|Ara|163,WhiteCake:*1,ChocolateCake:*1,OrangeCake:*1,AppleCake:*1,CherryCake:*1 -021-1.gat,108,102,0|script|Itka|114, +021-1.gat,108,102,0|script|Itka|114 { mes "[Itka]"; mes "\"This bakery is the best!\""; diff --git a/world/map/npc/021-1/north_shops.txt b/world/map/npc/021-1/north_shops.txt index 81a05a20..db6dea50 100644 --- a/world/map/npc/021-1/north_shops.txt +++ b/world/map/npc/021-1/north_shops.txt @@ -3,16 +3,16 @@ // More high-end stuff to satisfy the richer people in Royal Tulimshar // Some clothing -021-1.gat,135,36,0|shop|Inar|108,CottonShirt :-1,CottonShorts :-1,CottonBoots :-1,CottonHeadband :-1 +021-1.gat,135,36,0|shop|Inar|108,CottonShirt:*1,CottonShorts:*1,CottonBoots:*1,CottonHeadband:*1 -021-1.gat,129,40,0|script|Well|400, +021-1.gat,129,40,0|script|Well|400 { callfunc "WaterBottle"; end; } // An officer (for security) -021-1.gat,128,37,0|script|Officer|150, +021-1.gat,128,37,0|script|Officer|150 { mes "[Officer]"; mes "I'm here for extra security for this market."; |