game full with mobs

08/22/2020 22:28 Rgend#1
game are full with mobs
how to counter with spawn rate of mobs
i can't appear anything more like normal mobs or unique

I didn't have edit anything for rare mobs before
08/23/2020 03:08 JoleChow*#2
This will reduce the spawn counts
*Try to take backup just incase you wanted to change the rates
Quote:
use SRO_VT_SHARD
update Tab_RefNest Set dwMaxTotalCount = 4 where dwMaxTotalCount >= 5 and dwMaxTotalCount <= 10
update Tab_RefNest Set dwMaxTotalCount = 4 where dwMaxTotalCount >= 10 and dwMaxTotalCount <= 15
update Tab_RefNest Set dwMaxTotalCount = 4 where dwMaxTotalCount >= 15
10/15/2020 19:53 xTomasky#3
Gameserver can spwan 50 k mobs only

so write in your console this code ( /worldstatus ) you will get how many mobs in your server
10/15/2020 21:11 wanteds#4
Can you increase the 50k limit?
10/15/2020 22:14 Ribra#5
Quote:
Originally Posted by wanteds View Post
Can you increase the 50k limit?
No, you would need to run multiple gameservers.
10/18/2020 18:15 Laag#82#6
Quote:
Originally Posted by JoleChow* View Post
This will reduce the spawn counts
*Try to take backup just incase you wanted to change the rates
Hello,

This is not recommended for use
10/19/2020 09:13 Devsome#7
#moved