Jump to content

MarshMallow

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by MarshMallow

  1. Hello, I have a problem with the trader vehicles spawning

     

    The trader spawns them in the air and they parachute into the map and float into every imaginable object on the way down. There is a heli pad which they should be spawning on, does anyone know how to sort this out?

     

     

     

  2. 1. Open up HeidiSQL

    2. Click on the epoch database you are using

    3. Open the query tab (Looks like a blue triangle)

    4. Drag the SQL file into the query box (Should see some writing in it now)

    5. Click the blue triangle and wait

    6. Click 'Ok' to any warnings it produces

    7. Close HeidiSQL

    8. Open HeidiSQL and look for the 'garage' database in the epoch database

     

    If its there then its worked. If not then you have done something wrong.

     

    Hope this helped :)

  3. I have the folder on me desktop with the server in it. There is also another folder on the desktop called BEC. Should the path be C:\Users\Administrator\Desktop\BEC\Config?

    Or should the path go to my actual servers BattlEye folder which would be C:\Users\Administrator\Desktop\DayZ Server\BattlEye

  4.  

     

    14:48:39 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found

    14:48:39 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf not found

    14:48:39 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf not found

    I had this issue. For me it was an error packing the server into the PBO, I now use PBOView and the problem has seemed to go away.

  5. This is my Config.cfg

     

    # This config file is only provided as an example file.

    # Edit it to sute your needs.
    # For more info on how to edit this file. use the Readme.txt file or visit http://www.ibattle.org/install-and-configure
     
     
    #--------------------------------------------------------------------------------------------------------
    [bec]
    #--------------------------------------------------------------------------------------------------------
     
    # Set the ip to your server. normally 127.0.0.1 will be fine.
    Ip = 74.91.114.225
     
     
    # Set the port to the server. default port is 2302
    Port = 2302
     
     
    # Set the path to the BattlEye directory that is currently in use by the server.
    BePath = C:\Users\Administrator\Desktop\DayZ Epoch PVP Cherno\BattlEye
     
     
    # Set the path to your Admins.xml file containing your admins.
    Admins = Admins.xml
     
     
    # Set the path to your Commands.xml file.
    Commands = Commands.xml
     
     
    #--------------------------------------------------------------------------------------------------------
    [Misc]
    #--------------------------------------------------------------------------------------------------------
     
    # Auto run loadbans when ban file(s) changes. 
    # 1 or True will turn it on.
    # 0 or False will turn it off. 
    # If this parameter is not defined it will use False as default.
     
    AutoLoadBans = True
     
    # Set which type of hacks that will be added to your banlist.
    # 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack. 
    # value 3 is set as default if this parameter is not defined.
    Ban = 3
     
     
     
    # Set the height & width of Becs console window
    ConsoleHeight = 45
    ConsoleWidth = 165
     
     
    # Only allow english chars.
    AsciiNickOnly = False
     
     
    # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
    AsciiChatOnly = True
     
     
    # If AsciiChatOnly is set True. you can define none english chars that will be accepted.
    # You separate each char with a , "note you need to define lower and upper case of the chars."
    IgnoreChatChars = €,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß
     
     
    # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
    # 1 == one warning on a bad word. next bad word results in kick
    Warnings = 3
     
     
    # Kick players who has listed chars in their name when they connect
    DisallowPlayerNameChars = []{}()0123456789
     
     
    # Min length, kicks players who has to short name when they connect.
    MinPlayerNameLength = 3
     
     
    # Max length, kicks players who has to long name when they connect.
    MaxPlayerNameLength = 16
     
     
     
     
     
    # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
    WordFilterFile = BadWords.txt
     
     
    # Set the path to the file containing whitelisted guids.
    WhiteListFile = WhiteList.txt
     
     
    # Set custom whitelist kick message. Text must be in ascii letters.  MAX 58 CHARS. BE only does ascii on messages
    WhiteListKickMsg = You are not whitelisted on this server.
     
     
    # Kick people with offensive names
    NickFilterFile = BadNames.txt
     
     
    # Set the path to the Scheduler.xml file.
    #Scheduler = Scheduler.xml
     
     
    # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function.
    KickLobbyIdlers = 0
     
     
    # If enabled. Bec will create separate chat files for each channel along with the main file.
    #ChatChannelFiles = false
     
    # Set the amount of Normal players who can connect. Set it to -1 to disable it. 
    # If set to 0 it means only players who are listed in the Admins.xml, (or whatever you call it) will be able to connect to the server.
    # Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
    # Quick Example 2: server can holed 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. then set SlotLimit to 40,
    # AND edit your admins.xml. ADD in all your frineds guid and remaining data, put them in group example 100. or whatever you feel likt.
    # by using this method you can give some of your friends some access to some commands if you like or none. 
    # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
    SlotLimit = -1
     
    # Set the message people will get when they try to connect and is not whitelisted. Text must be in ascii letters.
    SlotLimitKickMsg = The Server has reached its player limit.
     
     
    # The amount of time Bec will wait for the server to start up.
    Timeout = 30
     
     
    #--------------------------------------------------------------------------------------------------------
    [Reporter]
    #--------------------------------------------------------------------------------------------------------
    # Reporter account. Fill in the username and password for your reporter account.
    # GameHacks, BattlEye Hacks will be reported to a database. all players who connect will also be checked against this database.
     
    # Set the Username for your account
    #User = alfred
     
     
    # Set the Password for your account
    #Password = 123456
     
     
    #--------------------------------------------------------------------------------------------------------
    [ChatRestriction]
    #--------------------------------------------------------------------------------------------------------
    # Set max amount of chat lines a player is allowed to send for each channel. 
    # Going passed the number will result in kick. -1 is disabled, 0 instant kick.
    # If the number is higher than 0 players will be sent warnings.
     
    Lobby = 30
    Global = 5
    Side = 7
    Group = 9
    Vehicle = 11
    Command = 13
    Commander = 15
    Direct = 17
     
     
    #--------------------------------------------------------------------------------------------------------
    [ChatSpam]
    #--------------------------------------------------------------------------------------------------------
     
    # Set max amount of chat lines per channel allowed within given time frame.
    # Set the values to 0 to disable this function(s)
     
    # Quick Example:
    # Lobby = 5
    # Lobby_Time_Lower = 10
    # Lobby_Time_Upper = 15
     
    # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1. 
    # Consider the CHANNEL (Lobby) as the spam counter.
    # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may concern.
    # If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is.
    # If the time since the last chatline is greater then CHANNEL_Time_Upper the spam counter is reset to 1.
    # To get optimal result play around a bit with the values on your server.
     
    Lobby = 0
    Lobby_Time_Lower = 0
    Lobby_Time_Upper = 0
     
    Global = 0
    Global_Time_Lower = 0
    Global_Time_Upper = 0
     
    Side = 0
    Side_Time_Lower = 0
    Side_Time_Upper = 0
     
    Group = 2
    Group_Time_Lower = 1
    Group_Time_Upper = 3
     
    Vehicle = 0
    Vehicle_Time_Lower = 0
    Vehicle_Time_Upper = 0
     
    Command = 0
    Command_Time_Lower = 0
    Command_Time_Upper = 0
     
    Commander = 0
    Commander_Time_Lower = 0
    Commander_Time_Upper = 0
     
    Direct = 0
    Direct_Time_Lower = 0
    Direct_Time_Upper = 0
     
     
  6. I have the server up and running, BEC has been configured but when I run BEC it checks the version and then instacloses. Any ideas?

    I have tried running as admin. Closing thew server, opening BEC first then opening the server but it still doesnt want to work.

    Can I have some help please :(

  7. I have a server hosted with Vert however I cant seem to get BEC to broadcast server messages or restart the server.

    Ill send you guys my schedular.xml, I also get an error in the log saying that the width and height have not been defined in the config.cfg file. Any help will be welcome:)

     

    <?xml version="1.0"?>

    <!-- GENERATED AUTOMATICALLY BY VERT HOSTING -->
    <Scheduler>
     
           <!-- show text ingame every 20 min -->
    <job id="0">
    <time>002000</time>
    <delay>001000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop> 
    <cmd>say -1 Welcome to MarshMallow Gaming>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="1">
    <time>002000</time>
    <delay>001000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop> 
    <cmd>say -1  Join The Teamspeak</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- show text ingame every 10-15 min -->
    <job id="2">
    <time>001000</time>
    <delay>001500</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop> 
    <cmd>say -1 The Server Will Restart Every 4 Hours 00:00 | 04:00 | 08:00 | 12:00 | 16:00 | 20:00</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
     
    <!-- *** RESTARTS *** -->
    <!-- 30 min to the 00:00 restart -->
    <job id="3">
    <time>23:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="4">
    <time>23:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="5">
    <time>23:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="6">
    <time>23:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="7">
    <time>23:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart.</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="8">
    <time>23:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 00:00 restart -->
    <job id="9">
    <time>00:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 04:00 restart -->
    <job id="10">
    <time>03:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="11">
    <time>03:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="12">
    <time>03:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="13">
    <time>03:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="14">
    <time>03:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart START LOGGING OFF</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="15">
    <time>03:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 04:00 restart -->
    <job id="16">
    <time>04:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 08:00 restart -->
    <job id="17">
    <time>07:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="18">
    <time>07:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="19">
    <time>07:15:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="20">
    <time>07:10:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="21">
    <time>07:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart START LOGGING OFF</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="22">
    <time>07:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 08:00 restart -->
    <job id="23">
    <time>08:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 12:00 restart -->
    <job id="24">
    <time>11:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="25">
    <time>11:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="26">
    <time>11:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="27">
    <time>11:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="28">
    <time>11:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart START LOGGING OFF</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="29">
    <time>11:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 00:00:00 restart -->
    <job id="30">
    <time>12:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 16:00 restart -->
    <job id="31">
    <time>15:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="32">
    <time>15:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="33">
    <time>15:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="34">
    <time>15:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="35">
    <time>15:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart START LOGGING OFF</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="36">
    <time>15:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 16:00:00 restart -->
    <job id="37">
    <time>16:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 30 min to the 20:00 restart -->
    <job id="38">
    <time>19:30:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 30 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="39">
    <time>19:40:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 20 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="40">
    <time>19:45:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 15 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="41">
    <time>19:50:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 10 Minutes Until Restart</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="42">
    <time>19:55:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 5 Minutes Until Restart START LOGGING OFF</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="43">
    <time>19:59:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>say -1 1 Minutes Until Restart LOG OUT NOW</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <!-- 20:00 restart -->
    <job id="44">
    <time>20:00:00</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop> 
    <cmd>#shutdown</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
      
    </Scheduler>

     

×
×
  • Create New...