diff options
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];
|