diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 07:11:31 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 07:11:31 +0000 |
commit | d30a47de2fa3cd2d1e665873722f098baf7ed5e5 (patch) | |
tree | eddd1c702824b1f97cc1dfe853fc5199e9fcc4bf /npc/kafras/kafras_yun.txt | |
parent | f39c630a80b20d8b06797749460d1694a2ce9345 (diff) | |
download | hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.gz hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.bz2 hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.xz hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.zip |
- Juno Update According to iRO Process. 50% complete.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras/kafras_yun.txt')
-rw-r--r-- | npc/kafras/kafras_yun.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/kafras/kafras_yun.txt b/npc/kafras/kafras_yun.txt index 775d83230..2fb278916 100644 --- a/npc/kafras/kafras_yun.txt +++ b/npc/kafras/kafras_yun.txt @@ -3,7 +3,7 @@ //===== By: =========================
//= eAthena Dev Team
//===== Current Version: ===================
-//= 2.1b
+//= 2.3
//===== Compatible With: =====================
//= eAthena 1.0
//===== Description: ============================================
@@ -17,13 +17,14 @@ //= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
-//= 2,2 Now only warps to Aldebaran [Evera]
+//= 2.2 Now only warps to Aldebaran [Evera]
+//= 2.3 Updated a kafra location. [Musashiden]
//=====================================================================
// Center ------------------------------------------------------------------
-yuno.gat,153,187,6 script Kafra::kaf_yuno 114,{
- cutin "kafra_04",2;
+yuno.gat,152,187,6 script Kafra::kaf_yuno 113,{
+ cutin "kafra_05",2;
callfunc "F_KafSetYun";
callfunc "F_Kafra",0,0,0;
@@ -33,7 +34,7 @@ yuno.gat,153,187,6 script Kafra::kaf_yuno 114,{ }
// South East --------------------------------------------------------------
-yuno.gat,328,108,6 script Kafra::kaf_yuno2 113,{
+yuno.gat,327,108,4 script Kafra::kaf_yuno2 113,{
cutin "kafra_05",2;
callfunc "F_KafSetYun";
callfunc "F_Kafra",0,0,0;
|