Jump to content

AlexLawson

Member
  • Posts

    100
  • Joined

  • Last visited

Posts posted by AlexLawson

  1. I'm going to give all you guys a warning about a toxic player who lives in the US and has recently become a problem.

     

    I used to run one of the more popular servers, but that all went to hell once I became involved with a much hated person known as Dami, but that is a different story.

     

    Since then I've setup and edited many servers for friends/past players.

     

    I recently setup one called BLOODandFIRE Dayz Epoch.

     

    All was going well. Within 3 weeks the server was busy and popular, reaching 40/40 very often. The owners decided to upgrade to 50 slots.

     

    So what happened?

     

    Thomas [AS] happened.

     

    This player, for absolutely no reason (we wouldn't give him a basebuilding box!) decided to ddos the server. He even admitted to it on the forums of the server. (since deleted). He also ddos the teamspeak server.

     

    Unfortunately, both Vilayer and Gameservers ddos protection was not up to the task, and this person has won the battle. The server has been offline for more than a week now.

     

    There's nothing that can be done but rename and move the server to another IP. Which is obviously a problem as the player base will be gone. Obviously the new details cannot be advertised, as this person will just attack again.

     

    If  you don't want this person on your server, 76561198157857427 is his pid. I recommend you add this person to your ban lists ASAP.

     

    If anybody would like some more specific information feel free to PM me.

     

    Move your server over to a dedi, if your using a host then all you can do is sit their and watch but with a dedi you can put certain things in place that can prevent this, only advice I can give.

  2. My servers use @DayZ_Epoch Folder @DayZ_Epoch_Server Folder @DayzOverwatch Folder for Cherno Overpoch

     

    Why do you use @DayZ_Epoch1051  ??

     

    Taviana is a Map ( instance_13_Taviana )

     

    527f441b83383efcab2860b911827e90.png

    Why is your config set for chernarus ??

     

    //REALLY IMPORTANT VALUES

    dayZ_instance = 13;    //The instance Taviana is 13 in your init.sqf file ( cherno is 11 )

     

     

    Have a look at this post LINK:

    After you have fixed your settings make sure you add your battleye filters

     

    Should still run even if its the cherno filles, but I have changed out the mission file to tavi so it should be good/

  3. He is new to the site dont give him a attitude with wrong section just help the guy out if you can...or maybe not that i have learnt the hard way with you from another site....

     

    Maybe just short and straight to the point instead of:

     

    Hi Jacen you appear to be a new member so I will try not to be rude but you have posted this is the wrong section. Please post any of your questions in the Scripting help forum and not in the Epoch mods section.

     

    :D

  4. Ok so ive got this error.

    ErrorMessage: File mpmissions\DayZ_Epoch_11.Chernarus\plotManagement\plotManagement.hpp, line 5: /PlotManagement/Controls.RscText_7000: Undefined base class 'RscTextT'
    

    I have the following mods installed. P4L, Vectors, Precise building, Snap pro, advanced trading and single currency 3.0.

     

    I have the defines setup like this which I believe is correct  :o

    class RscTitles
    {
    #include "ZSC\config\ZSChud.hpp"
    };
    #include "ZSC\config\ZSCdefines.hpp"
    #include "ZSC\config\ZSCdialogs.hpp"
    #include "plotManagement\plotManagement.hpp"
    #include "zupa\advancedTrading\advancedTrading.hpp"
    
    #include "custom\snap_pro\snappoints.hpp"
    

    Any idea's

  5. Ok so I have recently changed my basic.cfg to this.

    MinBandwidth=1097152;
    MaxBandwidth=1073741824;
    MinErrorToSendNear=0.039999999;
    MaxCustomFileSize=0;
    Windowed=0;
    adapter=-1;
    3D_Performance=1;
    Resolution_Bpp=32;
    Resolution_W=800;
    Resolution_H=600;
    

    And now it shows up as offline in game tracker, also in DayZ Launcher it can sometimes either take a while to load or shows as offline, any fix for this, or do I need to revert my basic.cfg.

  6. So I have never needed to use base maintenance but with the amount of players on my server I need to do something to decay bases. So I think I know how it works but before I add this to my server I would like someone to double check it in case I mess something up and my test server is down for a few days.

    So if I set this event in the DB

    DROP EVENT IF EXISTS `setDamageOnAge`;
    DELIMITER ;;
    CREATE EVENT `setDamageOnAge` ON SCHEDULE EVERY 1 DAY COMMENT 'This sets damage on a wall so that it can be maintained' DO UPDATE `Object_DATA` SET `Damage`=0.1 WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 3 DAY) AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') )
    ;;
    DELIMITER ;
    

    This will enable players to maintain and then I set this setting in HiveExt.ini to remove non maintained buildings after 7 days.

    ;CleanupPlacedAfterDays = 7
    

    Is this correct ?

×
×
  • Create New...