From 6ff84c8bf9ff0023d1edbfa139d104740362f6d1 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 15 Dec 2012 21:06:35 +0000 Subject: * Updated Minstrel and Shadow Chaser job quests to their latest versions. * Fixed more Izlude RE coordinates (bugreport:6285). * Disabled "Fish Tails" NPC in El Dicastes quests until Izlude RE coordinates are found; also, fixed a small mistake. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17024 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/kafras.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/kafras/kafras.txt') diff --git a/npc/kafras/kafras.txt b/npc/kafras/kafras.txt index 9dacc071f..8e6d49c8a 100644 --- a/npc/kafras/kafras.txt +++ b/npc/kafras/kafras.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Joseph //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 0.x Previous Authors: //= - L0ne_W0lf, kobra_k88, Samuray22, Evera, Lupus //= 1.0 Merged and cleaned up Kafras. [Joseph] +//= 1.1 Added Izlude RE coordinates. [Euphy] //============================================================ // Aldebaran @@ -411,7 +412,10 @@ cmd_fild07,136,134,4 script Kafra Employee::kaf_cmd_fild07 721,{ mes "are always on your side."; mes "How may I assist you?"; callfunc "F_Kafra",5,0,1,40,820; - savepoint "izlude",94,103; + if (checkre(0)) + savepoint "izlude",129,97; + else + savepoint "izlude",94,103; callfunc "F_KafEnd",0,1,"in the city of Izlude"; } -- cgit v1.2.3-60-g2f50