quick question, i got a db that have alot new npcs, how can i disable them? dont need to remove from lines, only disable if its possible!
thanks!
thanks!
than you can create a query to remove it.Quote:
USE [SRO_VT_SHARD]
SELECT [dwNestID] FROM [dbo].[Tab_RefNest] WHERE dwTacticsID IN
( SELECT [dwTacticsID] FROM [dbo].[Tab_RefTactics] WHERE dwObjID IN
(select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC') )