• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

How to change FlyFF Guild Re-Join Time.

Newbie Spellweaver
Joined
Sep 4, 2012
Messages
99
Reaction score
2
if 1 sec what is the pattern

SET m_tGuildMember = CONVERT(CHAR(8),DATEADD(d,2,GETDATE()),112)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(hh,DATEADD(d,0,GETDATE()))),2)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(mi,DATEADD(d,0,GETDATE()))),2)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(ss,DATEADD(d,1,GETDATE()))),2)

CORRECT OR WRONG :/
 
Newbie Spellweaver
Joined
Sep 4, 2012
Messages
99
Reaction score
2
if 1 sec what is the pattern

SET m_tGuildMember = CONVERT(CHAR(8),DATEADD(d,2,GETDATE()),112)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(hh,DATEADD(d,0,GETDATE()))),2)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(mi,DATEADD(d,0,GETDATE()))),2)
+ RIGHT('00' + CONVERT(VARCHAR(2),DATEPART(ss,DATEADD(d,1,GETDATE()))),2)

correct or wrong :/

bummp !
 
Newbie Spellweaver
Joined
Sep 4, 2012
Messages
99
Reaction score
2
if 1 sec what is the pattern

set m_tguildmember = convert(char(8),dateadd(d,2,getdate()),112)
+ right('00' + convert(varchar(2),datepart(hh,dateadd(d,0,getdate()))),2)
+ right('00' + convert(varchar(2),datepart(mi,dateadd(d,0,getdate()))),2)
+ right('00' + convert(varchar(2),datepart(ss,dateadd(d,1,getdate()))),2)

correct or wrong :/

bumppppp i need this please answer ...
 
Back
Top