diff options
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/drunks.txt | 4 | ||||
-rw-r--r-- | world/map/npc/009-2/misc.txt | 2 | ||||
-rw-r--r-- | world/map/npc/009-2/shops.txt | 4 |
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 |