From 3b2ce32fbb2c86cc58053e492acb019943076e92 Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 11 Sep 2006 08:39:41 +0000 Subject: * Added back Guild Storage. Confirmed kRO feature git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8701 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/msg_athena.conf | 2 ++ npc/Changelog.txt | 2 ++ npc/kafras/functions_kafras.txt | 7 +++---- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index 94850b6fa..3d08b070a 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -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" diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9db111723..4e34e8c69 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -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 diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index f17497469..6b5c08950 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -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, -- cgit v1.2.3-70-g09d2