Server and Client limits

KirieZ

Core Developers
Staff member
Messages
245
Points
0
Location
Brazil
Github
guilherme-gm
Emulator
Hello everyone,

I'm wondering about how much can I increase the number of characters per account and storage size until I reach the client or server limit?

I did some search but could only find old topics from rA / eA and as far as I saw hercules did some upgrades in this part.

Thanks in advance.

 
@@KirieZ

open

src/common/mmo.h

Find the follow line

Char Slot

#define MAX_CHARS 9

Storage

#define MAX_STORAGE 600

change the value and recompile the server

 
Last edited by a moderator:
Hello everyone,

I'm wondering about how much can I increase the number of characters per account and storage size until I reach the client or server limit?

I did some search but could only find old topics from rA / eA and as far as I saw hercules did some upgrades in this part.

Thanks in advance.
Storage don't have limit, neither does char slot,But char slot is only usuable till 21, you may try to increase, but those char slots will show as not available.

 
@@Dastgir

like this 
default_tongue.png
 
default_tongue.png


1zqzmn4.jpg


 
Well, technically storage doesn't have a limit, but iirc a big enough gear filled storage can crash the client every time you open it since the packet sent will get way too big for client to swallow, no?

 
Back
Top