Recent content by TheLaughingMan

  1. T

    Origins Server?

    Look at server_console.log
  2. T

    Origins Server?

    You should all be careful. For shits and giggles I just renamed one of my servers to say "Origins." I was not actually hosting an origins server. Within a few hours I got this from my host: So they dont care whether or not you even have the files, all they are doing is search on the word Origins.
  3. T

    Abort delay on death

    Where exactly do you put this code? Mission file fixes?
  4. T

    humanity reset per perl?

    update profile set humanity = 2500;
  5. T

    humanity reset per perl?

    Just do it via sql. update profile set humanity = 0 where unique_id = 'PUT ID HERE';
  6. T

    How can I add Rocket_DZ model back to server

    To wear it you need to edit your server pbo. The file you want to edit is in the compile folder and is called server_playerLogin.sqf. Fine this line: if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ"])) then {...
  7. T

    Adding custom skins

    So when you log in the first time you have the skin, but the next time it resets?
  8. T

    Adding custom skins

    Mind if I ask you to paste the change you made? Just want to make sure you made the edit correctly. If the change is correct there is always the possibility that the skin you selected is banned by dayz but I don't see why they would do that.
  9. T

    Dayz.st server database hacked

    You would lose no DB functionality if they created a user that could only be used by your server IP and put that in hiveext.ini. What it would mean is that you would not be able to connect via the same user from home, they or you would need to create a user for that.
  10. T

    Adding custom skins

    In the server pbo, either player login or player setup has an if statement that checks if your skin is in a list of skins, if not it sets it to the default skin. You probably need to edit that.
  11. T

    Dayz.st server database hacked

    My bet is they use the same database user for each server. For instance the host they use is '%' which means anyone from any ip can use it to connect to the database. If this is true, then a hacker could loadfile your hiveext.ini file to get the login info for the database and do whatever they...
  12. T

    pyBEscanner

    What exactly is it that you are trying to parse in your RPT log? Are you sure it doesn't log it elsewhere as well?
  13. T

    pyBEscanner

    Is there a way to set a different ban time for certain things?
  14. T

    Schema notice 0.39+

    Pretty sure you can enable that in server_monitor. if (_damage < 1) then { Either remove that if statement or change 1 to like 2.
  15. T

    New version 1.7.6

    Yes, it only changed dayz_code.pbo, so just grab that and replace it.
Back
Top