diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-20 01:17:20 +0300 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-25 21:51:11 +0100 |
commit | 2592f3b4329519124d456d8cb95758225e2da4ea (patch) | |
tree | 72f5b4d85eccbfb69ad25215a04ba06299e4239b /world/map/npc/010-2 | |
parent | 597953ec087a8f36724d1f8d09385d2e8a9a5f35 (diff) | |
download | serverdata-2592f3b4329519124d456d8cb95758225e2da4ea.tar.gz serverdata-2592f3b4329519124d456d8cb95758225e2da4ea.tar.bz2 serverdata-2592f3b4329519124d456d8cb95758225e2da4ea.tar.xz serverdata-2592f3b4329519124d456d8cb95758225e2da4ea.zip |
Change invisible npc id from 127 to 400.
127 - invisible unselectable npc (fake npc used by server)
400 - invisible selectable npc
Diffstat (limited to 'world/map/npc/010-2')
-rw-r--r-- | world/map/npc/010-2/dimonds.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/010-2/dimonds.txt b/world/map/npc/010-2/dimonds.txt index b2179ce5..97b6fe90 100644 --- a/world/map/npc/010-2/dimonds.txt +++ b/world/map/npc/010-2/dimonds.txt @@ -476,7 +476,7 @@ leave: close; } -010-2.gat,27,30,0|script|Bar Rules|127,{ +010-2.gat,27,30,0|script|Bar Rules|400,{ mes "Dimonds Cove Bar Rules"; next; mes "No excessive drinking!"; @@ -495,25 +495,25 @@ leave: close; } -010-2.gat,71,38,0|script|Store Policy|127,{ +010-2.gat,71,38,0|script|Store Policy|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|127,{ +010-2.gat,77,38,0|script|Store Policy|400,{ mes "All sales are final."; mes "Returns are subject to a 50% re-stocking fee."; close; } -010-2.gat,36,30,0|script|Directions|127,{ +010-2.gat,36,30,0|script|Directions|400,{ mes "This way to the Dimonds Cove Inn."; mes "Five star accommodation for the weary traveler!"; close; } -010-2.gat,80,32,0|script|Dimonds Cove 1|127,{ +010-2.gat,80,32,0|script|Dimonds Cove 1|400,{ mes "The Story of Dimonds Cove"; next; mes "One day Dimond D. Stone dreamed of her own restaurant."; @@ -532,14 +532,14 @@ leave: close; } -010-2.gat,85,32,0|script|Dimonds Cove 2|127,{ +010-2.gat,85,32,0|script|Dimonds Cove 2|400,{ mes "List of Events at Dimonds Cove"; mes "January 2008 - Construction of Dimonds Cove."; close; } -010-2.gat,71,30,0|script|Inn|127,{ +010-2.gat,71,30,0|script|Inn|400,{ mes "Welcome to the Dimonds Cove Inn"; mes "Rooms are 200 gp a night."; mes "Plese check in with Basil."; |