Arabia map problem

09/29/2017 15:42 sonzenbi#1
It is really hard to explain , so i have videos.
It happens every time the character moves to other region and only arabia map
[Only registered and activated users can see links. Click Here To Register...]
09/29/2017 18:32 (Pepega)#2
How many gameserver ?
try to disable hotan example at refregionbindassoc.... dbo and then restart server
09/29/2017 19:02 sonzenbi#3
Monsters are not lost , it's a matter of displaying pictures
09/29/2017 19:04 Ryotic#4
reduce the spawn mob to 45k
09/29/2017 19:12 iGamerFD#5
Well, if your problem is that the mobs disappear, then the issue is that the SR_GameServer has reached his max of "Entities" having more than 50 k of mobs. the solution is simple, alter the mobs spawn by this quieres

Code:
USE [SRO_VT_SHARD]
GO
UPDATE dbo.Tab_RefNest SET dwmaxtotalcount = dwmaxtotalcount/2
--Credits to MiDO(RZ)

Code:
USE [SRO_VT_SHARD]
GO 
UPDATE dbo.Tab_RefNest SET dwmaxtotalcount = 1 where dwdelaytimemax = '21600' ; 
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32100
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32200
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32300
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32400
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32500
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32600
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32700
UPDATE Tab_RefNest SET dwMaxTotalCount=1 WHERE dwTacticsID=32800
it should work(If that are the problem)
09/29/2017 19:40 sonzenbi#6
I think the problem is not monster
[Only registered and activated users can see links. Click Here To Register...]

refregion.txt :)
The problem has been solved