PHP Code:
DECLARE raRe FLOAT = 0.75 /*_#2 = 200%, 1 = 100%, 0.5 = 50%*/
UPDATE TRN
SET TRN.dwMaxTotalCount *= raRe
FROM Tab_RefNest TRN
JOIN Tab_RefTactics TRT ON TRN.dwTacticsID = TRT.dwTacticsID
JOIN _RefObjCommon ROC ON TRT.dwObjID = ROC.ID
WHERE ROC.CodeName128 LIKE 'MOB%'
AND ROC.Rarity = 0
AND dwDelayTimeMin < 600
AND dwDelayTimeMin != 0
AND dwMaxTotalCount != 1
i want to rebuild this query to change only dwmaxtotalcount
and i hope if the builder can make an option that make make me do triple or double instead of a number, wish means lets say there's a mob have 10 count, i can change it to 50, by typing 50 on the query, but what if i type 1 = same, 2 = double, 3 = triple , and so on, for a better result, because the same mob lines not necessary to have the same dwtotalcount value,
thanks in advance.
Copyright goes to






