summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 08:39:41 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 08:39:41 +0000
commit3b2ce32fbb2c86cc58053e492acb019943076e92 (patch)
tree63229a0331f986333d58b76fbf568c0847bf50bc
parent22cb0f6ae50bedfe84c8f79f1835b116a9f04660 (diff)
downloadhercules-3b2ce32fbb2c86cc58053e492acb019943076e92.tar.gz
hercules-3b2ce32fbb2c86cc58053e492acb019943076e92.tar.bz2
hercules-3b2ce32fbb2c86cc58053e492acb019943076e92.tar.xz
hercules-3b2ce32fbb2c86cc58053e492acb019943076e92.zip
* Added back Guild Storage. Confirmed kRO feature
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8701 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--conf-tmpl/msg_athena.conf2
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/kafras/functions_kafras.txt7
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,