diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index 94850b6fa2..3d08b070a0 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 9db1117235..4e34e8c690 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 f17497469c..6b5c08950b 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,