Recent content by HEROTHOR

  1. HEROTHOR

    Prevent Nukes

    Would this work in my damage handler?? Trying to stop kill all commands with setDamage =1.
  2. HEROTHOR

    Prevent Nukes

    Thank you facoptere! I just did the 3 things you suggested, I hope I helps with some types of hacks. Also, it will be easier to find nukers now. Thanks again! Can I add this line to the bottom of my killed.sqf?
  3. HEROTHOR

    Prevent Nukes

    Anyone have any new information on how to prevent nukes? Can you set up that in the filters?
  4. HEROTHOR

    Fail Mission Missing ;?

    Has anyone ever seen this? :)
  5. HEROTHOR

    Fail Mission Missing ;?

    This is line 130 to 161 while { _timeOut < 12000 } do { if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; }; if (!isNil "_display") then { if ( isNull _display ) then { waitUntil {...
  6. HEROTHOR

    Fail Mission Missing ;?

    Has anyone ever seen this before. I think this is a type of hack. Any information would be greatly appreciated! Is this a hack or am I simply just missing a ;?
  7. HEROTHOR

    Humanity for killing Zed.

    Quick question, Would adding that humanity line to below bandit kills make it so heroes and survivors when t hey kill a bandit they gain humanity? Ideally, I'd like it set up if a bandit kills a bandit they loose humanity, and heroes gain humanity. Any help would be greatly appreciated! ;)...
  8. HEROTHOR

    Custom Skins for DayZ 1.8.x.x

    //if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ","US_Soldier_EP1"])) then { // _model = "Survivor2_DZ"; //}; Make sure you put a comment before all lines. So like this. //if...
  9. HEROTHOR

    Humanity for killing Zed.

    Thanks man Ill give this a shot! :) IT WORKED!
  10. HEROTHOR

    Server PBO is giving errors

    Make sure your packing it correctly. Use PBO MANAGER and Right click and instead of clicking CREATE PBO, click PBO MANGER > "PACK INTO A PBO". Give that a shot.
  11. HEROTHOR

    Custom Skins for DayZ 1.8.x.x

    Correct me if im wrong, but you might just need to add the skin names to this line. if (!(_model in ["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","SurvivorW2_DZ"])) then { _model = "Survivor2_DZ"; };
  12. HEROTHOR

    Humanity for killing Zed.

    Hey there, just wondering if this would work. I really need to give something back to to the heroes. Its too hard to be a hero just by bloodbagging. Any help would be greatly appreciated! USING local_eventKill.sqf. Will call compile it in the main mission but here is what im thinking...
  13. HEROTHOR

    Loading Screens, come here to get ideas!

    Good Idea Commander Retra :) Here's Heroes vs Bandits Loading Screen. Walking Dead :cool:
  14. HEROTHOR

    Ammo boxes disapearing

    Sounds like its a cleanup issue, anything say like 60 or the amount of time it takes for it to disappear? Wish I had an epoch server pbo to reference. :(
  15. HEROTHOR

    fn_selfActions can someone help?

    Do you have your compiles also in your main pbo? You would need to call your compiles in your init.sqf and in your compiles call your self actions.
Back
Top