summaryrefslogtreecommitdiff
path: root/npc/re/kafras
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-08 20:47:30 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-08 20:47:30 +0000
commit1e80fd46e183eb6c70cb3ba5165b5f39daf33678 (patch)
treebe941e7efe9c19c2a006e3eea22af2321f4ee3a5 /npc/re/kafras
parentfd692ffcd39f0bca5f7756d218e0ea751dad07c0 (diff)
downloadhercules-1e80fd46e183eb6c70cb3ba5165b5f39daf33678.tar.gz
hercules-1e80fd46e183eb6c70cb3ba5165b5f39daf33678.tar.bz2
hercules-1e80fd46e183eb6c70cb3ba5165b5f39daf33678.tar.xz
hercules-1e80fd46e183eb6c70cb3ba5165b5f39daf33678.zip
- First try to commit something into this whole new Mess Ind created ^^
* Added the Izlude Town Map Update some of you may already know from me from the download section. Moving all NPC's and Warps around to match the new Izlude Town Map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16384 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/kafras')
-rw-r--r--npc/re/kafras/kafras_izl.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/kafras/kafras_izl.txt b/npc/re/kafras/kafras_izl.txt
index ec42d2359..d15440c19 100644
--- a/npc/re/kafras/kafras_izl.txt
+++ b/npc/re/kafras/kafras_izl.txt
@@ -25,7 +25,7 @@
//= Added unique Kafra Welcome message2.
//=====================================================================
-izlude,134,87,3 script Kafra Employee::kaf_izlude 117,{
+izlude,128,148,6 script Kafra Employee::kaf_izlude 117,{
cutin "kafra_01",2;
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Geffen", "Prontera", "Morroc", "Al De Baran";
@@ -43,7 +43,7 @@ izlude,134,87,3 script Kafra Employee::kaf_izlude 117,{
mes "How may I assist you?";
callfunc "F_Kafra",5,0,1,40,820;
- M_Save:
- savepoint "izlude",94,103;
- callfunc "F_KafEnd",0,1,"in the city of Izlude";
+M_Save:
+ savepoint "izlude",94,103;
+ callfunc "F_KafEnd",0,1,"in the city of Izlude";
}