* Standardized Kafra Employee headers and comments (/kafras/)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16616 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
euphyy 2012-08-10 05:26:23 +00:00
parent fb0a39fe3e
commit 5ccf2f288f
13 changed files with 134 additions and 154 deletions

View File

@ -5,7 +5,7 @@
//===== Current Version: =====================================
//= 1.5
//===== Compatible With: =====================================
//= rAthena
//= rAthena SVN
//===== Description: =========================================
//= Cool Event Corp. Staff (Save, Storage & Pushcart Service)
//= in Arunafeltz Region.

View File

@ -1,12 +1,12 @@
//===== rAthena Script ============
//===== rAthena Script =======================================
//= Alberta Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.4
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -23,10 +23,9 @@
//= 2.3 Can't save outside city anymore [Evera]
//= 2.4 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message.
//=====================================================================
//============================================================
// NorthWest -----------------------------------------------------------------
// Northwest --------------------------------------------------------------
alberta,28,229,0 script Kafra Employee::kaf_alberta 116,{
cutin "kafra_02",2;
callfunc "F_KafSetAlb";
@ -43,7 +42,7 @@ alberta,28,229,0 script Kafra Employee::kaf_alberta 116,{
callfunc "F_KafEnd",0,1,"in the city of Alberta";
}
// South ---------------------------------------------------------------------
// South ------------------------------------------------------------------
alberta,113,60,6 script Kafra Employee::kaf_alberta2 112,{
cutin "kafra_06",2;
callfunc "F_KafSetAlb";
@ -61,8 +60,7 @@ alberta,113,60,6 script Kafra Employee::kaf_alberta2 112,{
callfunc "F_KafEnd",0,1,"in the city of Alberta";
}
// Function: Sets variables for Ablerta Kafras -------------------------------
// Function: Sets variables for Alberta Kafras ----------------------------
function script F_KafSetAlb {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpP[0], 1200, 1800, 1800;

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Al De Baran Kafras
//===== By: ============================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =======================
//===== Current Version: =====================================
//= 2.3a
//===== Compatible With: ============================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -25,9 +25,9 @@
//= Added unique Kafra Welcome message.
//= Changed "Yuno" to "Juno"
//= 2.3a Added "callfunc("F_CheckKafCode")" when you open storage. (bugreport:515) [Samuray22]
//=====================================================================
//============================================================
// Kafra Main Office (Kafra Leilah) ------------------------------------
// Kafra Main Office (Kafra Leilah) ---------------------------------------
aldeba_in,96,181,4 script Kafra Service 113,{
cutin "kafra_05",2;
mes "[Kafra Leilah]";
@ -114,7 +114,7 @@ aldeba_in,96,181,4 script Kafra Service 113,{
end;
}
// Central --------------------------------------------------
// Central ----------------------------------------------------------------
aldebaran,143,119,4 script Kafra Employee::kaf_aldebaran 113,{
cutin "kafra_05",2;
cleararray @wrpC$[0],"",getarraysize(@wrpC$);

View File

@ -1,12 +1,12 @@
//===== rAthena Script ===============
//===== rAthena Script =======================================
//= Comodo Kafras
//===== By: ============================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =======================
//===== Current Version: =====================================
//= 2.3
//===== Compatible With: ============================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -24,10 +24,9 @@
//= 2.21 from Pharos, both warps are now 1200z [Evera]
//= 2.3 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message2.
//=====================================================================
//============================================================
// In Town ==============================================>\\
// In Town ----------------------------------------------------------------
comodo,195,150,4 script Kafra Employee::kaf_comodo 721,{
cutin "kafra_07",2;
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
@ -50,7 +49,7 @@ comodo,195,150,4 script Kafra Employee::kaf_comodo 721,{
callfunc "F_KafEnd",0,1,"in the town of Comodo";
}
// Comodo Pharos Lighthouse (Beacon Island) ===================>\\
// Comodo Pharos Lighthouse (Beacon Island) -------------------------------
cmd_fild07,136,134,4 script Kafra Employee::kaf_cmd_fild07 721,{
cutin "kafra_07",2;
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
@ -70,5 +69,4 @@ cmd_fild07,136,134,4 script Kafra Employee::kaf_cmd_fild07 721,{
M_Save:
savepoint "cmd_fild07",127,134;
callfunc "F_KafEnd",0,1,"in Pyros Lighthouse";
}

View File

@ -1,12 +1,12 @@
//===== rAthena Script ================
//===== rAthena Script =======================================
//= Kafras in Dungeons and Fields
//===== By: ============================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =======================
//===== Current Version: =====================================
//= 2.7a
//===== Compatible With: ============================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: =================================
//===== Additional Comments: =================================
//= v1.1 Now using functions. Added teleport service for Orc Dungeon
//= and Coal Mine Kafras.
//= v2.1 Fixed bug with Merc job quest kafra.[Lupus]
@ -31,11 +31,10 @@
//= Removed Ant Hell Kafra Employees.
//= 2.7 Merchant quest in the Biliban kafra. (Barron-Monster) [L0ne_W0lf]
//= 2.7a Corrected a problem with Dobuel "Welcome Message". (bugreport:783) [Samuray22]
//===============================================================
//============================================================
//<============================= Byalan Island ============================>\\
// Byalan Island ----------------------------------------------------------
izlu2dun,106,58,8 script Kafra Employee::kaf_izlu2dun 115,{
cutin "kafra_03",2;
if(BaseJob==Job_Novice && job_merchant_q2>0) callfunc "F_MercKafra"; //F_MercKafra found in merchant.txt
mes "[Kafra Employee]";
@ -51,8 +50,7 @@ izlu2dun,106,58,8 script Kafra Employee::kaf_izlu2dun 115,{
callfunc "F_KafEnd",0,1,"at Byalan Island";
}
//<============================ Culvert Sewers ============================>\\
// Culvert Sewers ---------------------------------------------------------
prt_fild05,290,224,3 script Kafra Employee::prt_fild05 114,{
cutin "kafra_04",2;
mes "[Kafra Employee]";
@ -69,8 +67,7 @@ prt_fild05,290,224,3 script Kafra Employee::prt_fild05 114,{
callfunc "F_KafEnd",0,1, "at the Prontera Culverts";
}
//<=========================== Coal Mine (Dead Pitt) =======================>\\
// Coal Mine (Dead Pitt) --------------------------------------------------
mjolnir_02,83,362,4 script Kafra Employee::kaf_mjolnir_02 116,{
cutin "kafra_02",2;
mes "[Kafra Employee]";
@ -86,8 +83,7 @@ mjolnir_02,83,362,4 script Kafra Employee::kaf_mjolnir_02 116,{
callfunc "F_KafEnd",0,1,"at Mjolnir Dead Pit";
}
//<=============================== Morroc Ruins ============================>\\
// Morroc Ruins -----------------------------------------------------------
moc_ruins,59,157,5 script Kafra Employee::moc_ruins 114,{
cutin "kafra_04",2;
mes "[Kafra Employee]";
@ -104,8 +100,7 @@ moc_ruins,59,157,5 script Kafra Employee::moc_ruins 114,{
callfunc "F_KafEnd",0,1," at the Pyramids";
}
//<================================ Orc Dungeon ============================>\\
// Orc Dungeon ------------------------------------------------------------
gef_fild10,73,340,5 script Kafra Employee::kaf_gef_fild10 116,{
cutin "kafra_02",2;
mes "[Kafra Employee]";
@ -121,7 +116,7 @@ gef_fild10,73,340,5 script Kafra Employee::kaf_gef_fild10 116,{
callfunc "F_KafEnd",0,1,"at the Orc Dungeon";
}
//<============================== Treasure Island ==========================>\\
// Treasure Island --------------------------------------------------------
alb2trea,59,69,5 script Kafra Employee::kaf_alb2trea 117,{
cutin "kafra_01",2;
mes "[Kafra Employee]";

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Geffen Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.5
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -25,10 +25,9 @@
//= Added unique Kafra Welcome messages.
//= Removed North and West Kafra
//= 2.5 Fixed Kafra NPC names. [L0ne_W0lf]
//=====================================================================
//============================================================
// South =====================================
// South ------------------------------------------------------------------
geffen,120,62,0 script Kafra Employee::kaf_geffen 115,{
cutin "kafra_03",2;
callfunc "F_KafSetGef";
@ -44,7 +43,7 @@ geffen,120,62,0 script Kafra Employee::kaf_geffen 115,{
callfunc "F_KafEnd",0,1,"in the city of Geffen";
}
// East ==============================================
// East -------------------------------------------------------------------
geffen,203,123,2 script Kafra Employee::geffen2 114,{
cutin "kafra_04",2;
callfunc "F_KafSetGef";
@ -62,8 +61,7 @@ geffen,203,123,2 script Kafra Employee::geffen2 114,{
callfunc "F_KafEnd",0,1,"in the city of Geffen";
}
// Function: Sets variables for Geffen Kafras -------------------
// Function: Sets variables for Geffen Kafras -----------------------------
function script F_KafSetGef {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Prontera", "Al De Baran", "Orc Dungeon", "Mjolnir Dead Pit";

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Izlude Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.4
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -24,7 +24,7 @@
//= 2.3 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message2.
//= 2.4 Izlude Kafra doesn't warp to Prontera but to Payon. [Masao]
//=====================================================================
//============================================================
- script kaf_izlude -1,{
cutin "kafra_01",2;

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Morroc Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.4
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -24,10 +24,9 @@
//= 2.4 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome messages.
//= removed West and East Kafra
//=====================================================================
//============================================================
// South ================================
// South ------------------------------------------------------------------
morocc,156,97,4 script Kafra Employee::kaf_morocc 113,{
cutin "kafra_05",2;
callfunc "F_KafSetMoc";
@ -43,7 +42,7 @@ morocc,156,97,4 script Kafra Employee::kaf_morocc 113,{
callfunc "F_KafEnd",0,1,"in the city of Morroc";
}
// North =================================
// North ------------------------------------------------------------------
morocc,160,258,4 script Kafra::kaf_morocc2 114,{
cutin "kafra_04",2;
callfunc "F_KafSetMoc";
@ -61,7 +60,7 @@ morocc,160,258,4 script Kafra::kaf_morocc2 114,{
callfunc "F_KafEnd",0,1,"in the city of Morroc";
}
// Function: Sets variables for Morroc Kafras --------------------------------
// Function: Sets variables for Morroc Kafras -----------------------------
function script F_KafSetMoc {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Prontera", "Payon", "Alberta", "Comodo", "Comodo Pharos Beacon";

View File

@ -1,12 +1,12 @@
//===== rAthena Script ===========
//===== rAthena Script =======================================
//= New Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 3.2
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==============================================
//===== Additional Comments: =================================
//= v1.1 Now using functions
//= v2.1 Added Niflheim Kafra by Dizzy
//= v2.1b Minor changes to function calls. Using arguments.
@ -34,9 +34,9 @@
//= Added unique Kafra Welcome messages.
//= 3.1 Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857 [Brainstorm]
//= 3.2 Changed Umbala Kafra Position to official. [Masao]
//==========================================================================
//============================================================
// Amatsu ------------------------------------------------------------------
// Amatsu -----------------------------------------------------------------
amatsu,102,149,4 script Kafra Employee::kaf_amatsu 116,{
cutin "kafra_02",2;
mes "[Kafra Employee]";
@ -52,7 +52,7 @@ amatsu,102,149,4 script Kafra Employee::kaf_amatsu 116,{
callfunc "F_KafEnd",0,1,"in the city of Amatsu";
}
// Ayothaya ----------------------------------------------------------------
// Ayothaya ---------------------------------------------------------------
ayothaya,212,169,5 script Kafra Employee::kaf_ayothaya 116,{
cutin "kafra_02",2;
mes "[Kafra Employee]";
@ -68,8 +68,7 @@ ayothaya,212,169,5 script Kafra Employee::kaf_ayothaya 116,{
callfunc "F_KafEnd",0,1,"in the city of Ayotaya";
}
// Einbech -----------------------------------------------------------------
// Einbech ----------------------------------------------------------------
einbech,181,132,5 script Kafra Employee#ein3::kaf_einbech 860,{
cutin "kafra_08",2;
mes "[Kafra Employee]";
@ -84,7 +83,7 @@ einbech,181,132,5 script Kafra Employee#ein3::kaf_einbech 860,{
callfunc "F_KafEnd",0,1,"in the town of Einbech";
}
// Einbroch (North-East) ---------------------------------------------------
// Einbroch (North-East) --------------------------------------------------
einbroch,242,205,5 script Kafra Employee#ein2::kaf_einbroch 860,{
cutin "kafra_08",2;
mes "[Kafra Employee]";
@ -100,7 +99,7 @@ einbroch,242,205,5 script Kafra Employee#ein2::kaf_einbroch 860,{
callfunc "F_KafEnd",0,1,"in the city of Einbroch";
}
// Einbroch (East) ---------------------------------------------------------
// Einbroch (East) --------------------------------------------------------
einbroch,59,203,6 script Kafra Employee#ein1::kaf_einbroch2 861,{
cutin "kafra_09",2;
mes "[Kafra Employee]";
@ -116,7 +115,7 @@ einbroch,59,203,6 script Kafra Employee#ein1::kaf_einbroch2 861,{
callfunc "F_KafEnd",0,1,"in the city of Einbroch";
}
// Gonryun -----------------------------------------------------------------
// Gonryun ----------------------------------------------------------------
gonryun,159,122,4 script Kafra Employee::kaf_gonryun 116,{
cutin "kafra_02",2;
mes "[Kafra Employee]";
@ -132,9 +131,8 @@ gonryun,159,122,4 script Kafra Employee::kaf_gonryun 116,{
callfunc "F_KafEnd",0,1,"in the city of Kunlun";
}
// Lighthalzen--------------------------------------------------------------
//Outside the hotel
// Lighthalzen-------------------------------------------------------------
// Outside Hotel
lighthalzen,164,100,4 script Kafra Employee::kaf_lighthalzen 860,{
cutin "kafra_08",2;
mes "[Kafra Employee]";
@ -165,7 +163,7 @@ lighthalzen,191,320,4 script Kafra Employee::kaf_lighthalzen2 861,{
callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";
}
//Inside the hotel
// Inside Hotel
lhz_in02,237,284,4 script Kafra Employee::kaf_lhz_in02 861,{
cutin "kafra_09",2;
mes "[Kafra Employee]";
@ -180,7 +178,7 @@ lhz_in02,237,284,4 script Kafra Employee::kaf_lhz_in02 861,{
callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";
}
// Louyang -----------------------------------------------------------------
// Louyang ----------------------------------------------------------------
louyang,210,104,5 script Kafra Employee::kaf_louyang 117,{
cutin "kafra_01",2;
mes "[Kafra Employee]";
@ -196,7 +194,7 @@ louyang,210,104,5 script Kafra Employee::kaf_louyang 117,{
callfunc "F_KafEnd",0,1,"in the city of Louyang";
}
// Umbala Kafra ------------------------------------------------------------
// Umbala -----------------------------------------------------------------
umbala,87,160,4 script Kafra Employee::kaf_umbala 721,{
cutin "kafra_07",2;
cleararray @wrpC$[0],"",getarraysize(@wrpC$);

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Payon Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.5
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==============================================
//===== Additional Comments: =================================
//= v1.1 Now using functions
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -27,10 +27,9 @@
//= Added unique Kafra Welcome message.
//= 2.4b Updated the remaning names for the Kafras. [L0ne_W0lf]
//= 2.5 Changed Order in the Warp menu to official. [Masao]
//==========================================================================
//============================================================
// Main Town, South ----------------------------------------------------------
// Main Town, South -------------------------------------------------------
payon,181,104,4 script Kafra Employee::kaf_payon 113,{
cutin "kafra_05",2;
callfunc "F_KafSetPay";
@ -46,7 +45,7 @@ payon,181,104,4 script Kafra Employee::kaf_payon 113,{
callfunc "F_KafEnd",0,1,"in the city of Payon";
}
// Main Town, Middle North --------------------------------------------------
// Main Town, Middle North ------------------------------------------------
payon,175,226,4 script Kafra Employee::kaf_payon2 116,{
cutin "kafra_02",2;
callfunc "F_KafSetPay";
@ -63,7 +62,7 @@ payon,175,226,4 script Kafra Employee::kaf_payon2 116,{
callfunc "F_KafEnd",0,1,"in the city of Payon";
}
// Archer Village ------------------------------------------------------------
// Archer Village ---------------------------------------------------------
pay_arche,55,123,0 script Kafra Employee::kaf_payon3 115,{
cutin "kafra_03",2;
callfunc "F_KafSetPay";
@ -80,8 +79,7 @@ pay_arche,55,123,0 script Kafra Employee::kaf_payon3 115,{
callfunc "F_KafEnd",0,1,"at the Payon Dungeon";
}
// Function: Sets variables for Payon Kafras ---------------------------------
// Function: Sets variables for Payon Kafras ------------------------------
function script F_KafSetPay {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Prontera", "Alberta", "Morroc";

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Prontera Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.7
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -28,10 +28,9 @@
//= 2.6 Fixed central Kafra position (146,86 -> 146,98) [L0ne_W0lf]
//= 2.7 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome messages.
//=====================================================================
//============================================================
// North ==================================
// North ------------------------------------------------------------------
prontera,152,326,3 script Kafra Employee::kaf_prontera 112,{
cutin "kafra_06",2;
callfunc "F_KafSetPront";
@ -49,7 +48,7 @@ M_Save:
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
// SOUTH ======================================
// South ------------------------------------------------------------------
prontera,151,29,0 script Kafra Employee::kaf_prontera2 115,{
cutin "kafra_03",2;
callfunc "F_KafSetPront";
@ -65,7 +64,7 @@ prontera,151,29,0 script Kafra Employee::kaf_prontera2 115,{
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
//WEST=========================================
// West -------------------------------------------------------------------
prontera,29,207,6 script Kafra Employee::kaf_prontera3 113,{
cutin "kafra_05",2;
callfunc "F_KafSetPront";
@ -81,7 +80,7 @@ prontera,29,207,6 script Kafra Employee::kaf_prontera3 113,{
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
// East ===========================================
// East -------------------------------------------------------------------
prontera,282,200,2 script Kafra Employee::kaf_prontera4 114,{
cutin "kafra_04",2;
callfunc "F_KafSetPront";
@ -99,7 +98,7 @@ prontera,282,200,2 script Kafra Employee::kaf_prontera4 114,{
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
// Center ===========================================
// Center -----------------------------------------------------------------
prontera,146,89,6 script Kafra Employee::kaf_prontera5 117,{
cutin "kafra_01",2;
callfunc "F_KafSetPront";
@ -116,8 +115,7 @@ M_Save:
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
// Function: Sets variables for Prontera Kafras ----------------------------
// Function: Sets variables for Prontera Kafras ---------------------------
function script F_KafSetPront {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Izlude", "Geffen", "Payon", "Morroc", "Orc Dungeon", "Alberta";

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Yuno Kafras
//===== By: =========================
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: ===================
//===== Current Version: =====================================
//= 2.4
//===== Compatible With: =====================
//= rAthena 1.0
//===== Description: ============================================
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Description of argument settings for callfunc "F_Kafra".
//= arg(0): When set at 0 the default Kafra message is displayed.
//= When set to 1 the Niflhiem Kafra message is displayed.
@ -15,7 +15,7 @@
//= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
//= arg(3): Cost of Storage service
//= arg(4): Cost of Rent a Pushcart service
//===== Additional Comments: ==========================================
//===== Additional Comments: =================================
//= v1.1 Now using functions :)
//= v2.1b Minor changes to function calls. Using arguments.
//= This version uses arrays .[kobra_k88]
@ -23,10 +23,9 @@
//= 2.3 Updated a kafra location. [Musashiden]
//= 2.4 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message.
//=====================================================================
//============================================================
// Center ------------------------------------------------------------------
// Center -----------------------------------------------------------------
yuno,152,187,4 script Kafra Employee::kaf_yuno 860,{
cutin "kafra_08",2;
callfunc "F_KafSetYun";
@ -42,7 +41,7 @@ yuno,152,187,4 script Kafra Employee::kaf_yuno 860,{
callfunc "F_KafEnd",0,1,"in the city of Juno";
}
// South East --------------------------------------------------------------
// South East -------------------------------------------------------------
yuno,327,108,4 script Kafra Employee::kaf_yuno2 860,{
cutin "kafra_08",2;
callfunc "F_KafSetYun";
@ -58,7 +57,7 @@ yuno,327,108,4 script Kafra Employee::kaf_yuno2 860,{
callfunc "F_KafEnd",0,1,"in the city of Juno";
}
// East --------------------------------------------------------------------
// East -------------------------------------------------------------------
yuno,277,221,4 script Kafra Employee::kaf_yuno3 861,{
cutin "kafra_09",2;
callfunc "F_KafSetYun";
@ -74,8 +73,7 @@ yuno,277,221,4 script Kafra Employee::kaf_yuno3 861,{
callfunc "F_KafEnd",0,1,"in the city of Juno";
}
// Function: Sets variables for Yuno Kafras ------------
// Function: Sets variables for Yuno Kafras -------------------------------
function script F_KafSetYun {
cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Al De Baran";

View File

@ -16,7 +16,7 @@
veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{
mes "[Veins Guide]";
mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village.";
mes "If this is the first time for you to use the guide services, why don't you check the "Notice" menu first?";
mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?";
next;
while (1) {
switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) {