diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-04 02:30:39 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-04 02:30:39 +0000 |
commit | b7ab054f37d70ef6a1f403c12a7a50af3a1a55c0 (patch) | |
tree | 637e8f403f2791ee964307c8ec5df86e25c21bce /npc/kafras/kafras_izl.txt | |
parent | d5e6d4a85a722eb9f5fdab2d652bc59a98ab8ba0 (diff) | |
download | hercules-b7ab054f37d70ef6a1f403c12a7a50af3a1a55c0.tar.gz hercules-b7ab054f37d70ef6a1f403c12a7a50af3a1a55c0.tar.bz2 hercules-b7ab054f37d70ef6a1f403c12a7a50af3a1a55c0.tar.xz hercules-b7ab054f37d70ef6a1f403c12a7a50af3a1a55c0.zip |
new kafra prices and warps
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras/kafras_izl.txt')
-rw-r--r-- | npc/kafras/kafras_izl.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/kafras/kafras_izl.txt b/npc/kafras/kafras_izl.txt index 851876856..aac1476ed 100644 --- a/npc/kafras/kafras_izl.txt +++ b/npc/kafras/kafras_izl.txt @@ -3,7 +3,7 @@ //===== By: =========================
//= eAthena Dev Team
//===== Current Version: ===================
-//= 2.2
+//= 2.21
//===== Compatible With: =====================
//= eAthena 1.0
//===== Description: ============================================
@@ -18,12 +18,13 @@ //= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
//= 2.2 New teleport destinations, prices [Lupus]
+//= 2.21 Warps to Prontera rather than Payon now [Evera]
//=====================================================================
izlude.gat,134,87,3 script Kafra 117,{
cutin "kafra_01",2;
- setarray @wrpD$[0], "Geffen", "Payon", "Morroc", "Al De Baran";
+ setarray @wrpD$[0], "Geffen", "Prontera", "Morroc", "Al De Baran";
setarray @wrpP[0], 1200, 1200, 1200, 1800;
set @wrpC$[0], @wrpD$[0]+" -> "+@wrpP[0];
set @wrpC$[1], @wrpD$[1]+" -> "+@wrpP[1];
|