diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 20:06:30 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 20:06:30 -0700 |
commit | ae194001586f5cc7dc680f56a1aed5c453c7e72d (patch) | |
tree | 077d45b7f448f8f30285237184a7a1b4d13be045 /world/map/npc/010-2 | |
parent | e12af34ecdedca9a83e5bf8100e4bf721ec85697 (diff) | |
download | serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.gz serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.bz2 serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.xz serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.zip |
Give every NPC a unique name
Diffstat (limited to 'world/map/npc/010-2')
-rw-r--r-- | world/map/npc/010-2/chef.txt | 2 | ||||
-rw-r--r-- | world/map/npc/010-2/dimonds.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/010-2/chef.txt b/world/map/npc/010-2/chef.txt index 6343e517..0a295d65 100644 --- a/world/map/npc/010-2/chef.txt +++ b/world/map/npc/010-2/chef.txt @@ -1,4 +1,4 @@ -010-2.gat,33,25,0|script|Chef|148, +010-2.gat,33,25,0|script|Chef#dimond|148, { // lines belong to Easter 2011: // set @month, 4; diff --git a/world/map/npc/010-2/dimonds.txt b/world/map/npc/010-2/dimonds.txt index 3bc1f75d..300891c3 100644 --- a/world/map/npc/010-2/dimonds.txt +++ b/world/map/npc/010-2/dimonds.txt @@ -501,14 +501,14 @@ leave: close; } -010-2.gat,71,38,0|script|Store Policy|400, +010-2.gat,71,38,0|script|Store Policy#1|400, { mes "All sales are final."; mes "Returns are subject to a 50% re-stocking fee."; close; } -010-2.gat,77,38,0|script|Store Policy|400, +010-2.gat,77,38,0|script|Store Policy#2|400, { mes "All sales are final."; mes "Returns are subject to a 50% re-stocking fee."; @@ -565,7 +565,7 @@ leave: 010-2.gat,85,41,0|shop|Blacksmith|146,ForestBow :-1,IronArrow :-1,LeatherShield :-1 -010-2.gat,65,41,0|shop|General Store|137,CottonShorts :-1,FancyHat :-1,SilkHeadband :-1,CottonSkirt :-1,Boots :-1,CottonBoots :-1 +010-2.gat,65,41,0|shop|General Store#dimond|137,CottonShorts :-1,FancyHat :-1,SilkHeadband :-1,CottonSkirt :-1,Boots :-1,CottonBoots :-1 010-2.gat,75,68,0|script|Basil|107, { |