Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


pilpest

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by pilpest

  1. You should be able to if you access the server through FTP. I know I have.
  2. This is a code you commented out, and a few other things you messed with when changing it. I recommend using a backed up one.
  3. I have not messed with the Epoch's database much, but a temp solution is this. http://opendayz.net/threads/epoch-custo ... uts.10542/ You could also try setting it up through database, but not sure how well that may work.
  4. You have to install your server. Did you follow the installation with every step? viewtopic.php?f=7&t=646
  5. Show me your RPT log? Or has this been fixed?
  6. Refer to this post. viewtopic.php?f=3&t=724 Look at my post at the bottom.
  7. Well, DayZ runs off arma2oa, so therefor you have the skins, its just DayZ won't LET you have those skins because of its coding, though there is a way to change this. When you login, DayZ checks for your "mode" if it is not a registered model in the player login.sqf it will automatically change you to survivor2_dz. Look into fred's wardrobe and you'll find your answers... However modifying the skins using a tool will require a download most likely, or a server that allows upload/download. (People with custom faces).
  8. Read this viewtopic.php?f=3&t=724 Instead of time of 6 hour restart 060000 put 030000, this will make it restart every three hours. The way the time works is HHMMSS. Make sure you put it as loop and same with your automatic messages.
  9. Try this 055500 000000 1,2,3,4,5,6,7 1 say -1 Server will restart in 5 minutes 0 055900 000000 1,2,3,4,5,6,7 1 say -1 Server will restart in 1 minute 0 060000 000000 1,2,3,4,5,6,7 1 #shutdown 0 040000 000000 1,2,3,4,5,6,7 1 say -1 Server will restart in 2 hours. 0 050000 000000 1,2,3,4,5,6,7 1 say -1 Server will restart in 1 hour. 0 Your loop is 0, when it should be 1. Also your shutdown has to be 060000... This is referring to how long till it does it. this will do it ever 6 hours, and the delay means, well delay is self explanatory, how long it will delay it for it to intiate which I wouldn't bother with 000000 just worry about the 000000 Here is yours fixed... It will restart every 6 hours, and it will send that message every 30 minutes which you had correct. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml-stylesheet href="acs.xsl" type="text/xsl" ?> 055000 1,2,3,4,5,6,7 1 say -1 Server will auto restart in 10 min 0 055500 1,2,3,4,5,6,7 1 say -1 Server will auto restart in 5 min 0 055900 1,2,3,4,5,6,7 1 say -1 Server will auto restart in 1 min! 0 060000 000000 1,2,3,4,5,6,7 1 #shutdown 0 003000 000000 1,2,3,4,5,6,7 1 say -1 Download J.S.R.S sound mod for more realistic gun sound effects 0
  10. Go to TCadmin and go to your gameserver, there are Ips one for the gameserver the other for FTP. Get your FTP IP and port and put that in. Your username and password I believe is the same username and password for tcadmin.
  11. So, when I try to make a dome, it seems that I doesn't want to load properly, or can't load the mission... If anyone can take a look and help me figure this problem out it would be very appreciated... }; class Markers { items=8; class Item0 { position[]={7839.6055,381.33774,8414.7324}; name="center"; type="Empty"; }; class Item1 { position[]={-18697.58,379.53012,25815.256}; name="respawn_west"; type="Empty"; }; class Item2 { position[]={4932.3345,0.39950246,1989.1094}; name="spawn0"; type="Empty"; }; class Item3 { position[]={2236.0391,0.63119155,1923.3735}; name="spawn1"; type="Empty"; }; class Item4 { position[]={8738.1328,0.45720705,2122.1082}; name="spawn2"; type="Empty"; }; class Item5 { position[]={10909.267,0.57597214,2422.3096}; name="spawn3"; type="Empty"; }; class Item6 { position[]={13510.764,0.44504455,5249.3027}; name="spawn4"; type="Empty"; }; class Item7 { position[]={11479,0.44,11263}; name="dome"; text="Admin Base"; type="waypoint"; colorName="ColorRed"; }; }; class Sensors { items=1; class Item0 { position[]={-522.45355, 14413.397, 0}; a=50; b=50; activationBy="ANY"; repeating=1; interruptable=1; age="UNKNOWN"; name="dome"; expCond="(vehicle player) in thislist;"; expActiv="dome = [] execVM ""dome.sqf"";"; expDesactiv="terminate dome; titleText [""You have left the Admin Base!"", ""PLAIN DOWN"", 3];"; class Effects { titleType="TEXT"; titleEffect="PLAIN DOWN"; title="You are entering the Admin Base."; }; }; }; }; class Intro { addOns[]= { "chernarus" }; addOnsAuto[]= { "chernarus" }; randomSeed=6913869; class Intel { startWeather=0.25; forecastWeather=0.25; year=2008; month=10; day=11; hour=9; minute=20; }; }; class OutroWin { addOns[]= { "chernarus" }; addOnsAuto[]= { "chernarus" }; randomSeed=4081731; class Intel { startWeather=0.25; forecastWeather=0.25; year=2008; month=10; day=11; hour=9; minute=20; }; }; class OutroLoose { addOns[]= { "chernarus" }; addOnsAuto[]= { "chernarus" }; randomSeed=4975929; class Intel { startWeather=0.25; forecastWeather=0.25; year=2008; month=10; day=11; hour=9; minute=20; }; };
  12. 5 setVehicleAmmo !"\"setVehicleAmmo\"," !"_vehicle setVehicleAmmo 1;\nif (SAR_EXTREME_DEBUG) then {diag_log "SAR EXTREME DEBUG: Vehicle new ammo";};" 1 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\"" !"if (_fuel >= 1.0) then { _fuel = 1.0; };\n\n_target setFuel _fuel;" !"_vehicle setFuel 1;\nif (SAR_EXTREME_DEBUG) then {diag_log "SAR_EXTREME_DEBUG: Vehicle refueled";};" Try this, I believe its SARGE AI... not the Anti-Hack.
  13. It says 220-243... Could just comment those lines out with a // and try that...
  14. Also if you are running SARGE AI... Give me lines #82 And #46 Do you have to press a button or anything to get this to happen btw? Line has to look like 1 "hint format [\"A %1 has been added\", gun]" !"if(fuel _vehicle < 0.2) then { _vehicle setFuel 1;" !"le new ammo";" Your next option is to do what the owner of blurgaming antihack said. http://blurgaming.com/antihack/m/995773 ... strictions
  15. Change the 5 to a 1... Shutdown and start back up.
  16. Tell me if it works... If not we always have a plan C... Should work if added right...
  17. Add at the end ! "le new ammo";" Sorry it's 5am and I am tired so I barely read.
  18. Also what are you trying to do with their antihack tool?
  19. 5 "hint format [\"A %1 has been added\", gun]" !"if(fuel _vehicle < 0.2) then { _vehicle setFuel 1;" Try this.
  20. What are you doing to cause the SR or have that started causing it? Is this the auto refuel?
  21. Go to your scripts text and give me line #233 and paste it in code format. Your time for restarts is this format... Change delay to this format, remove ":" from your delay. HHMMSS = The format of delay Restarts every six hours - Examples 050000 = Restart in 1 hour 055900 = Restart in 1 minute 060000 = Restarting