From c0b910429c1c4e90c01850767ed8f57b64f0a25e Mon Sep 17 00:00:00 2001 From: Kisuka Date: Sun, 4 Jan 2009 11:18:10 +0000 Subject: - Typo fixes to THQS. - Few fixes on warper.txt - Official warp cords for Kafra Teleport Service. (Someone delete Custom folder already before l0ne kills himself! :<) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13431 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'npc/kafras/functions_kafras.txt') diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index af86f54c7..2e7963588 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -5,7 +5,7 @@ //= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0) //= L0ne_W0lf //===== Current Version: ===================================== -//= 6.1 +//= 6.2 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -57,6 +57,7 @@ //= 6.0 Closed Kafra Password exploit in Cool Event Corp. Storages until we got a client/packet based password support. //= Added 2 args into F_SetKafCode to fit it in Cool Evnt Co. NPC [Lupus] //= 6.1 Added menu for Turbo Track Kafra Staff. [L0ne_W0lf] +//= 6.2 Updated/Fixed warp cords. [Kisuka] //============================================================ @@ -398,19 +399,19 @@ function script F_KafTele { set RESRVPTS, RESRVPTS + (@wrpP[@num]/16); } if (@wrpD$[@num] == "Alberta") warp "alberta", 117, 56; - if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",143,110; - if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",143,110; - if (@wrpD$[@num] == "Comodo") warp "comodo", 207, 144; + if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",168,112; + if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",168,112; + if (@wrpD$[@num] == "Comodo") warp "comodo", 209, 143; if (@wrpD$[@num] == "Izlude") warp "izlude", 91, 105; if (@wrpD$[@num] == "Geffen") warp "geffen", 120, 39; if (@wrpD$[@num] == "Morroc") warp "morocc", 156, 46; - if (@wrpD$[@num] == "Payon") warp "payon", 168, 103; + if (@wrpD$[@num] == "Payon") warp "payon", 161, 58; if (@wrpD$[@num] == "Prontera") warp "prontera", 116, 72; - if (@wrpD$[@num] == "Mjolnir Dead Pit") warp "mjolnir_02", 82, 347; + if (@wrpD$[@num] == "Mjolnir Dead Pit") warp "mjolnir_02", 99, 351; if (@wrpD$[@num] == "Comodo Pharos Beacon") warp "cmd_fild07", 127, 134; if (@wrpD$[@num] == "Orc Dungeon") warp "gef_fild10", 52, 326; - if (@wrpD$[@num] == "Umbala") warp "umbala", 130, 130; - if (@wrpD$[@num] == "Juno") warp "yuno", 157, 123; + if (@wrpD$[@num] == "Umbala") warp "umbala", 100, 154; + if (@wrpD$[@num] == "Juno") warp "yuno", 158, 125; cutin "", 255; end; } -- cgit v1.2.3-70-g09d2