summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-19 20:06:30 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-19 20:06:30 -0700
commitae194001586f5cc7dc680f56a1aed5c453c7e72d (patch)
tree077d45b7f448f8f30285237184a7a1b4d13be045 /world/map/npc/009-2
parente12af34ecdedca9a83e5bf8100e4bf721ec85697 (diff)
downloadserverdata-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/009-2')
-rw-r--r--world/map/npc/009-2/drunks.txt4
-rw-r--r--world/map/npc/009-2/misc.txt2
-rw-r--r--world/map/npc/009-2/shops.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-2/drunks.txt b/world/map/npc/009-2/drunks.txt
index d97100ac..73158c14 100644
--- a/world/map/npc/009-2/drunks.txt
+++ b/world/map/npc/009-2/drunks.txt
@@ -1,6 +1,6 @@
//Left drinking contest guy
-009-2.gat,65,55,0|script|Drinker|121,
+009-2.gat,65,55,0|script|Drinker#1|121,
{
mes "[Binge Drinker]";
mes "\"Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!\"";
@@ -9,7 +9,7 @@
//Right drinking contest guy
-009-2.gat,68,55,0|script|Drinker|121,
+009-2.gat,68,55,0|script|Drinker#2|121,
{
mes "[Binge Drinker]";
mes "\"I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!\"";
diff --git a/world/map/npc/009-2/misc.txt b/world/map/npc/009-2/misc.txt
index 5c80dc90..7af10c83 100644
--- a/world/map/npc/009-2/misc.txt
+++ b/world/map/npc/009-2/misc.txt
@@ -1,6 +1,6 @@
//Note in bar
-009-2.gat,54,49,0|script|Note|400,
+009-2.gat,54,49,0|script|Note#bar|400,
{
mes "[Note]";
mes "\"We refuse service to anyone who:\"";
diff --git a/world/map/npc/009-2/shops.txt b/world/map/npc/009-2/shops.txt
index c6267ceb..7837b816 100644
--- a/world/map/npc/009-2/shops.txt
+++ b/world/map/npc/009-2/shops.txt
@@ -10,7 +10,7 @@
// Receptionist
// Offers the player to rest at the inn for 100gp
-009-2.gat,50,48,0|script|Receptionist|108,
+009-2.gat,50,48,0|script|Receptionist#inn|108,
{
set @npcname$, "Receptionist";
set @cost, 100;
@@ -27,4 +27,4 @@
// General Store
// Sells various things, many not sold elsewhere
-009-2.gat,32,99,0|shop|General Store|112,Milk :-1,BottleOfWater :-1,CottonShirt :-1,CottonShorts :-1,Boots :-1,SerfHat :-1,CottonHeadband :-1,CottonGloves :-1
+009-2.gat,32,99,0|shop|General Store#hurnscald|112,Milk :-1,BottleOfWater :-1,CottonShirt :-1,CottonShorts :-1,Boots :-1,SerfHat :-1,CottonHeadband :-1,CottonGloves :-1