Quote:
Originally Posted by Sir*EviL
If you want to double all spawns:
PHP Code:
USE [SRO_VT_SHARD]
UPDATE Tab_RefNest SET dwmaxtotalcount=dwmaxtotalcount * 2
If you want to triple it
PHP Code:
USE [SRO_VT_SHARD]
UPDATE Tab_RefNest SET dwmaxtotalcount=dwmaxtotalcount * 3
and so on..
|
jup, increase the mobs for the uniques also... and u call ur self db editor ?
Code:
DECLARE @Rate INT = 1, --Set your rate here
@Level INT = 90 --Set Max Level Here
UPDATE Tab_RefNest SET dwMaxTotalCount*=@Rate
FROM Tab_RefNest N
INNER JOIN Tab_RefTactics T
ON N.dwTacticsID = T.dwTacticsID
INNER JOIN _RefObjCommon C
ON C.ID = T.dwObjID
INNER JOIN _RefObjChar RC
ON RC.ID = C.Link
WHERE C.Rarity=0 AND RC.Link<=@Level
my query is better then the other queries but not perfect, this query should also increase the max count for the title quests and fgw mobs etc...
if u want a perfect query add me skype and iŽll sell u one
my skype: TheSodiku
but if u dont wanna pay dont add me