summaryrefslogtreecommitdiff
path: root/npc/kafras
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-15 21:06:35 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-15 21:06:35 +0000
commit6ff84c8bf9ff0023d1edbfa139d104740362f6d1 (patch)
tree78fe4ad473c17339b9617c342939820a69fb345d /npc/kafras
parent226265a6cdbac588bac232c1dc9e3e9c2074cd56 (diff)
downloadhercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.gz
hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.bz2
hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.xz
hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.zip
* 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
Diffstat (limited to 'npc/kafras')
-rw-r--r--npc/kafras/kafras.txt8
1 files changed, 6 insertions, 2 deletions
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";
}