Jump to content

Thay-skill3d

Member
  • Posts

    56
  • Joined

  • Last visited

Posts posted by Thay-skill3d

  1. Now i got these:

    21:47:40 Error in expression <nitor,_helicopter];
    [_helicopter] spawn veh_monitor;
    
    _unitGroup allowFleeing 0;>
    21:47:40   Error position: <veh_monitor;
    
    _unitGroup allowFleeing 0;>
    21:47:40   Error Nicht definierte Variable in Ausdruck: veh_monitor
    21:47:40 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 76
    21:47:40 Error in expression <nitor,_helicopter];
    [_helicopter] spawn veh_monitor;
    
    _unitGroup allowFleeing 0;>
    21:47:40   Error position: <veh_monitor;
    
    _unitGroup allowFleeing 0;>
    21:47:40   Error Nicht definierte Variable in Ausdruck: veh_monitor
    21:47:40 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 76
  2. Thank u for the updated static spawn files :)

     

    First thing: I need static Loot-Boxes, too - for my AI-Base. Is there any chance to do this with wai2.1 ?

     

     

    edit

     

    Second:

    15:33:22 "WAI: Spawned a group of 5 bandits at [8112.57,13644.4,0.001]"
    15:33:22 "WAI: Spawned in 1 M2StaticMG"
    15:33:22 "WAI: Spawned in 1 M2StaticMG"
    15:33:22 "WAI: Spawned in 1 M2StaticMG"
    15:33:22 "WAI: Spawned in 1 M2StaticMG"
    15:33:22 "WAI: Spawned in 1 M2StaticMG"
    15:33:22 "WAI: Static mission for DayZ_Epoch_11 loaded"
    15:33:22 "WAI: Paradrop waiting for player"
    15:33:23 Error in expression <(_x select 0),(_x select 1)];
    } forEach _aicskill;
    
    {
    _x addweapon "Makarov";
    _x>
    15:33:23   Error position: <_aicskill;
    
    {
    _x addweapon "Makarov";
    _x>
    15:33:23   Error Nicht definierte Variable in Ausdruck: _aicskill
    15:33:23 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 63
    15:33:23 Error in expression <nitor,_helicopter];
    [_helicopter] spawn veh_monitor;
    
    _unitGroup allowFleeing 0;>
    15:33:23   Error position: <veh_monitor;
    
    _unitGroup allowFleeing 0;>
    15:33:23   Error Nicht definierte Variable in Ausdruck: veh_monitor
    15:33:23 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 76
    15:33:23 Error in expression <(_x select 0),(_x select 1)];
    } forEach _aicskill;
    
    {
    _x addweapon "Makarov";
    _x>
    15:33:23   Error position: <_aicskill;
    
    {
    _x addweapon "Makarov";
    _x>
    15:33:23   Error Nicht definierte Variable in Ausdruck: _aicskill
    15:33:23 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 63

    These are my static spawn errors - any idea? Helicopter problem :o

     

     

    edit2

     

    i saw mission npcs at bandit base shooting each other - one group in the middle was shoot down by the others.

  3. You did read the bit where he said he would post it when sure it was working right?

     

    Yeah i did. Did u see the seriousness in my post? ;P

     

     

    Well if i knew what it was, it would be a bit more easy to fix.

     

    If got a lot of ideas what it might be. I didnt really try to fix it, i just tried to make it so that it cant be broken (if that makes any sense).

    Without going into technical detail, when you change clothes the game actually creates a complete new character for you and just copies all the stuff from the current character. Somewhere in this process it has to remove the current character and add the new one. After it adds the new character and sets is as the one you are playing with, there is quite a lot of stuff done (like adding your backpack) before it gets to setting your characterID on the newly created character. I simply change it so there is laterally no code in between creating the new player and setting it's player ID, therefore you should never end up with a character that has none and - as a result - cannot update to the database.

     

    I think i got these errors since i installed the following scripts:

     

    - Infistar Antihack

    - Another Safezone Script http://epochmod.com/forum/index.php?/topic/12928-another-safezone-script/

    - Zombiland WAI (Yours)

  4. Did u try to disable all antihack checks in the AHconfig?

    Set it all to false an test it - if it works change one to true and test it again.. and so on. Maybe u can find it with this.

×
×
  • Create New...