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/013-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/013-2')
-rw-r--r-- | world/map/npc/013-2/notes.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index c2421015..49997195 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -1,22 +1,22 @@ // -013-2.gat,23,32,0|script|Motto|127,{ +013-2.gat,23,32,0|script|Motto|400,{ mes "Mid pleasures and palaces though we may roam,"; mes "Be it ever so humble, there's no place like home."; close; } -013-2.gat,30,32,0|script|Note|127,{ +013-2.gat,30,32,0|script|Note|400,{ mes "Please do not open."; close; } -013-2.gat,38,20,0|script|Saying|127,{ +013-2.gat,38,20,0|script|Saying|400,{ mes "The early bird catcheth the worm."; close; } -013-2.gat,27,21,0|script|Mirror|127,{ +013-2.gat,27,21,0|script|Mirror|400,{ mes "You say: \"Mirror mirror on the wall, who has the nicest haircut of them all?\""; next; mes "\"Oh fair adventurer, your hair indeed looks nice. But wouldn't it look much better, after I have rolled my dice?\""; @@ -31,7 +31,7 @@ } // Warp to north-eastern woods -013-2.gat,25,23,0|script|Spell|127,{ +013-2.gat,25,23,0|script|Spell|400,{ mes "You read: \"I see trees of green, red roses too. I see them bloom for me and you. And I think to myself: \'What a wonderful world\'\""; next; mes "You think: \"Huh?\""; @@ -43,7 +43,7 @@ } // Warp to Indian in south-eastern desert -013-2.gat,27,24,0|script|Spell|127,{ +013-2.gat,27,24,0|script|Spell|400,{ mes "You read: \"A red-coloured fellow smoking his pipe - down in the desert - that's what I like!\""; next; mes "You feel the floor disappear below your feet..."; @@ -63,7 +63,7 @@ L_cheat: } // Warp to snow area -013-2.gat,25,27,0|script|Spell|127,{ +013-2.gat,25,27,0|script|Spell|400,{ mes "You read: \"Snow-white flakes and eminent frost - I'll go there, whatever the cost!\""; next; mes "You feel yourself getting lighter..."; @@ -93,7 +93,7 @@ L_Close: } // Warp to Dimond -013-2.gat,27,27,0|script|Spell|127,{ +013-2.gat,27,27,0|script|Spell|400,{ mes "You read: \"People and cosiness, lively and fun - that's where I've gone!\""; next; mes "The world around you slowly dissolves..."; @@ -103,7 +103,7 @@ L_Close: } // Warp to mines level 2 -013-2.gat,26,28,0|script|Spell|127,{ +013-2.gat,26,28,0|script|Spell|400,{ mes "You read: \"Darkness and legs, eight of them each - I'd rather not go there, but now it's too late...\""; next; mes "For a moment everything turns black..."; @@ -113,7 +113,7 @@ L_Close: } // Death -013-2.gat,21,29,0|script|Spell|127,{ +013-2.gat,21,29,0|script|Spell|400,{ mes "You read: \"Heart stops pumping, breath begone - life is stopping, death has come!\""; next; mes "You're losing control of your body... everything turns black... while slipping to the floor, you hear a faraway scream... suddenly, you see THE LIGHT!"; @@ -123,7 +123,7 @@ L_Close: } // Naked -013-2.gat,28,29,0|script|Spell|127,{ +013-2.gat,28,29,0|script|Spell|400,{ mes "You read: \"Cotton, steel, leather and wool - have I ever seen a greater fool?\""; next; mes "You suddenly feel naked; you ARE naked!"; |