diff options
author | Micksha <ms-shaman@gmx.de> | 2021-05-26 10:57:55 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2021-05-26 10:57:55 +0000 |
commit | 6c3835e9c65d1b520f8e2bc3732f003000c13503 (patch) | |
tree | 673ef988607aa18a53a93f49b092bf2b9a5f8feb /npc/009-8/celestia.txt | |
parent | a1b1c9a98fbf4e0853e1b80864a1a1b0d53d7586 (diff) | |
download | serverdata-6c3835e9c65d1b520f8e2bc3732f003000c13503.tar.gz serverdata-6c3835e9c65d1b520f8e2bc3732f003000c13503.tar.bz2 serverdata-6c3835e9c65d1b520f8e2bc3732f003000c13503.tar.xz serverdata-6c3835e9c65d1b520f8e2bc3732f003000c13503.zip |
Celestiafix
Diffstat (limited to 'npc/009-8/celestia.txt')
-rw-r--r-- | npc/009-8/celestia.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-8/celestia.txt b/npc/009-8/celestia.txt index c1c9db83..90889385 100644 --- a/npc/009-8/celestia.txt +++ b/npc/009-8/celestia.txt @@ -1,5 +1,5 @@ -009-8,31,23,0 script Celestia NPC144,{ +009-8,29,124,0 script Celestia NPC144,{ callfunc "CelestiaState"; if (getequipid(equip_head) == 4027) // check if yeti mask (4027) is equipped goto L_YetiMask; @@ -272,13 +272,13 @@ function script CelestiaState { return; } -009-1,74,50,0 script Celestia Door NPC32767,0,0,{ - warp "009-8", 26, 23; +009-1,74,49,0 script Celestia Door NPC32767,0,0,{ + warp "009-8", 26, 124; callfunc "CelestiaState"; end; } 009-1,72,54,0 script Celestia BackDoor NPC32767,0,0,{ - warp "009-8", 23, 34; + warp "009-8", 23, 134; callfunc "CelestiaState"; end; } |