hey,
I have problem,
some monsters disappear... spawn and after 1 sec disappear...
and when I want to spawn monster by GM command then this monsters disappear too...
some1 know why?
Printable View
hey,
I have problem,
some monsters disappear... spawn and after 1 sec disappear...
and when I want to spawn monster by GM command then this monsters disappear too...
some1 know why?
you have over 45k mob and you have to reduce the mob...
how to do this?
Use this, Execute this querys and you are done.
and then execute this oneQuote:
USE [SRO_VT_SHARD]
GO
UPDATE dbo.Tab_RefNest SET dwmaxtotalcount = dwmaxtotalcount/2
Quote:
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