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_gef.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_gef.txt')
-rw-r--r-- | npc/kafras/kafras_gef.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/kafras/kafras_gef.txt b/npc/kafras/kafras_gef.txt index afd211a50..b774de7b0 100644 --- a/npc/kafras/kafras_gef.txt +++ b/npc/kafras/kafras_gef.txt @@ -3,7 +3,7 @@ //===== By: =========================
//= eAthena Dev Team
//===== Current Version: ===================
-//= 2.1b
+//= 2.2
//===== Compatible With: =====================
//= eAthena 1.0
//===== Description: ============================================
@@ -17,6 +17,7 @@ //= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
+//= 2.2 New warps and prices [Evera]
//=====================================================================
@@ -86,8 +87,8 @@ geffen.gat,37,116,6 script Kafra 117,{ // Function: Sets variables for Geffen Kafras -------------------
function script F_KafSetGef {
- setarray @wrpD$[0], "Prontera", "Payon", "Al De Baran", "Morroc";
- setarray @wrpP[0], 1400, 1800, 1800, 2200;
+ setarray @wrpD$[0], "Prontera", "Al De Baran", "Orc Dungeon", "Coal Mine(Dead Pit)";
+ setarray @wrpP[0], 1200, 1200, 1200, 1700;
set @wrpC$[0], @wrpD$[0]+" -> "+@wrpP[0];
set @wrpC$[1], @wrpD$[1]+" -> "+@wrpP[1];
set @wrpC$[2], @wrpD$[2]+" -> "+@wrpP[2];
|