* Added Missed Storage Password Function. (bugreport:515)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11846 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
132da258d7
commit
32044af937
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/11/30
|
||||||
|
* Added Missed Storage Password Function. (bugreport:515) [Samuray22]
|
||||||
2007/11/29
|
2007/11/29
|
||||||
* Rescripted Hair Dresser to the Aegis 10.3 Standards. [Samuray22]
|
* Rescripted Hair Dresser to the Aegis 10.3 Standards. [Samuray22]
|
||||||
2007/11/28
|
2007/11/28
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ============================
|
//===== By: ============================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: =======================
|
//===== Current Version: =======================
|
||||||
//= 2.3
|
//= 2.3a
|
||||||
//===== Compatible With: ============================
|
//===== Compatible With: ============================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -24,6 +24,7 @@
|
|||||||
//= Kafra Leilah is now a full NPC and no longer uses functions.
|
//= Kafra Leilah is now a full NPC and no longer uses functions.
|
||||||
//= Added unique Kafra Welcome message.
|
//= Added unique Kafra Welcome message.
|
||||||
//= Changed "Yuno" to "Juno"
|
//= 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) ------------------------------------
|
||||||
@ -76,6 +77,7 @@ aldeba_in,96,181,4 script Kafra Service 113,{
|
|||||||
mes "duty if you wish to use";
|
mes "duty if you wish to use";
|
||||||
mes "any of the Kafra Services.";
|
mes "any of the Kafra Services.";
|
||||||
mes "Thank you for your patronage.";
|
mes "Thank you for your patronage.";
|
||||||
|
callfunc("F_CheckKafCode"); //check your storage password, if set
|
||||||
close2;
|
close2;
|
||||||
openstorage;
|
openstorage;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user