Question about changing of Unique time

05/16/2013 20:18 powerclass#1
Hi guys (^_^)
How can i change unique,FTW,Arena and other event times..

How can i do that on SMC ?
O a programm is better for this problem...

Ty ;)
05/17/2013 16:23 PortalDark#2
#moved to correct section
05/18/2013 09:19 Anonymous-6723#3
About uniques it's in database..

Code:
 Update Tab_RefNest Set dwDelayTimeMin=1800 , dwDelayTimeMax=1800 WHERE dwTacticsID = (SELECT dwTacticsID FROM Tab_RefTactics WHERE dwObjID = 
 (SELECT ID FROM _RefObjCommon WHERE Codename128 like 'UNIQUE CODENAME128 HERE'))
Time is in seconds, 1800 = 30min.

About events : SMC > SR_Scheduler, just read what it says and u will understand it.
Hint*: Check where it says End Date .. make it year 2015 :) otherwise you will add the event with start date (it takes it from ur pc) and end date the same day.