Search results

  1. superlube

    Bugs with dayz 1.7.6.1 or just me?

    Sure thing. Make sure you make backups prior to any changes you make. The main file you want to focus on is "player_monitor.fsm" which is located in the system folder of dayz_code.pbo (extracted). Line 1115 is where the antihack is executed: "[] execVM...
  2. superlube

    Bugs with dayz 1.7.6.1 or just me?

    The teleporting to ocean after changing to bandit skin is the result of the anti-teleport. When you change skin, you are in fact been given a different unit to control hence why the anti-teleport is kicking in. There are steps to disable the anti-teleport in this thread.
  3. superlube

    lite pack 1.7.6 vehicles not fixing and refuel not working

    How is this a database issue? I was under the impression that it would only be a database issue if the vehicles would revert back to their old state after a server restart. If you can't repair a vehicle during a session, it's most likely a issue with the dayz code itself right?
  4. superlube

    Vehicle Refueling / Repairing Bugged

    Having the same issue with another build. Most likely an issue with DayZ or database lag.
  5. superlube

    Tent migration from Reality

    Actually, I found the issue. In the inventory portion, I had "/" instead "\". Sigh... lol. Thanks for your help.
  6. superlube

    Tent migration from Reality

    Hey man, are you able to elaborate? When you say 'Damage [] not a number also hitpoints [] and fuel []", are you saying that are suppose to be a number or not? In my example, the variables were quoted as the datatype for the damage, hitpoint and fuel fields in the database are VARCHAR opposed...
  7. superlube

    Tent migration from Reality

    Server: Vanilla Chernarus Hello, I've managed to successfully migrate players from Reality to Lite however I seem to be having issues with the tents. Here is a snippet of what was added to the object_data table: INSERT INTO `object_data`...
  8. superlube

    Bugs with dayz 1.7.6.1 or just me?

    Thanks bro. One issue solved! Now to fix that "please try again" message from popping up ;)
  9. superlube

    Bugs with dayz 1.7.6.1 or just me?

    I'd love to know how to remove this anti-teleport myself tbh.
  10. superlube

    pyBEscanner

    I don't think it's worth it due to the fact it is killing legitimate players. I would love to know how to disable it though this wouldn't be the appropriate thread to discuss this.
  11. superlube

    Bugs with dayz 1.7.6.1 or just me?

    I just noticed this in the RPT logs 23:57:31 "TELEPORT REVERT: PLAYER NAME (000000) from [6388.29,6559.97,0.00158691] to [6379.99,6576.8,0.00167847] now at [6388.29,6559.97,0.0015564]" I feel as if the new inbuilt anti-teleport may have been causing the skin change issue/teleport to ocean issue.
  12. superlube

    Bugs with dayz 1.7.6.1 or just me?

    Hey everyone. I'm using Reality and I've noticed some issues since the 1.7.6.1 hotfix. I'm wanting to see if I'm the only one or if others are having the same issue as well. Can't repair vehicles. Only have the option to repair windscreen "Something went wrong" on connect People teleporting...
  13. superlube

    1.7.6 Announced

    1.7.6.1 now http://dayzmod.com/forum/index.php?/topic/125753-dayz-mod-1761-hotfix/
  14. superlube

    Help,

    Actually, here is a thread that may help you more: http://opendayz.net/index.php?threads/rolling-backups-to-your-local-machine.7044/
  15. superlube

    Help,

    Unfortunately, it's not the easiest thing to do to catch mass killers. The only thing I can recommend is, if you have an active admin, try to grab a screenshot of the player list on TSW when the mass kill happens. Then do a search for every player in your script.log. If your lucky, there...
  16. superlube

    New version of anti-cheat script!

    Any variable in the that publicvariable list will appear in your scripts.log. This means that you need to make sure that you are not kicking for these variables via your scripts.txt as they will be generated for all players. In this instance, you most likely have the following in your...
  17. superlube

    [Community Poll] Should Inventory & Backpack be shared between maps?

    I'm not a fan of either of those options lol!
  18. superlube

    [Community Poll] Should Inventory & Backpack be shared between maps?

    I like the idea but one question: Lets say you have two characters; one in Panthera and one in Chernarus. What would happen when you die in Panthera and then switch maps to Chernarus. Would you end up being gearless in the middle of NWAF (or where ever your Chernarus character last logged...
  19. superlube

    pyBEscanner

    That was where I was getting at. While they won't be in the logs, they will still show up in rcon. I have in the past compared player screenshots, straight after a server wide teleport/mass kill, with the scripts.log and found the culprit by seeing which name is missing from the log.
  20. superlube

    pyBEscanner

    I feel as if pyBEscanner has got the platform already in place to detect those who use a battleeye bypass. Would it be difficult, since pyBEscanner is already scanning the scripts.log file, to record player names from the log as well? It would need to then compare that list with a player list...
Back
Top