fgw mobs

06/11/2018 23:37 medo abdo#1
how can i increase the mobs in FGW i have only 3 mobs
06/12/2018 05:18 #HB#2
You have a missing/wrong lines in Tab_RefNest.
06/12/2018 05:59 hoangphan7#3
PHP Code:

use sro_vt_shard
go
update Tab_RefNest
set  dwMaxTotalCount 
10 --- < put anything you want
where dwTacticsID in 
(select dwTacticsID from Tab_RefTactics 
where dwObjID in 
(select id from _RefObjCommon where CodeName128 like 'MOB_GOD%' and Rarity not in (8,3) and CodeName128 not like '%ENVY%' and Codename128 not like '%TREASUREBOX%')