i need query or something to Reduce mobs or remove specific mob :)
how to do this for all mobs?Quote:
USE SRO_VT_SHARD
Update tab_refnest set dwMaxTotalCount = 12 where dwtacticsid in (
Select dwtacticsid from tab_reftactics where dwobjid in (
Select id from _refobjcommon where codename128 like 'mob_kk_penon%' ))
12= amount of mobs u want.
:facepalm: dont ask all times learn abit by your own workQuote:
how to do this for all mobs?
Rarity = 0 is for only Monster also not for uniques or dungeon uniques or TitanQuote:
USE SRO_VT_SHARD
Update tab_refnest set dwMaxTotalCount = 12 where dwtacticsid in (
Select dwtacticsid from tab_reftactics where dwobjid in (
Select id from _refobjcommon where codename128 like 'mob%' and Rarity = '0' ))