Jump to content

ReDBaroN

Member
  • Posts

    859
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ReDBaroN

  1. @salival This seems to be working fine but, I am getting this error in the client rpt:

    Error in expression <garage_dialog = -1;
    player removeAction s_player_copyToKey;
    s_player_copyToKey =>
      Error position: <s_player_copyToKey;
    s_player_copyToKey =>
      Error Undefined variable in expression: s_player_copytokey
    File mpmissions\__CUR_MP.Chernarus\dayz_code\compile\fn_selfActions.sqf, line 1146

    Double checked my install and can't see I've missed anything but, happy to be severely scolded if I've been dense... :)

  2. superb, so if I just have 2 deployables in there; bike from toolbox and helipad from toolbox, I just need to add: 

    DZE_ACTION_DEPLOYABLE_PACK_0

    as the helipad is only removed from the garage dialog. So, it will look like this:

    "Tow_settings_dlg_CV_btn_fermer","Tow_settings_dlg_CV_titre","unpackRavenAct","vectorActions","wardrobe","s_garage_dialog","DZE_ACTION_DEPLOYABLE_PACK_0"

    ?

  3. @salival sorry to be your stalker dude but, can you let me know what the action is for packing the bike so, I can allow it in infiSTAR without having to turn the following to false:

    /*  Check Actions ?       */ _CSA = true;	/* true or false */	/* this checks mousewheel actions */

    I've searched through the bike folder and can't see the normal... s_player_xxx to add to the _dayzActions = [] in AHConfig.

  4. no rpt errors apart from one related to infiSTAR. I know it's infiSTAR because I'm having to use an old version of infi due to people getting stuck loading in with "spawning items" on newer versions. But, every time I try the later versions out, the rpt error clears but, the getting stuck problem returns so, I have to revert. The error is this:
     

    17:02:47 Error in expression <is_fnc_halo_soundLoop = time;
    playsound "BIS_HALO_Flapping";
    
    bis_fnc_halo_actio>
    17:02:47   Error position: <"BIS_HALO_Flapping";
    
    bis_fnc_halo_actio>
    17:02:47   Error Missing ;
    17:02:47 File z\addons\dayz_code\compile\BIS_fnc\fn_halo.sqf, line 70

    Spams twice at server startup only. Do you think it could be related?

  5. Well with @salival's fix the error seems to be cleared and with the win condition changed to crate on all but president, mayor and the patrols the missions seem to be completing fine as well. 

    Don't want to speak too soon though as not all missions will have run yet so, will update this thread in a couple of days if still good or, sooner if not... 

    Thanks for help guys. Pretty sure it's the pilot in the heli reinforcements... 

  6. 18 hours ago, JasonTM said:

    I think you just use

    
    ["kill"],

     

    Thanks @JasonTM I know you can use kill as well but, using that meant that some missions for me weren't clearing even though all the AI were killed. I suspect it had something to do with reinforcements if the heli from the para drop isn't taken out as well. Even when it despawns....missions still wouldn't clear. So, I saw in one of the files  ["kill",wai_kill_percent] as an example so, tried that. Anyway...it didn't work. Just meant that you had to kill all the AI. Also, the error still persists even with ["kill"] or ["crate"] so, I'm trying salival's fix above. Fingers crossed! :)

  7. 13 hours ago, salival said:

    This bug has been around for years, I found the simplest way to fix it was to remove those files except for these lines:

    I have been running this fix on my server for about a year and a half, no difference at all.

    Can't get RPT errors if you remove the code causing RPT errors :)

     

    bandit_behaviour.sqf:

    
    private ["_group"];
    
    _group = _this select 0;
    
    _group setCombatMode ai_bandit_combatmode;
    _group setBehaviour ai_bandit_behaviour;

    hero_behaviour.sqf:

    
    private ["_group"];
    
    _group = _this select 0;
    
    _group setCombatMode ai_hero_combatmode;
    _group setBehaviour ai_hero_behaviour;

     

    @salival Thanks for the response. So, if I understand correctly, you just empty those files to only have the code in them that you quoted above?

  8. 52 minutes ago, JasonTM said:

    Usually when we see that error it means that you are missing one of the Visual C++ redistributables. Check that first.

    Thanks for your answer.

    Got them all I think, have attached a screenshot....?

    But, I think it maybe where I had tried this for mission completion:
     

    		["kill",wai_kill_percent], 			// ["crate"], or ["kill"], or ["assassinate", _unitGroup],

    As that was an option in one of the files. I've changed that to crate to see whether it goes away...
     

    Untitled.png

  9. Anyone seeing this error:
     

    17:45:01 Error in expression <tion = wai_mission_data select _mission select 3;
    };
    
    {
    _x setVariable ["Aggress>
    17:45:01   Error position: <select 3;
    };
    
    {
    _x setVariable ["Aggress>
    17:45:01   Error select: Type Number, expected Array,Config entry
    17:45:01 File z\addons\dayz_server\WAI\compile\bandit_behaviour.sqf, line 14

    I haven't touched that file so, I'm guessing it's something else in the config that's causing it...?

    EDIT: Happens for the hero behaviour file as well

  10. 37 minutes ago, Wulfer said:

    I'm getting error mpmissions\DayZ_Overpoch11.Chernarus\scripts\traders\server_traders.sqf, line 1: '.':"" encountered instead '='

     

    serverTraders = [
    "RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2",
    "RU_Functionary1","GUE_Soldier_MG"];

    can you put the whole file in a spoiler pls

×
×
  • Create New...