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/056-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/056-2')
-rw-r--r-- | world/map/npc/056-2/notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/056-2/notes.txt b/world/map/npc/056-2/notes.txt index 19f1ae68..acc9ef87 100644 --- a/world/map/npc/056-2/notes.txt +++ b/world/map/npc/056-2/notes.txt @@ -1,11 +1,11 @@ -056-2.gat,77,34,0|script|Warning|127,{ +056-2.gat,77,34,0|script|Warning|400,{ mes "Turn around. Do not come any closer!"; mes "Go back upstairs and leave! I don't want to see anybody!"; mes "This is the last warning!"; mes "- Mirak"; close; } -056-2.gat,29,30,0|script|Note|127,{ +056-2.gat,29,30,0|script|Note|400,{ mes "DO NOT GO ANY FURTHER!"; mes "Put the supplies on the table and do not come downstairs. I don't want to be bothered."; mes "- Mirak"; |