Search results

  1. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    By battle eye? Or something else? EDIT Also did you change all the spots of _aiammo in your files there should have been 3 instances.
  2. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    RoyalCuppa, In your add_unit_server.sqf you have an error in your units there is a line that you have which says _aiammo = _ailoadout select 0; it should read _aiammo = _ailoadout select 1; It is correct for your squad section but not the individual section this is causing the...
  3. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Can you post your current init.sqf, add_unit_server, and unit_killed.sqf RoyalCuppa.
  4. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Governer, Are you having issues? Have you tried implementing this yet? Bolbies, Sorry no I have not, I am working on the Alpha release I spoke of which fixes all the issues with this mod and then I will begin working on the requests and enhancements.
  5. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I don't even see that sqf in my pack, is that something you custom added to your dayz_code.pbo? EDIT: This seems to be part of Bliss pkg, I don't use it so I can't speak to this, but if you completely remove the AI stuff does the error still occur? It's possible there is some cross over on...
  6. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    That's not part of the AI scripts, I would say comment out the _aispawn lines to be sure but based on that it seems somehow that there is an error in the z\addons\dayz_code\compile\local_deleteObj.sqf file.
  7. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I have not checked out UPS, it seems to have some nice features, Sarge's is a great pack, I don't know if the new version is out where you could customize load-out like you can with this pack. I also think it has to do with use case, for example I don't know right now if you wanted to Create an...
  8. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Try 1,1 and see what happens that way you have a base for what's the worst they can be.
  9. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    You can turn down their skill level if you don't want them to be as precise on the shooting, you could also alter the behavior but then you would need to setup an event handler to trigger "Combat", like a hit or fired near. I'm working on the respawn stuff, right now, they end up with the the...
  10. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Royal Cuppa, .5 and down would be hate above .6 is like. On the disappear thing I talk about this in various posts, look for AI vanish and you should find the fix, I am not at my server with files right now so I can't attach the file with the fix, it's in the add_unit_server.sqf Bolbies, I...
  11. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    RoyalCuppa, Sorry missed a ] in my edit, give this one a go
  12. M

    DayZ Chenarus Auto Refuel! All stations!

    Where is your init.sqf?
  13. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    RoyalCuppa, By quick look I would say don't add rotation to the _aispawn line in the init.sqf. Try this one, I have not gone through all the other files, not on my machine with tools to extract PBO, I'll check out in a bit if this does not work.
  14. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Bloodtype, Yeah at the moment the only way is to lower the amount they start with, you could do some coding in the the unit_killed.sqf to handle percent drops.
  15. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Can you post your pbo or individual files RoyalCuppa
  16. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Bloodtype, Spotted your issues, I posted an update to the add_unit_server.sqf and unit_killed.sqf that you didn't apply also the looting of the sniper problem is related to the "NVGoggles" you have them in the wrong spot they belong in Weapon not Gear. I have updated both with your loadout's...
  17. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Working on this a bit more have fully fixed faction thing and now the unit type is persistent as well, I am currently working on the weapon and item loadout, hopefully have that knocked out in the next couple of hours.
  18. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Villko, Add the line _aiunit addEventHandler ["Fired", {[(_this Select 0),100,true,(getPosATL (_this Select 0))] execvm "units\NPC_AlertZombies.sqf";}]; right above every line that looks like this _aiunit addEventHandler["Killed",{null=_this+[(getPosATL (_this Select...
  19. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    With this fix, AI will respawn on the correct faction and in the exact spot where they died, however they respawn as the unit type defined in the last _aispawn line and with that gearset. No fix for those yet sadly.
  20. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Ok, Major SNAFU on my part folks, my apologies, apparently I did not upload the correct unit_killed.sqf to handle the faction fix that I added to the add_unit_server.sqf. If any of you have been having issues where AI is not respawning after adding the faction fix please replace your...
Back
Top