diff options
Diffstat (limited to 'npc/kafras/kafras_mor.txt')
-rw-r--r-- | npc/kafras/kafras_mor.txt | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/npc/kafras/kafras_mor.txt b/npc/kafras/kafras_mor.txt index 30358c61c..be8187b61 100644 --- a/npc/kafras/kafras_mor.txt +++ b/npc/kafras/kafras_mor.txt @@ -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"; |