Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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