* Added back Guild Storage. Confirmed kRO feature
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8701 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
59e39f1b71
commit
f65ed87611
@ -457,7 +457,9 @@
|
||||
540: This player has been definitivly blocked.
|
||||
// Rare Items Drop/Steal announce
|
||||
541: '%s' won %s's %s (chance: %0.02f%%)
|
||||
//541: %.0s%.0sSomeone won %s
|
||||
542: '%s' stole %s's %s (chance: %0.02f%%)
|
||||
//542: %.0s%.0sSomeone stole %s
|
||||
// @Away message bits
|
||||
543: (Automessage has been sent)
|
||||
544: Away [AT] - "%s"
|
||||
|
@ -32,6 +32,8 @@ Playtester
|
||||
|
||||
Date Added
|
||||
======
|
||||
09/11
|
||||
* Added back Guild Storage. Confirmed kRO feature. [Lupus]
|
||||
09/10
|
||||
* Official Byalan F5 spawns [Playtester]
|
||||
- also updated eamobs accordingly
|
||||
|
@ -5,7 +5,7 @@
|
||||
//= eAthena Dev Team
|
||||
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
||||
//===== Current Version: =====================================
|
||||
//= 5.2
|
||||
//= 5.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//===== Description: =========================================
|
||||
@ -35,6 +35,7 @@
|
||||
//= 5.1 Optimized a little, added no tele/save arg's [Evera]
|
||||
//= 5.1a Temporary? Added F_ClearGarbage to clear unused/outdated variables [Lupus]
|
||||
//= 5.2 By default commented out custom Guilds Kafra's "Guild Storage". [Lupus]
|
||||
//= 5.3 uncommented Guild Storage. Confirmed kRO feature. [Lupus]
|
||||
//============================================================
|
||||
|
||||
|
||||
@ -110,9 +111,7 @@ function script F_Kafra {
|
||||
if(getarg(0)==2) {
|
||||
//Guilds Kafra
|
||||
cleararray @K_Menu0$[0],"",7;
|
||||
setarray @K_Menu0$[0],"-Use Storage","-Use Teleport Service","-Rent a Cart","-Cancel";
|
||||
//cleararray @K_Menu0$[0],"",7;
|
||||
//setarray @K_Menu0$[0],"-Use Storage","-Use Guild Storage","-Rent a Cart","-Use Teleport Service","-Cancel";
|
||||
setarray @K_Menu0$[0],"-Use Storage","-Use Guild Storage","-Rent a Cart","-Use Teleport Service","-Cancel";
|
||||
}
|
||||
menu @K_Menu0$[0],K_Menu0,@K_Menu0$[1],K_Menu1,@K_Menu0$[2],K_Menu2,
|
||||
@K_Menu0$[3],K_Menu3,@K_Menu0$[4],K_Menu4,@K_Menu0$[5],K_Menu5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user