From eb3546a33a9689a745e6497fc9e781f4e7f9b3c1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 21 Mar 2007 14:52:23 +0000 Subject: - Added define MAX_CHARS so you can easily mod the server to support a different amount of characters per account (however, there is still the issue of hexing the client to support this change) - Updated msg_athena.conf so it no longer uses broken english on several entries. Thanks to Scerez for the updated file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10044 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 2b25725d1..b780a78c5 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -20,6 +20,8 @@ #define MAX_MAP_PER_SERVER 1024 #define MAX_INVENTORY 100 +//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more chafacters as well. +#define MAX_CHARS 9 //Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [Skotlex] //Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size. #define MAX_SLOTS 4 -- cgit v1.2.3-60-g2f50