Sign in to follow this  
Sullius

Help with the seasons

Recommended Posts

I loaded a new map on my server and it is like time is frozen in winter the sun and moons are stuck in the same spot all the time I am not a coder and not sure how to fix it I would like to have it set with longer summer and winter with spring and fall a little shorter. when I open the insertwurmlogin.sql which from what I understand is what I need to change I'm not sure what to change please help this is what it show:

 

BEGIN TRANSACTION;
INSERT INTO IDS VALUES(32611,3001,1127788,6147,3000,3000,0,3000,3394,3000,3003,3000,3000,3000,3069,1000,100);
INSERT INTO SERVERS VALUES(0,'New Creative Server',200,200,0,0,0,0,1,'','48010','','','3724',1,4,0,0,0,'','','','','','','','',1,0,1442559932459,'7220','7221',1442559567892,1442564489555,1442564489555,1442564601555,1442559801228,0,36700,554394,589996,25385,1,0,-1,0,0,0,200,10000,10.0,0,10.0,10.0,2160,1,20.0,25.0,25.0,10.0,1.0,0,3.0,'',0,0,1,500000,10000,51,5,3600000,1000000,'Note to Self: 1. Survive, 2. Create!','New');
INSERT INTO TICKETNOS VALUES(0,10000,9999,200000);
COMMIT;
 

Share this post


Link to post
Share on other sites

change 36700 to 2787800

BEGIN TRANSACTION;
INSERT INTO IDS VALUES(32611,3001,1127788,6147,3000,3000,0,3000,3394,3000,3003,3000,3000,3000,3069,1000,100);
INSERT INTO SERVERS VALUES(0,'New Creative Server',200,200,0,0,0,0,1,'','48010','','','3724',1,4,0,0,0,'','','','','','','','',1,0,1442559932459,'7220','7221',1442559567892,1442564489555,1442564489555,1442564601555,1442559801228,0,2787800,554394,589996,25385,1,0,-1,0,0,0,200,10000,10.0,0,10.0,10.0,2160,1,20.0,25.0,25.0,10.0,1.0,0,3.0,'',0,0,1,500000,10000,51,5,3600000,1000000,'Note to Self: 1. Survive, 2. Create!','New');
INSERT INTO TICKETNOS VALUES(0,10000,9999,200000);
COMMIT;

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this