Search results

  1. M

    Matt's Hero Perk Help Thread

    I believe something like player addWeapon 'ItemMap'; under neath player addMagazine _skinplayer; would work :) I just can't remember off the top of my head if a map is a magazine or considered a weapon EDIT: It is a weapon, amended post for it
  2. M

    [RELEASE] Hero Perks (Epoch pre-configured)

    Hero Perks Version 1 Everyone knows it's harder to play the hero than the bandit, so why not give them some perks? What this does is runs a humanity check then if they have above 5000 humanity they spawn up north with a random skin in their inventory. Each perk is set up at 5k, 10k, 20k, and...
  3. M

    Matt's Hero Perk Help Thread

    help will take place here
  4. M

    AI Attack in traders

    in one of the aiconfigs (not sure which one, you'd have to test and poke around) you can use while {true} do { waitUntil { !canBuild }; deleteVehicle _unit; }; and it will continuously loop until an AI enters a trader area (where you can't build, obviously) then it will delete it
  5. M

    Better Safezone, Maybe

    Look at AGN safezone commander , his script removes that function :)
  6. M

    [RELEASE] Recover Skin from Dead Players

    UPDATE VERSION 1.1 [CHANGELOG] streamlined & optimised script with help from CommanderRetra [CHANGELOG] added explanation on how to add script to any AI script DOWNLOAD LINK
  7. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    just send me your mission pbo I want to check your filepaths and see if there is anything else that could be causing issues
  8. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    Just wish I knew more about Overwatch and could help you more
  9. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    looks like it should work just fine, unless the variable is different like it is with epoch. Epoch has a variable defined in the file but it uses a different one for some reason, try this on the WaitUntil line : PVDZE_plr_LoginRecord , other than that I would check the filepaths. If you just...
  10. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    the title text should go under the else, because unless the person is in combat when the loadout is being given, it wont be shown :) and you wont know if the loadouts are working properly until you get the init.sqf to properly call on the code. Once your init gets sorted it should work.
  11. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    change the waitUntil {!isNil ("PVCDZ_plr_LoginRecord")}; to waitUntil {!isNil ("PVCDZ_plr_Login")}; also the if statement should remain unchanged, it should reflect the line that you changed in server_playerSetup, ie. if (Dayz_playLogin2 select 2) then { or whatever it is. can't remember atm
  12. M

    AI Info Needed Please

    You sure? I don't use the static but i've had the dynamic chase me for quite some time
  13. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    I'm unfamiliar with overwatch, but it's probably the init.sqf code. Most likely, it is the PVDZE login variable used. I believe your server_playerLogin.sqf (Dayz_server\compile\) should have the correct variable somewhere near the bottom, good luck :)
  14. M

    AI Info Needed Please

    DayZ AI may despawn after you leave an area...but that's only true if they havn't been alerted to your presence...at least in my experience. I have had AI chase me down for ~10-20 minutes then corner me. Plus they are tough as hell to kill with default settings.
  15. M

    [request] custom kill/death message

    http://opendayz.net/threads/server-side-hint-globalchat-fix-resec.13170/
  16. M

    [RELEASE] Customizable Humanity Based Loadouts on Respawn

    Humanity Based Loadouts Version 1 Determines your humanity and gives you a randomly selected (out of five) loadout depending on if you are a survivor, bandit, or hero. Requirements (PBO Manager and Notepad ++) Easy = Blue <10 Installation Steps - Included in the .zip, labeled...
  17. M

    [SUPPORT] Matt's Customizable Humanity Loadouts on Respawn

    Help will take place here
  18. M

    [RELEASE] Recover Skin from Dead Players

    Skin Recovery Version 1 I was using Zabns Take Clothes Script ( http://opendayz.net/threads/release-zabns-take-clothes-2-0.19290/ ) on my server but noticed that sometimes it could bug out or be used to dupe gear so I decided to put my own spin off on it. What this does is it determines the...
  19. M

    [SUPPORT] Matt's Skin Recovery

    Help will take place here
Back
Top