Jump to content

Wresvijk

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Wresvijk

  1. Updated the server to overpoch everything has been working fine. So i decided to add this:

    http://epochmod.com/forum/index.php?/topic/28493-alpha-release-single-currency-30-storage-default-hive-no-global-banking/

    and as the title says now i cant get into my server just stuck at loading screen here is the  error i get

     0:06:58 "Res3tting B!S effects..."
     0:06:58 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
     0:07:00 "HIVE: Starting"
     0:07:00 "HIVE: trying to get objects"
     0:07:00 "HIVE: found 0 objects"
     0:07:00 "HIVE: Commence Object Streaming..."
     0:07:00 "HIVE: got 0 Epoch Objects and 0 Vehicles"
     0:07:00 "HIVE: Spawning # of Vehicles: 300"
     0:07:00 "HIVE: Spawning # of Debris: 500"
     0:07:00 "HIVE: Spawning # of Ammo Boxes: 3"
     0:07:00 "HIVE: Spawning # of Veins: 50"
     0:07:00 "Total Number of spawn locations 5"
    blablalb
    blablalb
    blablalb  (cars spawning)
    blablalb
     0:10:21 "DISCONNECT: wresvijk (76561198037510383) Object: B 1-1-A:1 (wresvijk) REMOTE, _characterID: 0 at loc [-7244.94,19534.5,0]"
     0:10:21 "ERROR: Cannot Sync Character wresvijk as no characterID"
     0:10:21 Client: Remote object 2:9 not found
     0:10:21 Client: Remote object 2:10 not found
     0:10:21 Client: Remote object 2:11 not found

    BUT in the server log i can still see missions spawning in and stuff like that so that means the server is up right? i have tried login in from other computers as well so i know its not a client error.
    Something with my hive or mysql maybe?


    Other scripts i use i think could interfere

    take clothes
    Plotmanagement
    Groupsystem


     

  2. Getting this after install any idea?

    0:10:21 "DISCONNECT: wresvijk (76561198037510383) Object: B 1-1-A:1 (wresvijk) REMOTE, _characterID: 0 at loc [-7244.94,19534.5,0]"
     0:10:21 "ERROR: Cannot Sync Character wresvijk as no characterID"
     0:10:21 Client: Remote object 2:9 not found
     0:10:21 Client: Remote object 2:10 not found
     0:10:21 Client: Remote object 2:11 not found
     0:10:22 Warning: Cleanup player - person 2:0 not found
     0:10:22 Warning: Cleanup player - person 2:0 not found 
     

  3. So after playing arma 2 epoch for a few 100+ hours i thought it was time to start my own server, its been going great so far no major issues, but you will probably see me around asking a few more questions. 

    So on to my problem my scheduler in bec wont run at all, cant see messages and restart dont work either im using the one that comes with the bec install,  im not too experienced with all of this also i dont get any errors in the logs. 

    Someone got any ideas?

    here is my scheduler:

    <?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
    <Scheduler>
    
    <job id='0'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>00090</start>
    	<runtime>000600</runtime>
    	<loop>-1</loop>
    	<cmd>say -1 This server will restart every 3 hours!</cmd>
    </job>
    
    <job id='1'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>000120</start>
    	<runtime>000600</runtime>
    	<loop>-1</loop>
    	<cmd>say -1 Maintain base every 25 day!</cmd>
    </job>
    
    <job id='2'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>05:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='3'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>05:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='4'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>05:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='5'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>06:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='6'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>06:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>>#restart</cmd>
    </job>
    
    <job id='7'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>08:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 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 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='9'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>08:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='10'>
    	<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='11'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>09:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='12'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>11:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='13'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>11:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='14'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>11:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='15'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>12:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='16'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>12:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='17'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>14:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='18'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>14:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='19'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>14:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='20'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>15:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='21'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>15:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='22'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>17:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='23'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>17:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='24'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>17:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='25'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>18:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='26'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>18:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='27'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>20:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='28'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>20:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='29'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>20:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='30'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>21:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='31'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>21:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='32'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>23:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minutes</cmd>
    </job>
    
    <job id='33'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>23:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='34'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>23:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='35'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>00:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='36'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>00:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    <job id='37'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>02:45:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 15 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='38'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>02:55:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
    </job>
    
    <job id='39'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>02:59:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
    </job>
    
    <job id='40'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>03:00:00</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#shutdown</cmd>
    </job>
    
    <job id='41'>
    	<day>1,2,3,4,5,6,7</day>
    	<start>03:00:10</start>
    	<runtime>000000</runtime>
    	<loop>0</loop>
    	<cmd>#restart</cmd>
    </job>
    
    </Scheduler>
      
    
    Update: Got the scheduler working by updating to newest version!
×
×
  • Create New...