removed kafra saves outside towns from inside towns, reenabled culvert save
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8084 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
689c7368e6
commit
59d5ec0acf
@ -35,6 +35,9 @@ Playtester
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
08/02
|
08/02
|
||||||
|
* Re-enabled the Culvert Save [Evera]
|
||||||
|
* Removed save points outside towns (from inside) from Kafras [Evera]
|
||||||
|
- Kafras will no longer display "Save Outside City," and will just save you inside
|
||||||
* Added official success rates of the Socket Enchant NPC [Playtester]
|
* Added official success rates of the Socket Enchant NPC [Playtester]
|
||||||
* Fixed Sharon's abuse at Hunter Job Quest 8) Thanks to mike04 for pointing it out [Lupus]
|
* Fixed Sharon's abuse at Hunter Job Quest 8) Thanks to mike04 for pointing it out [Lupus]
|
||||||
07/31
|
07/31
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 2.2
|
//= 2.3
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= v2.1b Minor changes to function calls. Using arguments.
|
//= v2.1b Minor changes to function calls. Using arguments.
|
||||||
//= This version uses arrays .[kobra_k88]
|
//= This version uses arrays .[kobra_k88]
|
||||||
//= 2.2 New Teleport list and prices [Lupus]
|
//= 2.2 New Teleport list and prices [Lupus]
|
||||||
|
//= 2.3 Can't save outside city anymore [Evera]
|
||||||
//=====================================================================
|
//=====================================================================
|
||||||
|
|
||||||
|
|
||||||
@ -28,14 +29,8 @@ alberta.gat,28,229,8 script Kafra::kaf_alberta 115,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save Outside City.",sM_Out, "-Save inside City",sM_In;
|
savepoint "alberta.gat",31,231;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "pay_fild03.gat",386,76;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "alberta.gat",31,231;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// South ---------------------------------------------------------------------
|
// South ---------------------------------------------------------------------
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ============================
|
//===== By: ============================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: =======================
|
//===== Current Version: =======================
|
||||||
//= 2.41
|
//= 2.5
|
||||||
//===== Compatible With: ============================
|
//===== Compatible With: ============================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -23,6 +23,7 @@
|
|||||||
//= 2.3 Removed SAVE menu from dungeons Kafras [Lupus]
|
//= 2.3 Removed SAVE menu from dungeons Kafras [Lupus]
|
||||||
//= 2.4 Now Baby Merchant can pass Merch Job Quest w/o probs [Lupus]
|
//= 2.4 Now Baby Merchant can pass Merch Job Quest w/o probs [Lupus]
|
||||||
//= 2.41 Removed useless warp points, already nullified by func call [Evera]
|
//= 2.41 Removed useless warp points, already nullified by func call [Evera]
|
||||||
|
//= 2.5 Allowed Culvert save point [Evera]
|
||||||
//===============================================================
|
//===============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -65,7 +66,7 @@ izlu2dun.gat,106,58,8 script Kafra::kaf_izlu2dun 115,{
|
|||||||
//<============================ Culvert Sewers ============================>\\
|
//<============================ Culvert Sewers ============================>\\
|
||||||
prt_fild05.gat,290,224,1 script Kafra::prt_fild05 114,{
|
prt_fild05.gat,290,224,1 script Kafra::prt_fild05 114,{
|
||||||
cutin "kafra_04",2;
|
cutin "kafra_04",2;
|
||||||
callfunc "F_Kafra",0,2,1;
|
callfunc "F_Kafra",0,1,1;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
savepoint "prt_fild05.gat",274,243;
|
savepoint "prt_fild05.gat",274,243;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 2.2
|
//= 2.3
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= v2.1b Minor changes to function calls. Using arguments.
|
//= v2.1b Minor changes to function calls. Using arguments.
|
||||||
//= This version uses arrays .[kobra_k88]
|
//= This version uses arrays .[kobra_k88]
|
||||||
//= 2.2 New warps and prices [Evera]
|
//= 2.2 New warps and prices [Evera]
|
||||||
|
//= 2.3 Can't save outside city [Evera]
|
||||||
//=====================================================================
|
//=====================================================================
|
||||||
|
|
||||||
|
|
||||||
@ -39,14 +40,8 @@ geffen.gat,203,123,3 script Kafra::geffen2 114,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out, "-Save inside city.",sM_In;
|
savepoint "geffen.gat",200,124;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "gef_fild00.gat",51,194;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "geffen.gat",200,124;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// North ==============================================
|
// North ==============================================
|
||||||
@ -56,14 +51,8 @@ geffen.gat,116,202,3 script Kafra::geffen3 116,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out, "-Save inside city.",sM_In;
|
savepoint "geffen.gat",110,199;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "gef_fild04.gat",192,49;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "geffen.gat",110,199;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// West =========================================
|
// West =========================================
|
||||||
@ -73,14 +62,8 @@ geffen.gat,37,116,6 script Kafra::geffen4 117,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out, "-Save inside city.",sM_In;
|
savepoint "geffen.gat",43,108;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "gef_fild07.gat",330,192;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "geffen.gat",43,108;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 2.2
|
//= 2.3
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= v2.1b Minor changes to function calls. Using arguments.
|
//= v2.1b Minor changes to function calls. Using arguments.
|
||||||
//= This version uses arrays .[kobra_k88]
|
//= This version uses arrays .[kobra_k88]
|
||||||
//= 2.2 New teleport destinations, prices [Lupus]
|
//= 2.2 New teleport destinations, prices [Lupus]
|
||||||
|
//= 2.3 Can't save outside city [Evera[
|
||||||
//=====================================================================
|
//=====================================================================
|
||||||
|
|
||||||
|
|
||||||
@ -39,14 +40,8 @@ morocc.gat,162,271,4 script Kafra::kaf_morocc2 114,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "morocc.gat",157,272;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "moc_fild07.gat",212,30;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "morocc.gat",157,272;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// West =================================
|
// West =================================
|
||||||
@ -56,14 +51,8 @@ morocc.gat,28,167,6 script Kafra::kaf_morocc3 116,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "morocc.gat",31,164;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "moc_fild19.gat",164,107;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "morocc.gat",31,164;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// East =================================
|
// East =================================
|
||||||
@ -73,14 +62,8 @@ morocc.gat,292,211,4 script Kafra::kaf_morocc4 112,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "morocc.gat",294,207;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "moc_fild10.gat",24,107;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "morocc.gat",294,207;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Function: Sets variables for Morroc Kafras --------------------------------
|
// Function: Sets variables for Morroc Kafras --------------------------------
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 2.4
|
//= 2.5
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -22,6 +22,7 @@
|
|||||||
//= 2.3b One Kafra's been moved to Prontera, thx to Vicious_Pucca [Lupus]
|
//= 2.3b One Kafra's been moved to Prontera, thx to Vicious_Pucca [Lupus]
|
||||||
//= 2.4 Updated Kafras locations for the mini-map [Lupus]
|
//= 2.4 Updated Kafras locations for the mini-map [Lupus]
|
||||||
//= 2.41 New prices [Evera]
|
//= 2.41 New prices [Evera]
|
||||||
|
//= 2.5 Can't save outside city [Evera]
|
||||||
//=====================================================================
|
//=====================================================================
|
||||||
|
|
||||||
|
|
||||||
@ -42,14 +43,8 @@ prontera.gat,151,29,8 script Kafra::kaf_prontera2 116,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "prontera.gat",150,33;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "prt_fild08.gat",170,369;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "prontera.gat",150,33;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//WEST=========================================
|
//WEST=========================================
|
||||||
@ -59,14 +54,8 @@ prontera.gat,29,207,6 script Kafra::kaf_prontera3 113,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "prontera.gat",33,208;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "prt_fild05.gat",367,205;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "prontera.gat",33,208;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// East ===========================================
|
// East ===========================================
|
||||||
@ -76,14 +65,8 @@ prontera.gat,282,200,4 script Kafra::kaf_prontera4 115,{
|
|||||||
callfunc "F_Kafra",0,0,0;
|
callfunc "F_Kafra",0,0,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
menu "-Save outside city.",sM_Out,"-Save inside city.",sM_In;
|
savepoint "prontera.gat",281,203;
|
||||||
|
callfunc "F_KafEnd",0,1;
|
||||||
sM_Out:
|
|
||||||
savepoint "prt_fild06.gat",31,192;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
sM_In:
|
|
||||||
savepoint "prontera.gat",281,203;
|
|
||||||
callfunc "F_KafEnd",0,1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Center ===========================================
|
// Center ===========================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user