lenymo 10 Posted December 8, 2014 So I have set up BEC and everything is working properly with the tools and the scheduler.xml unless I attempt to add more then 23 seconds to the start time. The issue appears on jobs 12, 13, and 14. If I change the start time from XX:XX:30 to XX:XX:23 or lower it works perfectly fine, but anything greater then 23 says "not valid numbers in start tag time format, location id=12" Any ideas? <Scheduler> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>16:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> <job id='1'> <day>1,2,3,4,5,6,7</day> <start>04:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> <job id='2'> <day>1,2,3,4,5,6,7</day> <start>09:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> <job id='3'> <day>1,2,3,4,5,6,7</day> <start>15:50:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 10 minutes</cmd> </job> <job id='4'> <day>1,2,3,4,5,6,7</day> <start>03:50:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 10 minutes</cmd> </job> <job id='5'> <day>1,2,3,4,5,6,7</day> <start>08:50:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 10 minutes</cmd> </job> <job id='6'> <day>1,2,3,4,5,6,7</day> <start>15:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 5 minutes</cmd> </job> <job id='7'> <day>1,2,3,4,5,6,7</day> <start>03:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 5 minutes</cmd> </job> <job id='8'> <day>1,2,3,4,5,6,7</day> <start>08:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 5 minutes</cmd> </job> <job id='9'> <day>1,2,3,4,5,6,7</day> <start>15:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 1 minute. Hit ESC to save your character.</cmd> </job> <job id='10'> <day>1,2,3,4,5,6,7</day> <start>03:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 1 minute. Hit ESC to save your character.</cmd> </job> <job id='11'> <day>1,2,3,4,5,6,7</day> <start>08:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 1 minute. Hit ESC to save your character.</cmd> </job> <job id='12'> <day>1,2,3,4,5,6,7</day> <start>15:59:30</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 30 seconds. Hit ESC to save your character.</cmd> </job> <job id='13'> <day>1,2,3,4,5,6,7</day> <start>03:59:30</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 30 seconds. Hit ESC to save your character.</cmd> </job> <job id='14'> <day>1,2,3,4,5,6,7</day> <start>08:59:30</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Server will restart in 30 seconds. Hit ESC to save your character.</cmd> </job> </Scheduler> Share this post Link to post Share on other sites
nuxil 2 Posted December 9, 2014 What version of Bec are you running? I thought i had fixed this in 1.604 :dd: Share this post Link to post Share on other sites
lenymo 10 Posted December 9, 2014 Wont have access to the server for ~2 more hours, but we just downloaded BEC ~5 days ago. I will have to double check the version number. Share this post Link to post Share on other sites
nuxil 2 Posted December 9, 2014 If you dont have 1.604 and need to update. also update the Bec.lib "always do this". many people forget to do this. I have added a version check on the Bec.lib file. if it doesnt match the exe version it wite out a error and terminate. I'll uploade 1.605 soon so if you need to update you should wait. Ps. if a mod is reading. could you move/merge this thread with the Bec thread as its best to keep Bec related stuff in one place. :) Share this post Link to post Share on other sites
lenymo 10 Posted December 9, 2014 I updated to the 1.605 and it is now running properly. thanks. Share this post Link to post Share on other sites