Jump to content

dogs8011ocks

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

About dogs8011ocks

  • Rank
    On the Coast
  1. Our Cherno servers up & running with lots of adddons .... Self Bloodbag Lift & Tow AI Missions Supply Drops Snap Build 3hr Restarts Take Clothes From Bodies Dance Round Campfire Custom Loadout God Mode Bases Trader Safe Zones Anti Backpack Stealing Auto Refuel Rearm Repair Map Additions:- Golden River Secret Airfield Skalisty Island Mine Reworked Zelenogorsk And more to come! The balance of what we have on the server currently is really good however it'd be lots more fun with a bunch more people joining in! 81.19.208.72:2350 Come Say Hi!
  2. dogs8011ocks

    Epochevents

    Can someone help, I have some crate drops set up on my server however I want to change the original timings of the events as they were initially set up for 1 of each type each hour which is far too much, however I have changed it but now it seems none of them happen.... This is what I want ideally :- EpochEvents = [["any","any","any","any",0,"crash_spawner"],["any","any","any","any",30,"crash_spawner"],["any","any","any",00,05,"supply_drop"],["any","any","any",00,40,"Military"], ["any","any","any",01,15,"Treasure"], ["any","any","any",01,55,"Supplyitems"], ["any","any","any",02,28,"Construction"],["any","any","any",03,05,"supply_drop"],["any","any","any",03,40,"Military"], ["any","any","any",04,15,"Treasure"], ["any","any","any",04,55,"Supplyitems"], ["any","any","any",05,28,"Construction"],["any","any","any",06,05,"supply_drop"],["any","any","any",06,40,"Military"], ["any","any","any",07,15,"Treasure"], ["any","any","any",07,55,"Supplyitems"], ["any","any","any",08,28,"Construction"],["any","any","any",09,05,"supply_drop"],["any","any","any",09,40,"Military"], ["any","any","any",10,15,"Treasure"], ["any","any","any",10,55,"Supplyitems"], ["any","any","any",11,28,"Construction"],["any","any","any",12,05,"supply_drop"],["any","any","any",12,40,"Military"], ["any","any","any",13,15,"Treasure"], ["any","any","any",13,55,"Supplyitems"], ["any","any","any",14,28,"Construction"],["any","any","any",15,05,"supply_drop"],["any","any","any",15,40,"Military"], ["any","any","any",16,15,"Treasure"], ["any","any","any",16,55,"Supplyitems"], ["any","any","any",17,28,"Construction"],["any","any","any",18,05,"supply_drop"],["any","any","any",18,40,"Military"], ["any","any","any",19,15,"Treasure"], ["any","any","any",19,55,"Supplyitems"], ["any","any","any",20,28,"Construction"],["any","any","any",21,05,"supply_drop"],["any","any","any",21,40,"Military"], ["any","any","any",22,15,"Treasure"], ["any","any","any",22,55,"Supplyitems"], ["any","any","any",23,28,"Construction"]]; Its just the first time field that seems to be the issue as if i replace it to "any" then the drops appear ever hour at the minutes past specified in the next field. Help?
  3. dogs8011ocks

    Vehicles Vanished

    Okay so i got the access to Mysql & looked at the object_data.. Low & behold there are pages upon pages of random vehicles all within a matter of seconds with this code next to them [["telo",0.553]] Which says to me that they teleported them somewhere however they are all listed as damage = 1.0 so they are basically gone. Also they have started respawning too thank goodness!!
  4. dogs8011ocks

    Vehicles Vanished

    GamingDeluxe... I have just been through the RPT files to see if I could find anything in there but no joy....
  5. dogs8011ocks

    Vehicles Vanished

    I can view most files through the control panel of the server host however mysql is not something I can access by the looks of it.....
  6. dogs8011ocks

    Major Issues With Setup (New Player)

    Have you ticked the launch using steam & replace original Arma2OA files with beta so steam works boxes in Dayz Commander? That fixed it when i had that issue
  7. dogs8011ocks

    Vehicles Vanished

    Okay so a few guys have reported to me today that some guy came on my server & basically was teleporting all over the place, teleported people around & broke legs etc.... Anyway he's banned now however 99% of the vehicles that were on my server, locked & spawned ones are all gone, my max vehicle limit on the server is 300 & there used to be a bucket load of vehicles everywhere & in the sea. I can only think that somehow this person has managed to lift them all (Yes i have tow/lift installed) & dump them perhaps somewhere ie in the sea or similar but of course unless I remove them, no more will spawn.... Is there a way to either see where all vehicles are on my server, or perhaps remove all vehicles & let them spawn again... Any help would be much appreciated. Oh i have checked that my max vehicle limit has not changed & also that the vehicles are all in my dynamic_vehicle.sqf Many Thanks!
  8. Hi, I have just added a PVP Area on my DayZ server however whichever way i try it I cannot seem to add a text marker on the map to say that this is a PVP Area. My Mission.sqf >> class Item17 { position[]={2750,1,5000}; name="pvpzone"; text="PVP Zone"; markerType="RECTANGLE"; type="Empty"; colorName="ColorYellow"; a=900; b=900; }; This is fine & gives me the rough area I want the zone in (over Zelengorsk) but I wonder if the text is also being written in yellow thus not showing on a yellow box? I did have the area as a seperate .sqf file & called it through my init.sqf >> _this = createMarker ["PvPzone", [2750, 5000, 1]];_this setMarkerShape "RECTANGLE";_this setMarkerColor "ColorYellow";_this setMarkerType "Warning";_this setMarkerBrush "Grid";_this setMarkerSize [900, 900]; However again this did not give any text on the map, I also tried to set a seperate class item with the map location & also a map location above the area using a "mil_dot" & "empty" with ColorBlack to see if this would allow the text to be written onto the map with no joy. I have read through numerous posts online regarding map markers but still no success.... Can anyone aid me in my quest? I will be wanting to set a warning much like the trader safe zone stating that players are entering a PVP Area however need to get this basic bit done first! Thanks
×