updated kafra functions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8964 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
02e41c0e3a
commit
d5c7e45bac
@ -4,7 +4,7 @@
|
||||
//= eAthena Dev Team
|
||||
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
||||
//===== Current Version: =====================================
|
||||
//= 5.4
|
||||
//= 5.4a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//===== Description: =========================================
|
||||
@ -92,12 +92,12 @@ function script F_Kafra {
|
||||
break;
|
||||
//Common w/o teleport
|
||||
case 3:
|
||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";
|
||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Rent a Cart","-Other Information Check","-Cancel";
|
||||
break;
|
||||
//Case 4 is Einbroch no tele message.
|
||||
//Common w/o save and teleport
|
||||
case 5:
|
||||
setarray @K_Menu0$[0],"-Guide","-Use Storage","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";
|
||||
setarray @K_Menu0$[0],"-Guide","-Use Storage","-Rent a Cart","-Other Information Check","-Cancel";
|
||||
break;
|
||||
//Only storage and other info check
|
||||
case 6:
|
||||
@ -105,7 +105,7 @@ function script F_Kafra {
|
||||
break;
|
||||
//Common Kafra
|
||||
default:
|
||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";
|
||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Other Information Check","-Cancel";
|
||||
break;
|
||||
}
|
||||
if(getarg(0)==2) {
|
||||
@ -170,6 +170,7 @@ function script F_Kafra {
|
||||
}
|
||||
if (@K_Menu0$[@num] == "-Guide"){
|
||||
callfunc "F_KafGuide";
|
||||
next;
|
||||
goto M_Menu;
|
||||
}
|
||||
if (@K_Menu0$[@num] == "-Other Information Check"){
|
||||
|
Loading…
x
Reference in New Issue
Block a user