Recent content by Phyrstorm

  1. P

    Changing the loot that the Ai's drop

    Sorry I got sidetracked on RL work then the PSU in my dev system went haywire. I've got it back up now. Here is the pastebin of my dayz_epoch.sqf file. Let me know if you need anything else. http://pastebin.com/L4n1hq4a
  2. P

    Changing the loot that the Ai's drop

    Yes they can dynamically generate their gear from those lists. The reason I setup mine the way I did was to have a little more control over what the low level town AI got as we had AI spawning with high end assault rifles in Kamenka using the dynamic system with the overpoch loot tables. When...
  3. P

    Changing the loot that the Ai's drop

    Go into you DZAI\init\world_classname_configs folder in your server pbo. You can from there edit for your specific map/mod by editing the files within the folders. For example I am running an overpoch server (Epoch/Overwatch mashup) and added all the different weapons/items to my...
  4. P

    [HELP] Random Building placer

    Awesome that's good to know. Less code, less overhead.
  5. P

    [HELP] Random Building placer

    that code worked but the direction was not getting set. However looking at your code I realized I was over thinking the code. I had too many quotes in the array turning the coords array and direction into strings then trying to convert them. I took out the extra quotes and removed the...
  6. P

    [HELP] Random Building placer

    That didn't work at all. 17:10:54 Error in expression <, 2200.752, 4.2915344e-006],132.08899], ]; _unit_1 = _this; _randPos = _posArray> 17:10:54 Error position: <]; _unit_1 = _this; _randPos = _posArray> 17:10:54 Error Missing [ 17:10:54 File z\addons\dayz_server\buildings\randtest.sqf...
  7. P

    [Support] DZMS DayZ Mission System

    Epoch has added several DZE versions of the weapons. Here is the list straight out of my overpoch DB. all of these spawn and trade. From what I can tell of them they are just coded to only take the primary slot instead of both the primary and backpack slots. KSVK_DZE m240_scoped_EP1_DZE...
  8. P

    Overpoch items issue... please help

    What versions are you running of Epoch and arma 2 beta and are there any errors in your RPT file?
  9. P

    [HELP] Random Building placer

    I am working on a script that will on server start randomly place (from an array of options) several buildings on the map. I am currently testing with a few buildings on the southern coast of Chernarus and they themselves will spawn from the normal sqf file but when I try to take their...
  10. P

    [Support] DZMS DayZ Mission System

    Wow didn't catch that. Nice one SchwEde.
  11. P

    [Support] DZMS DayZ Mission System

    What version of the beta are you running on your server? The new 112555 version now checks for and reports undefined variables in all the files and there are a ton of them all over the place in most of the mods.
  12. P

    [Support] DZMS DayZ Mission System

    I am looking for a way to randomize the AI gear loadouts. They are spawning with random weapons all well and good but I would like for them to get random gear from the DZMSGear0-4 options instead of spawning with everything in the array like they currently are. Does anyone have any code or...
  13. P

    Error in verifyTables.sqf

    There appears to be an error with table verification. The below shows up in my RPT log and no ground AI spawns from static/custom spawns. Vehicles and heli's still spawn in however. I noticed that the tale end is about launcher types so I've tried it with launchers in that list and without...
  14. P

    DZAI headless client?

    Ebay do you have any idea how to implement this for DZAI? I'm interested in doing this on my server but don't really have an idea on how to go about it.
  15. P

    DZAI heli spawn times

    Got it thanks for the info.
Back
Top