Jump to content

Woubie

Member
  • Posts

    42
  • Joined

  • Last visited

Posts posted by Woubie

  1. Hi i am currently using DZMS, DZMSHotspots, DZAI, and WAI.

     

    When i kill AI they dont drop gear. I cannot figure this out and is very frustrating as i have roaming AI, and when you kill them you basically get nothing and lost all your ammo.

     

     

    Anyone know where to find the settings? Thanks

  2.  

    I dont have a certain part of the code becasue its seems to be used by another mod 

    the mod says replace 

     

    call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf";

     

    But i have 

     

    //Load in compiled functions
    call compile preprocessFileLineNumbers "DAYZ_CODE\INIT\variables.sqf";

     

    Wont hurt to try it out, just make a backup

  3. I can help you bro, i use GTX aswell.

     

     

    https://github.com/RimBlock/Epoch/tree/A_Plot_for_Life_v2.35_Stable/A%20Plot%20for%20Life

     

     

    Use this, and before doing so if you dont have anything important on the server or any other addons id reccomend to reinstall the server to basically refresh the files, download your desired mod.

     

    Then follow the tutorial above. If you still need help post back here and i will give you some TS info and i can guide you. 

     

     

     

    YOU MUST UNPACK your PBO. Your two folders to work with are in your FTP using filezille would be the following

     

     

    After clicking extract PBO, go onto FTP and find the archives folder, follow until you see the server files.

    MPMissions is the second folder, find the chernarus_11 folder.

     

    Use only those two, and when done pack pbo from GTX TCadmin and start server.

  4. Hi, i am currently using DZMS and i like how it works but the missions are bad, I want NATO weapon cache missions and IKEA missions. I know someone has the files for them and a different mission addon they could share, that would be helpful.

     

     

    I am over working with DZMS as i cannot get it to cooperate with me, if anyone could help that would be greatly appreciated.

     

     

    I want the following missions:

     

    NATO Weapons Cache

    Armoured APC Mission

    IKEA Mission

    Regular Medical Missions

    Humvee Crashes.

     

     

     

    Thanks

  5. Hi i am trying to edit the check body distance on my server, so lets say someone dies, they cannot spawn within a certain meter from their body.

     

    The default is at 4000, i changed it in the ESSConfig.sqf to 2000 shown here:

     

     

    bodyCheckDistance = 2100; //-1 to disable

     

     

    I have that in the ESSConfig, the value before i edited it was at 4000. But now when i die it is till at 4000 and i cannot spawn in that area. Can anyone help me out with this? Thanks

     

     

    Link to addon: http://opendayz.net/threads/release-essv2-enhanced-spawn-selection-v2.21547/

  6. Hi all, i am fairly new to scripting and am learning.

     

    I want to take the Epoch watermark out of the bottom left (too bulky and want nothing there).

     

     

    Also i am looking to find the spawn select map at the beginning when you first make your character.

     

     

     

    Sorry i tried looking for awhile and cannot find it :(

     

     

     

    Thanks to all!

  7. First off download this: http://www.speedyshare.com/qXu6J/download/spawnbike.rar

     

    Place both folders in root directory of mission.pbo

     

     

    Then go to fn_selfactions.sqf and add this:

    //---------------PACK BIKE---------------
    if((speed player <= 1) && cursorTarget isKindOf "Old_bike_TK_CIV_EP1" && _canDo) then {
    if (s_player_deploybike2 < 0) then {
    		s_player_deploybike2 = player addaction[("<t color=""#007ab7"">" + ("Re-Pack Bike") +"</t>"),"spawnbike\bike2.sqf","",5,false,true,"", ""];
    	};
    } else {
    	player removeAction s_player_deploybike2;
    	s_player_deploybike2 = -1;
    };
    //-----------------END--------------------
    

    Then Add this into description.ext at the very bottom:

    #include "Addons\RightClick\extra_rc.hpp"
    

    This will add a right click option onto the toolbox. Try this, if no luck me know. its been ages since ive messed with bikes.

  8. You know, your answer to another plea for help can be used against you... if one was so inclined. :)

     

    It would be better if you posted some more, indicated the server host you are with (or if running dedicated), what else you are having installed and what issues YOU have encountered after you yourself tried to get it to work.

     

    I cannot find the scripts anywhere, i would have posted so if i had done so. Thanks for the help though

×
×
  • Create New...