From a1276b3c3d519ec9ec839ba17027cc037484c014 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 30 May 2006 16:08:23 +0000 Subject: Fixed the Umbala Skeleton Gate git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6850 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/cities/umbala.txt | 6 +++--- npc/warps/cities/umbala.txt | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5ff474272..15b000c6c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -32,6 +32,7 @@ Evera Date Added ====== 05/30 + * Fixed the Umbala Skeleton Gate thanks to LightFighter and Naf- [Playtester] * Implemented the Lighthalzen guides, added some missing warps [MasterOfMuppets] and a tool dealer. * Re-made some quest to use 1 variable instead of 2 or 3... [Lupus] diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index fd4df7962..273206e03 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -520,7 +520,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Blue if(countitem(717) < 1) goto L2_2_e;//Items: Blue Gemstone, mes "^3355FFYou inserted a Blue Gemstone into the"; - mes "left socket.^000000"; + mes "right socket.^000000"; next; delitem 717,1;//Items: Blue Gemstone, getitem 717,1;//Items: Blue Gemstone, @@ -533,7 +533,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Yellow if(countitem(715) < 1) goto L2_3_e;//Items: Yellow Gemstone, mes "^3355FFYou inserted a Yellow Gemstone into the"; - mes "left socket.^000000"; + mes "right socket.^000000"; next; delitem 715,1;//Items: Yellow Gemstone, getitem 715,1;//Items: Yellow Gemstone, @@ -546,7 +546,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Red if(countitem(716) < 1) goto L2_4_e;//Items: Red Gemstone, mes "^3355FFYou inserted a Red Gemstone into the"; - mes "left socket.^000000"; + mes "right socket.^000000"; next; delitem 716,1;//Items: Red Gemstone, getitem 716,1;//Items: Red Gemstone, diff --git a/npc/warps/cities/umbala.txt b/npc/warps/cities/umbala.txt index 3a3d89c13..649bf362a 100644 --- a/npc/warps/cities/umbala.txt +++ b/npc/warps/cities/umbala.txt @@ -16,7 +16,8 @@ //============================================================ //Witch House -umbala.gat,220,190,0 warp umba0027 1,1,um_in.gat,32,70 +//Entrance via the Skeleton Gate Quest +//umbala.gat,220,190,0 warp umba0027 1,1,um_in.gat,32,70 um_in.gat,28,70,0 warp umba0028 1,1,umbala.gat,217,187 //Weapons -- cgit v1.2.3-70-g09d2