Jump to content

xtrem3x

Members
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by xtrem3x

  1. Here it is: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!--Web Doc : http://www.ibattle.org/install-and-configure/setting-up-the-scheduler/Setup: Restarts every 2 hours with 5 and 1 minute warnings--><Scheduler> <!-- Repeating messages every 10 minutes --> <job id="0"> <time>001000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Welcome to the [SoE] DayZ server</cmd> <cmdtype>0</cmdtype> </job> <job id="1"> <time>001000</time> <delay>000200</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Wearing pants will get you killed</cmd> <cmdtype>0</cmdtype> </job> <job id="2"> <time>001000</time> <delay>000400</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 This server restarts every 2 hours</cmd> <cmdtype>0</cmdtype> </job> <job id="3"> <time>001000</time> <delay>000600</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Don't forget to add us to your favourites</cmd> <cmdtype>0</cmdtype> </job> <!-- End repeat messages --> <!-- 12:00 restart --> <job id="5"> <time>015500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="6"> <time>015900</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="7"> <time>020000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 12:00 restart --></Scheduler>The way I see it this should put a server message out every 10 mins with different message after a small delay. This should also make the server restart every 2 hours with a message 5 mins before. However, none of this happens. Any help would be great.
  2. Hello, I am looking to rent a DayZ server for my clan, everyone will be chipping in so it's important I find a good company to go with. So far i have looked into: Game Servers Gaming Deluxe Vilayer Multiplay I used to run a DayZ Mod server with Vilayer and found them decent so am tempted to go back to them. However previously my clan has had servers with Multiplay and still use them for Teamspeak so have suggested I look into them also. I do find when playing the game, sometimes I log into a server with good ping and find it laggy, cant equip weapons or open doors etc, but swapping servers fixes this. I really dont want to sign up for a server that has this lag. I know it can happen occasionally, but there have been servers where it is constant. Does anyone have experience with the above companies? What are peoples thoughts/opinions on the best company to go with? Cheers.
  3. xtrem3x

    Stable Branch: 0.44 Discussion

    2 bugs that IMO need fixing before any other: 1) Putting your weapon away as soon as you equip it 2) Invisible inventory, someone needs to play inventory tetris or you need to relog to view contents
  4. Hello, Killed someone and they had an ammo clip full of M4 ammo labeled 6.67892e+008/60 The ammo seems hacked. When used it is unlimited and you do not need to reload. I have held onto it in case there is someone that it can be handed to so it can be investigated and fixed. If this is not possible I can dump it in a bush somewhere. Here is a screenshot, as you can see they had more in their ammo box.
  5. Gaming Deluxe hadn't installed BE fully, there was an error they had to fix their end. Once done all I had to do was make sure the numbers were sequential and all was good :)
  6. xtrem3x

    Unlimited ammo - no reload hack

    Cheers for the replies I will drop it on the floor then restart the server to get rid of it.
  7. I've got it working now, cheers for help :)
  8. Ok, I have changed it to his and will try it now <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!--Web Doc : http://www.ibattle.org/install-and-configure/setting-up-the-scheduler/Setup: Restarts every 2 hours with 5 and 1 minute warnings--><Scheduler> <!-- Repeating messages every 10 minutes --> <job id="1"> <time>002000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Welcome to the [SoE] DayZ server</cmd> <cmdtype>0</cmdtype> </job> <job id="2"> <time>000500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Wearing pants will get you killed</cmd> <cmdtype>0</cmdtype> </job> <job id="3"> <time>001000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 This server restarts every 2 hours</cmd> <cmdtype>0</cmdtype> </job> <job id="4"> <time>001500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Don't forget to add us to your favourites</cmd> <cmdtype>0</cmdtype> </job> <!-- End repeat messages --> <!-- 12:00 restart --> <job id="5"> <time>11:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="6"> <time>11:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="7"> <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> <!-- End 12:00 restart --> <!-- 14:00 restart --> <job id="8"> <time>13:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="9"> <time>13:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="10"> <time>14: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> <!-- End 14:00 restart --> <!-- 16:00 restart --> <job id="11"> <time>15:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="12"> <time>15:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="13"> <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> <!-- End 16:00 restart --> <!-- 18:00 restart --> <job id="14"> <time>17:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="15"> <time>17:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="16"> <time>18: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> <!-- End 18:00 restart --> <!-- 20:00 restart --> <job id="17"> <time>19:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="18"> <time>19:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="19"> <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> <!-- End 20:00 restart --> <!-- 22:00 restart --> <job id="20"> <time>21:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="21"> <time>21:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="22"> <time>21: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> <!-- End 22:00 restart --> <!-- 00:00 restart --> <job id="23"> <time>23:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="24"> <time>23:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="25"> <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> <!-- End 00:00 restart --> <!-- 02:00 restart --> <job id="26"> <time>01:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="27"> <time>01:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="28"> <time>02: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> <!-- End 02:00 restart --> <!-- 04:00 restart --> <job id="29"> <time>03:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="30"> <time>03:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="31"> <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> <!-- End 04:00 restart --> <!-- 06:00 restart --> <job id="32"> <time>05:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="33"> <time>05:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="34"> <time>06: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> <!-- End 06:00 restart --> <!-- 08:00 restart --> <job id="35"> <time>07:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="36"> <time>07:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="37"> <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> <!-- End 08:00 restart --> <!-- 10:00 restart --> <job id="38"> <time>09:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="39"> <time>09:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="40"> <time>10: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> <!-- End 10:00 restart --></Scheduler>
  9. Lol, Job id 0 was already there, I just edited the default config with my own times and messages. Then because the server always resets to 10AM I chose to set the restart time simply 2 hours after (hence the 020000 for the restart time). This should mean after the server has run for 2 hours the job activates (hhmmss). The problem is, no server messages are happening and neither is the restart :( Missing out number 4 gives space for 1 more message without having to change all the ids, plus, if I am right I could give them any id, it doesnt need to be sequential so missing number 4 shouldn't make a difference.
  10. I'm just looking forward to killing someone by throwing a tin of beans at their head. Or maybe dropping an axe on someone from the top of the flats :)
  11. So instead of simply finding the cause of the crashing and sorting it out, you feel the devs should remove something that makes the game better for hundreds of thousands of people?
  12. xtrem3x

    What would YOU have done?

    I use a sniper rifle and my friends either use SKS or M4s. My friend(s) would have flanked them while I sit about 200m away with the sniper, then we would all open fire at the same time, they'd be dead before they knew what was going on
  13. xtrem3x

    A little tip in regards to logging

    I was in the hospital in Elektro when someone logged in on the roof. I was a bambi, a quick spade to the head had them unconscious before they had even moved and within 10 seconds I was fully geared. I left them the spade as a sign of thanks :)
  14. xtrem3x

    Current best server hosting company

    Thanks for the replies We will likely be having it in the UK as that is where the majority of clan members live. Sounds to me like Gaming Deluxe is the way to go. I am still very interested in what members and server admins have to say though, so please keep replies coming in!!
  15. xtrem3x

    Current best server hosting company

    Looking into it, the servers we currently play on with the least lag are Gaming Deluxe ones. I like the idea that you can have the custom restart xml, server messages etc. Do the others offer this as standard too? Also, is adjusting the time on restart something they all offer? At the moment I'd want it daytime only, but in the future when loot and zombies respawn without restarting, like the mod, it would be nice to have it on a cycle that allows for night play. Also, assigning sub-admins that have limited 'powers' but are able to look after the server when needed would be a nice option.
  16. Then you have either done something wrong or missed a step. Dont copy & paste from the initial screen when you click on the filters. make sure you click "view raw text file" then copy & paste that into the .txt files before ftp'ing them over. Once done remember to click "reload events" and "reload scripts" in rcon.
  17. As the post above this one says, leave the port blank. The ftp details in the control panel don't mention a port
  18. Yes, a lot of them are filters that dayz.st weren't using, they're perfectly safe. addmagazinecarge is very handy. Most of the time yo see the usual stuff, however if someone places a hackbox you'll see the massive spam of single items all at the same time and all by the same user in the addmagazinecarge.log file. Also dont forget, the .log file is only created based on the parameters set in the .txt files. So if you go a few days without seeing a remoteexec.log for example then thats a good thing. Dont expect a .log file for everything all the time :) Oh, I have added a note under #2 above
  19. 1) Go to: https://code.google..../browse/filters 2) Download all the .txt files located through that link except for beserver.cfg_example.txt and publicvariablevar.txt ** Best to copy & paste them by clicking on each txt link, then on the right hand side it says "view raw file"** ** Copy & paste text into a text file with the same name, simply downloading them doesn't work properly** 3) FTP to your server using the details on the left side of the dayz.st control panel. I use Filezilla as my ftp program. 4) Navigate into your servers BE folder 5) Using your ftp program delete the .txt files from your servers battleye folder that correspond with the .txt files you just downloaded in step 2 ** Important: Do not delete your bans.txt file etc, only delete the .txt files that match the names of the ones you downloaded.** **It may also be worth backing them up first, I didn't, but looking back I probably should of** 6) ftp over the downloaded ones. There should be 18 in total and they should be ftp'd into your battleye folder where the text files were before 7) Go into dart or whichever rcon tool you use (I use dart), click "reload scripts" and "reload events". In dart these are in the "execute" tab. Enjoy. If you run a different map (Lingor for example) then it is worth adding more vehicle names to setpos.txt and attachto.txt Some maps have custom names for for some of the vehicles, or vehicles like the SUV which aren't standard in DayZ so are not listed in the files. Add new vehicles in the same way that the vehicles are already listed. For example, my attachto.txt for Lingor looks like this: 1 "" 5 "AH6X_DZ" 5 "ATV_US_EP1" 5 "ATV_CZ_EP1" 5 "car_hatchback" 5 "Ikarus" 5 "hilux1_civil_3_open" 5 "HMMWV_Ambulance_CZ_DES_EP1" 5 "Lada2" 5 "Mi17_DZ" 5 "Old_bike_TK_INS_EP1" 5 "Old_bike_TK_CIV_EP1" 5 "PBX" 5 "S1203_TK_CIV_EP1" 5 "Smallboat_1" 5 "smallboat_2" 5 "TT650_Civ" 5 "TT650_Ins" 5 "Tractor" 5 "UAZ_CDF" 5 "Ural_TK_CIV_EP1" 5 "UH1H_DZ" 5 "V3S_Civ" 5 "Volha_2_TK_CIV_EP1" 5 "SUV_TK_CIV_EP1" 5 "UralCivil" 5 "UAZ_Unarmed_TK_EP1" 5 "LandRover_CZ_EP1" 5 "UAZ_Unarmed_UN_EP1" 5 "car_sedan" Hope this helps.
  20. You dont need anti-hax. Just ftp to your server & use this thread to customise your BE filters: http://dayzmod.com/forum/index.php?/topic/119953-battleye-server-side-filters-update/ Many hackers will now be auto kicked plus there are more logs to check (like attachto.log for people being teleported everywhere)
  21. What do I change in your publicvariable.txt so it only logs dayzdeath + illegal things? I dont want these logged as it make it hard & time consuming to siv though: 09.02.2013 11:56:25: WolfOfDeath (***.***.***.**) d08f******************e9e - Value Restriction #21 "remExField" = [<NULL-object>,<NULL-object>,"playmove","ZombieStandingAttack2"] 09.02.2013 11:57:05: Tobias (***.***.**) da*********************7 - Value Restriction #55 "remExField" = [<NULL-object>,,"JIPrequest"] 09.02.2013 11:55:55: AlTaIrVlAd (**.***.***.***) ed5******************582 - Value Restriction #27 "dayzCharDisco" = atchbox","ItemHatchet","AK_47_M"],["30Rnd_762x39_AK47","30Rnd_762x39_AK47","30Rnd_762x39_AK47","30Rnd_762x39_AK47","FoodCanFrankBeans","FoodSteakRaw","ItemSodaPepsi","ItemSodaPepsi","FoodCanBakedBeans","8Rnd_9x18_Makarov","ItemBandage","8Rnd_9x18_Makarov", In just 10 mins the log is huge, there are loads of the above (plus more) for all players.
  22. I'm currently renting a server from Vilayer but have recently been enjoying Dayz+. Vilayer have not been clear on if they will offer it so I'm just wondering what reliable server hosts are hosting it?
  23. Another request. Is there a way we can stream attachto.log like we do with remoteexec? attachto.log imo is one of the most important ones to see.
×