From 57fbcef315050450da17f4b8abaaa7c8eb9e1837 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Sun, 5 Aug 2012 14:26:10 +0000 Subject: Rescripted Moscovia Kafra to use the Kafra functions. Removed unofficial Guide option in functions_kafras.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16583 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'npc/kafras/functions_kafras.txt') diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 0a6dad7d8..f57c9c371 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -5,7 +5,7 @@ //= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0) //= L0ne_W0lf //===== Current Version: ===================================== -//= 6.3 +//= 6.4 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -58,6 +58,7 @@ //= 6.1 Added menu for Turbo Track Kafra Staff. [L0ne_W0lf] //= 6.2 Updated/Fixed warp cords. [Kisuka] //= 6.3 #kafra_code is now stored as is. [brianluau] +//= 6.4 Removed unofficial Guide function. [Daegaladh] //============================================================ @@ -138,19 +139,19 @@ function script F_Kafra { // No Teleport (Common) case 3: - setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Guide","Check Other Information","Cancel"; + setarray @K_Menu0$[0],"Save","Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break; // Case 4 is Einbroch no tele message. // No save, or teleport. (Common) case 5: - setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Check Other Information","Guide","Cancel"; + setarray @K_Menu0$[0],"Use Storage","Rent a Pushcart","Check Other Information","Cancel"; break; // Storage and Check Other Information only. case 6: - setarray @K_Menu0$[0],"Use Storage","Guide","Check Other Information","Cancel"; + setarray @K_Menu0$[0],"Use Storage","Check Other Information","Cancel"; break; // Save, Storage, and Pushcart only (Kafra Warehouse) @@ -165,7 +166,7 @@ function script F_Kafra { // Common Kafra Employee default: - setarray @K_Menu0$[0],"Save","Use Storage","Use Teleport Service","Rent a Pushcart","Guide","Check Other Information","Cancel"; + setarray @K_Menu0$[0],"Save","Use Storage","Use Teleport Service","Rent a Pushcart","Check Other Information","Cancel"; break; } @@ -234,11 +235,6 @@ function script F_Kafra { if(callfunc("F_KafCart",getarg(0),getarg(4)) == 1) next; goto M_Menu; } - if (@K_Menu0$[@num] == "Guide"){ - callfunc "F_KafGuide"; - next; - goto M_Menu; - } if (@K_Menu0$[@num] == "Check Other Information"){ callfunc "F_KafInfo",getarg(2); goto M_Menu; @@ -473,14 +469,6 @@ M_End: return 0; } - -// Pass Function =============================================================== -function script F_KafGuide { - mes "[Kafra Employee]"; - mes "WIP..."; - return; -} - // Special Reserve Points Function =========================================== function script F_KafInfo { -- cgit v1.2.3-70-g09d2