Jump to content

chaveezy

Members
  • Content Count

    96
  • Joined

  • Last visited

Community Reputation

19 Neutral

2 Followers

About chaveezy

  • Rank
    Helicopter Hunter
  1. chaveezy

    Fallujah 1.1 Download?

    ^^^ Do this :)
  2. chaveezy

    A New One For Me: [#0 "Logic"]

    It's definitely an AI command, possibly creating several body guards, will look more into this.
  3. 97239 is good to go, and they have fixed that version as well. ;)
  4. chaveezy

    ESP as an ANTI-HACKING tool.

    First off, it's not hacking, it's running basic scripts, most of which are just cut and pasted anyways, secondly, I definitely support the use of ESP and all other software at their disposal to try and keep hackers out of the servers, as long as the administrators and server police are not using it for malicious activities. I would venture to guess 30-40% of DayZ players have at least ESP, plus this is only a gateway, as most will likely further their scripting after using such scripts.
  5. Just play private hives, Lingor or Utes instead, Chenarus gets old anyways ;) I agree with the above statement though, run Steam as administrator, launch Arma2 and Operation Arrowhead one time each after validation and then close out Steam. Run from your favorite launcher program or direct Batch..
  6. Are you using a batch file to launch the game or are you just using the Arma2OA.exe? It should be named something like; _runA2CO_beta.cmd The contents will be similar to this; SETLOCAL ENABLEEXTENSIONS :v64_path_a2 For /F "Tokens=2* skip=2" %%A In ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') Do (set _ARMA2PATH=%%B) IF NOT DEFINED _ARMA2PATH (GOTO v32_path_a2) ELSE (GOTO v64_path_a2oa) :v32_path_a2 For /F "Tokens=2* skip=2" %%C In ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') Do (set _ARMA2PATH=%%D) IF NOT DEFINED _ARMA2PATH (GOTO uac_PATH_A2) ELSE (GOTO v64_path_a2oa) :uac_PATH_A2 @FOR /F "tokens=2* delims= " %%I IN ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') DO (SET _ARMA2PATH=%%J) IF NOT DEFINED _ARMA2PATH (GOTO std_PATH_A2) ELSE (GOTO v64_path_a2oa) :std_PATH_A2 @FOR /F "tokens=2* delims= " %%K IN ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') DO (SET _ARMA2PATH=%%L) IF NOT DEFINED _ARMA2PATH (GOTO ENDfailA2) ELSE (GOTO v64_path_a2oa) :v64_path_a2oa For /F "Tokens=2* skip=2" %%E In ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') Do (set _ARMA2OAPATH=%%F) IF NOT DEFINED _ARMA2OAPATH (GOTO v32_path_a2oa) ELSE (GOTO RUN) :v32_path_a2oa For /F "Tokens=2* skip=2" %%G In ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') Do set (_ARMA2OAPATH=%%H) IF NOT DEFINED _ARMA2OAPATH (GOTO uac_PATH_A2OA) ELSE (GOTO RUN) :uac_PATH_A2OA @FOR /F "tokens=2* delims= " %%M IN ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') DO (SET _ARMA2OAPATH=%%N) IF NOT DEFINED _ARMA2OAPATH (GOTO std_PATH_A2OA) ELSE (GOTO RUN) :std_PATH_A2OA @FOR /F "tokens=2* delims= " %%O IN ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') DO (SET _ARMA2OAPATH=%%P) IF NOT DEFINED _ARMA2OAPATH (GOTO ENDfailA2OA) ELSE (GOTO RUN) :run call "%_ARMA2OAPATH%\Expansion\beta\ARMA2OA.exe" "-mod=%_ARMA2PATH%;EXPANSION;ca@dayz" "-mod=Expansion\beta;Expansion\beta\Expansion" -nosplash -cpuCount=2 -exThreads=7 %1 %2 %3 %4 %5 %6 %7 %8 %9 ENDLOCAL :end @exit /B 0 :ENDfailA2 @exit /B 1 :ENDfailA2OA @exit /B 2 Notice this last path has been modified to be able to run separately from DayZCommander or Six Launcher with the @DayZ call; call "%_ARMA2OAPATH%\Expansion\beta\ARMA2OA.exe" "-mod=%_ARMA2PATH%;EXPANSION;ca@dayz" "-mod=Expansion\beta;Expansion\beta\Expansion" -nosplash -cpuCount=2 -exThreads=7 %1 %2 %3 %4 %5 %6 %7 %8 %9 In addition, I have also heard of people having luck copying the Arma2OA.exe file from this folder (or similar folder); C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta You should update your beta version MANUALLY via the Arma2 Beta file system at; http://www.arma2.com/beta-patch.php
  7. Ensure you can ping arma2oa1.battleye.com, this is BE's master server If this isn't working, there is some port forwarding advice given by a few that you may try, check local preferences (router/firewall, etc), try going into Steam and verifying file integrity; Go into Steam (RUN AS ADMINISTRATOR), view games library, right click Arma2 --> Properties --> Local Files --> Verify Integrity of Game Cache: This will take a while and when it's done, do the same for Arma2 Operation Arrowhead. Once this is complete, files have been downloaded (it will do this automatically), launch both programs separately, close them. Run DayZ from your BAT file or DayZCommander. If this fails, try to reinstall BattlEye using C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\BattlEye\UnInstallBE.exe and then manually update the BEClient.Dll and BEServer.dll files as stated above. Good luck and hopefully we can get this working!
  8. Why are you guys launching with steam? In my experience, that has only created problems. I would launch manually using the BAT file or using DayZCommander (just don't update with this). My BEServer.dll file is 136kb with a modified date of 17SEP12, BEClient.dll is 108kb with a modified date of 17SEP12. My post on anothers forum thread is located here; http://dayzmod.com/forum/index.php?/topic/74354-you-have-been-kicked-battleye-client-not-responding/page__st__20#entry872539
  9. The problem is that BE installer, DayZCommander and Six Launcher only installs the BEClient.Dll into the Arma2OA/Arma2 directories, you MUST install a matching BEClient.Dll file into the following folders; C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\BattlEye (If installed by Steam, or your similar directory if not) C:\Users\(Username)\AppData\Local\ArmA 2 OA\BattlEye This is imperative that this file matches exactly, when an update occurs, you must manually go to the BE website, http://www.battleye.com/download.html and again, install this file into BOTH locations, overwrite and double check file size and modified dates. Let me know if this solves your problem or not. Good luck.
  10. There is another place you should replace the BEClient.DLL/BEServer.DLL directly from the BattlEye website (in addition to the one posted above, THEY MUST MATCH), it is; C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\BattlEye C:\Users\(USERNAME)\AppData\Local\ArmA 2 OA\BattlEye It was in a very early post on troubleshooting BE but since has been lost in the nonsense that is DayZ. Try it and let me know if it works for you.
  11. chaveezy

    Cheaters?

    Definitely tried to spawn a Huey, not sure about the last one. Google it, I'm sure it'll pop up.
  12. The original post was edited and locked due to me leaving in the IP addresses, even though I don't see that as a problem as all admins should ban these scripters who spawn in 200 tents, 200 hedgehogs and 100 or so barbwire to block off buildings. For the users who defended their playing style; I have no problem with users doing this on my server, BUT the problem was they spawned all the gear in.. NOBODY has 200 tents/hedgehogs to block off one single building.. They also teleported several vehicles to that same location and sandbagged around them. **EDITED SERVER LOG** Keep in mind, this is just a VERY small snippet from our logs just showing SOME of the tents they spawned, look at the time stamps.. 16.09.2012 15:30:16: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:524 [6911,11441,395] 16.09.2012 15:30:17: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:525 [6911,11441,395] 16.09.2012 15:30:17: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:526 [6911,11441,395] 16.09.2012 15:30:18: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:527 [6911,11441,395] 16.09.2012 15:30:18: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:528 [6911,11441,395] 16.09.2012 15:30:18: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:529 [6911,11441,395] 16.09.2012 15:30:18: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:530 [6911,11441,395] 16.09.2012 15:30:19: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:533 [6911,11441,395] 16.09.2012 15:30:19: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:534 [6911,11441,395] 16.09.2012 15:30:19: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:535 [6911,11441,395] 16.09.2012 15:30:19: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:536 [6911,11441,395] 16.09.2012 15:30:19: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:537 [6911,11441,395] 16.09.2012 15:30:20: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:538 [6911,11441,395] 16.09.2012 15:30:20: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:539 [6911,11441,395] 16.09.2012 15:30:20: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:540 [6911,11441,395] 16.09.2012 15:30:20: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:541 [6911,11441,395] 16.09.2012 15:30:20: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:542 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:543 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:544 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:545 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:546 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:547 [6911,11441,395] 16.09.2012 15:30:21: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:548 [6911,11441,395] 16.09.2012 15:30:22: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:549 [6911,11441,395] 16.09.2012 15:30:22: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:550 [6911,11441,395] 16.09.2012 15:30:22: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:551 [6911,11441,395] 16.09.2012 15:30:22: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:552 [6911,11441,395] 16.09.2012 15:30:22: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:553 [6911,11441,395] 16.09.2012 15:30:23: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:554 [6911,11441,395] 16.09.2012 15:30:23: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:555 [6911,11441,395] 16.09.2012 15:30:24: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:556 [6911,11441,395] 16.09.2012 15:30:24: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:557 [6911,11441,395] 16.09.2012 15:30:24: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:558 [6911,11441,395] 16.09.2012 15:30:24: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:559 [6911,11441,395] 16.09.2012 15:30:25: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:560 [6911,11441,395] 16.09.2012 15:30:26: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:561 [6910,11440,395] 16.09.2012 15:30:26: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:562 [6909,11440,395] 16.09.2012 15:30:26: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:563 [6910,11440,395] 16.09.2012 15:30:26: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:564 [6910,11440,395] 16.09.2012 15:30:27: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:565 [6910,11440,395] 16.09.2012 15:30:27: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:566 [6911,11441,395] 16.09.2012 15:30:27: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:567 [6910,11440,395] 16.09.2012 15:30:27: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:568 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:569 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:570 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:571 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:572 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:573 [6910,11440,395] 16.09.2012 15:30:28: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:574 [6910,11440,395] 16.09.2012 15:30:29: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:575 [6910,11440,395] 16.09.2012 15:30:29: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:576 [6910,11440,395] 16.09.2012 15:30:29: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:577 [6910,11441,395] 16.09.2012 15:30:29: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:578 [6910,11441,395] 16.09.2012 15:30:29: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:579 [6910,11441,395] 16.09.2012 15:30:30: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:580 [6910,11440,395] 16.09.2012 15:30:30: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:581 [6910,11440,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:582 [6910,11440,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:583 [6910,11440,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:584 [6910,11440,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:585 [6910,11440,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:586 [6910,11436,395] 16.09.2012 15:30:31: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:587 [6910,11436,395] 16.09.2012 15:30:32: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:588 [6910,11440,395] 16.09.2012 15:30:34: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:589 [6911,11441,395] 16.09.2012 15:30:35: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:590 [6911,11441,395] 16.09.2012 15:30:35: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:591 [6911,11441,395] 16.09.2012 15:30:40: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:592 [6911,11441,395] 16.09.2012 15:30:40: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:593 [6911,11441,395] 16.09.2012 15:30:42: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:594 [6897,11448,395] 16.09.2012 15:30:45: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:595 [6910,11440,395] 16.09.2012 15:30:46: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:596 [6910,11440,395] 16.09.2012 15:30:47: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:597 [6910,11440,395] 16.09.2012 15:30:48: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:598 [6909,11440,395] 16.09.2012 15:30:56: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:599 [6911,11441,395] 16.09.2012 15:31:40: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:602 [6911,11441,395] 16.09.2012 15:33:32: NickSBTT 3dc6db1f6b055c61b13ab612f10a7808 - #0 "TentStorage" 59:604 [6911,11441,395] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:479 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:480 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:481 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:482 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:483 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:484 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:485 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:486 [6881,11455,394] 16.09.2012 15:37:40: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:487 [6881,11455,394] 16.09.2012 15:37:41: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:488 [6881,11455,394] 16.09.2012 15:37:41: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:489 [6881,11455,394] 16.09.2012 15:37:41: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:490 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:491 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:492 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:493 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:494 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:495 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:496 [6881,11455,394] 16.09.2012 15:37:42: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:497 [6881,11455,394] 16.09.2012 15:37:43: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:498 [6881,11455,394] 16.09.2012 15:37:43: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:499 [6881,11455,394] 16.09.2012 15:37:43: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:500 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:501 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:502 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:503 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:504 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:505 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:506 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:507 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:508 [6881,11455,394] 16.09.2012 15:37:44: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:509 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:510 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:513 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:514 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:515 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:516 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:517 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:518 [6881,11455,394] 16.09.2012 15:37:45: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:519 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:520 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:521 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:522 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:523 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:524 [6881,11455,394] 16.09.2012 15:37:46: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:525 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:526 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:527 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:528 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:529 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:530 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:531 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:532 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:533 [6881,11455,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:534 [6881,11454,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:535 [6881,11453,394] 16.09.2012 15:37:47: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:536 [6881,11452,394] 16.09.2012 15:37:48: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:537 [6882,11451,394] 16.09.2012 15:37:49: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:538 [6882,11451,394] 16.09.2012 15:37:49: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:539 [6883,11451,394] 16.09.2012 15:37:49: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:540 [6885,11451,394] 16.09.2012 15:37:49: Brendan 8594e5b249d9a22010c6ae6ea063d07a - #0 "TentStorage" 78:541 [6885,11451,394]
  13. This kind of crap COMPLETELY ruins the game, I wish I was on when it happened, but rest assured they have been banned, you should ban them to if you are an admin. They barricaded several buildings, and if I hadn't removed them all, it would have been unplayable to players. This kind of behavior NEEDS to be stopped! *snip*
  14. chaveezy

    Banned From US267 By An Abusive Admin

    Your case has been noted, several logs have been looked at and the reason for the ban was "teleporting through Elektro". I have made you a ban lift offer on a restrictive basis. Thank you! [derp]Chavez US267 Admin
  15. Nope! Just play private hive Chenarus, Utes or Lingor Island... Plenty of play there guys :)
×