Gameserver Limits

10/02/2021 17:14 Hynix_1337#1
Hey,

i have a few questions about the gameserver and i hope someone is in the position to answer these kind of hard questions:

1. The gameserver is limited to 50k monsters is this hardcoded or is this related to the 32bit mechanics since i have 1 Gameserver with 50k mobs using 3GB of RAM with all regions but if its related to the 32bit system then i have still 1GB free for monsters maybe someone have answers about that.

2. Is there a limit for using pandora boxes in vsro gameserver because after some days pandoras stop workings without reasons then i have to restart the gameserver and everything is fine is there also a hardcoded limit or something similar?!

3. Is in sro_client.exe a limit for items in item mall because if the item mall is full with many items the sro_client is crashing and also i read somewhere that there is somekind of item count limit in the client but no sure anymore

Thank you for reading until now! :handsdown:
10/02/2021 17:23 Over56#2
all i know it's about pandora since your game server hit the limit of 50k monsters,the pandora will try to spawn monster but they will just disappear,and the item mall limits ya there's issue with the item count but some filters managed to fix it,
i guess that part will help you
open sro_client with Olydbg
CTRL+G search adress 00BA2156
change 1B58 to 2710
2710 Limit Hexadecimal Value 10000

this fix for the limit on the item mall crash..
shared by
florian0
10/02/2021 18:01 Hynix_1337#3
Quote:
Originally Posted by Over56 View Post
all i know it's about pandora since your game server hit the limit of 50k monsters,the pandora will try to spawn monster but they will just disappear,and the item mall limits ya there's issue with the item count but some filters managed to fix it,
i guess that part will help you
open sro_client with Olydbg
CTRL+G search adress 00BA2156
change 1B58 to 2710
2710 Limit Hexadecimal Value 10000

this fix for the limit on the item mall crash..
shared by
florian0
thanks for the item mall crash fix and about pandora problem....the thing is the gameserver does not reach the 50k monster limt but they stop to work its like you activate pandora box but the box itself dont appear anymore seems like there is also somekind of limit
10/02/2021 18:15 Over56#4
Quote:
Originally Posted by Hynix_1337 View Post
thanks for the item mall crash fix and about pandora problem....the thing is the gameserver does not reach the 50k monster limt but they stop to work its like you activate pandora box but the box itself dont appear anymore seems like there is also somekind of limit
i just tried atm the pandora 20x in same time all of 'em working fine,it must be database side error or smth else but there's no limit on pandora box.
10/02/2021 19:03 Hynix_1337#5
Quote:
Originally Posted by Over56 View Post
i just tried atm the pandora 20x in same time all of 'em working fine,it must be database side error or smth else but there's no limit on pandora box.
it happens after a few days (many players used many pandoras) when i fresh started server and go open pandoras like you did then they work fine.
10/02/2021 20:49 Over56#6
Quote:
Originally Posted by Hynix_1337 View Post
it happens after a few days (many players used many pandoras) when i fresh started server and go open pandoras like you did then they work fine.
try then to reduce the monsters count,and see if that helps
10/03/2021 21:37 Muhab*#7
1. You can disable the 50k objects limit from server.cfg as showen in the figure below.
[Only registered and activated users can see links. Click Here To Register...]

2. Pandoras stops working after few days because you reach the limit of objects on gameserver therefore it doesn't spawn anymore monsters.

3. About the item mall limit crash issue, you can follow this guide written by fl0rian to fix it.
[Only registered and activated users can see links. Click Here To Register...]