[Question] How to DISABLE mobs Spawn , without uniques spawn , etc ?

03/07/2012 16:55 Neko_#1
i am making a PVP server , i want to make start level 110 and cap level 130

so the other areas are not important , and also they could take RAM , CPU and it may cause some LAGGGGGS !

so can you tell me any ideas how to disable it ? Thanks
03/08/2012 00:04 bubabuba#2
1.Disable not needed areas in bindassocserver.
2.Go to refobjcommon find the ids of mobs which are left in the enabled area.
3. Go to reftactics, by dwobjid find the dwtacticsid of the mob u looking for.
4. After u found dwtacticsid go to RefNest and fine the spawn areas of these mobs by dwtactis and just simple delete or disable them.
06/28/2016 14:36 desal12533#3
can u make an ready UPDATE statement to make it ?
09/09/2016 19:51 T0o0P#4
How to remove Mobs in Unique i want unique don't spawn any mob ? :D
09/09/2016 21:38 blapanda#5
Parameter "1936945013" is used for spawning mobs via ID (rest bytes are for amount min/max/extras).

Try to figure out how to get your job done with this information above (frankly, it is now pretty easy for you).
09/12/2016 01:16 Shao-Ming#6
First Query
PHP Code:
USE [SRO_VT_SHARD]
GO
UPDATE dbo
.Tab_RefNest SET dwmaxtotalcount 
Second Query
PHP Code:
USE [SRO_VT_SHARD]
GO
UPDATE dbo
.Tab_RefNest SET dwmaxtotalcount 1  where dwdelaytimemax '21600' 
Third Query
PHP Code:
USE [SRO_VT_SHARD]
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 
09/12/2016 03:27 T0o0P#7
How to remove mob at Unique i have Unique SD Drop 100 mob i think :D i want remove this mob