summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/conf/atcommand_athena.conf1
-rw-r--r--world/map/conf/battle_athena.conf3
-rw-r--r--world/map/news.php12
3 files changed, 9 insertions, 7 deletions
diff --git a/world/map/conf/atcommand_athena.conf b/world/map/conf/atcommand_athena.conf
index 1ce846dd..5f8f3a50 100644
--- a/world/map/conf/atcommand_athena.conf
+++ b/world/map/conf/atcommand_athena.conf
@@ -120,7 +120,6 @@ partyrecall: 99
partyspy: 99
charitemlist: 99
charstoragelist: 99
-charcartlist: 99
charquestskill: 99
charlostskill: 99
model: 99
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf
index e1e6265e..0f30a4c6 100644
--- a/world/map/conf/battle_athena.conf
+++ b/world/map/conf/battle_athena.conf
@@ -162,9 +162,6 @@ max_lv: 99
// Max limit of char stats. (agi, str, etc.)
max_parameter: 99
-// Max weight carts can hold.
-max_cart_weight: 8000
-
// Save Clothes color. (This will degrade performance [in txt?]) (Note 1)
save_clothcolor: yes
diff --git a/world/map/news.php b/world/map/news.php
index 48ba5e00..33ad6704 100644
--- a/world/map/news.php
+++ b/world/map/news.php
@@ -39,7 +39,8 @@ function handle_tmw($agent)
{
failure_headers();
echo "##1 The client you're using is really old!\n",
- "##1 Please upgrade to a Mana or ManaPlus client.\n",
+ "##1 Please upgrade to the ManaPlus client.\n",
+ "##1 http://manaplus.org/\n",
"##1 TMW Staff\n \n";
}
@@ -52,13 +53,18 @@ function handle_mana($agent, $min_version)
{
failure_headers();
echo "##1 The client you're using is no longer\n".
- "##1 supported! Please upgrade to $min_version or\n".
- "##1 higher, or use ManaPlus!\n \n".
+ "##1 supported! Please upgrade to ManaPlus\n".
+ "##1 http://manaplus.org/\n \n".
"##1 TMW Staff\n \n";
}
else
{
common_headers();
+ echo "##1 The client you're using is at end of life,\n".
+ "##1 and will no longer be supported as of April 8.\n".
+ "##1 Please upgrade to ManaPLus\n".
+ "##1 http://manaplus.org/\n",
+ "##1 TMW Staff\n \n";
}
}