Jump to content

Fuchs

Member
  • Posts

    406
  • Joined

  • Days Won

    5

Posts posted by Fuchs

  1. Hello again!

     

    With 1.0.3 seems it wont accept the backup from the character data i made .

     

    Anyone else got this ?

    Error
    
    SQL query:
    
    (620, '164794438', 11, '2013-12-08 13:07:59', '2013-12-08 13:07:59', '[["ItemRadio","LeeEnfield","Colt1911","ItemCompass","ItemMap"],["10x_303","10x_303","10x_303","ItemMorphine","ItemAntibiotic","ItemBloodbag","ItemPainkiller","ItemBandage","ItemBandage","7Rnd_45ACP_1911","7Rnd_45ACP_1911"]]', '["DZ_TerminalPack_EP1",[[],[]],[[],[]]]', '[65,[5979.99,2160.88,0.001]]', '[false,false,false,false,false,false,false,12000,[],[0,0],0,[5.5,12.024]]', 1, 1, '2013-12-08 13:07:59', '2013-12-08 13:07:59', 0, 0, 21959, 1, '["LeeEnfield","aidlpercmstpsraswrfldnon_idlesteady03",37]', 0, 'SurvivorW2_DZ', 0, 2500, 0, '2013-12-08 12:10:27'), (621, '609090', 11, '2013-12-08 14:08:44', '2013-12-08 20:05:01', '[["ItemRadio","ItemCompass","ItemMap","ItemToolbox","ItemMatchbox_DZE","M9SD","ItemKeyKit","ItemKnife","ItemHatchet_DZE","ItemGPS","ItemEtool","Binocular_Vector","SCAR_H_CQC_CCO_SD","NVGoggles"],["20Rnd_762x51_SB_SCAR","20Rnd_762x51_SB_SCAR","20Rnd_762x51_SB_SCAR","20Rnd_762x51_SB_SCAR",["20Rnd_762[...]
    
    MySQL said: Documentation
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '620, '164794438', 11, '2013-12-08 13:07:59', '2013-12-08 13:07:59', '[["ItemRadi' at line 1 
    

    sqf files> ok reading understanding ,but mysql is a headache for me sometimes !

     

    The Thing is it has accepted players aswell object data but not the character !

  2. We just tested this and it worx ! boxes here ,halo jump worx  !

         " if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""Mission"",0] && (vehicle _x getVariable [""DZAI"",0] != 1) && (vehicle _x getVariable [""Sarge"",0] != 1)) then {" \n
    
  3. fixed

    " if(vehicle x != _x && !(vehicle _x in PVDZEserverObjectMonitor) && (isPlayer x) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""DZAI"",0] != 1) && (vehicle _x getVariable [""Mission"",0] != 1) && !((typeOf vehicle _x) in DZEsafeVehicle)) then {" \n
    
  4. I'm back !

     

    Sry guys for the last dayz where i was very buys at work and did some minor changes on my own server with the new epoch update to 1.0.3 !

     

    I had so many issues with it ,that i've tried focussing to fix my own server to get it up again ,for my few donators and the OSL Clan.

     

    Apologize !

     

    I will read the last posts u all made and will look up to get mimic [if he wants] to get this thing fixed for 1.0.3 !

     

    Hope the code below worx for the boxes aswell as admin tools

    	   "    if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""DZAI"",0] != 1) && (vehicle _x getVariable [""Mission"",0] != 1) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n
    
  5. Sorry for the delay ,had a problem with my watercooling system (3 tubes kinked) !

     

    I'm working on putting up the final Sarge AI edits and DayZ AI will be optional with a how to on the readme over git !

     

    @ somma: Don't know what this bug is caused by at the moment,maybe sarge edits...but not really sure !

     

    @Defenting: What did u changed ?

     

    Major Missions were fixed using Sarge Ai:thx to mentekel

    Minor's not yet ! WIP !

     

    New cleanup.fsm for Epoch 1.0.3 added

  6. Hey guys.

    Is this Method below also working since the Scheduled Method doesn't work for me so far...i'm getting out of ideas to restock traders.

    Found this here http://opendayz.net/threads/dayz-epoch-easy-way-to-restock-items.10327/#post-44401

    restock_traders.bat
    "C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin\mysql" -h localhost -uUSERNAME -pPASSWORD dayz_epoch < restock_traders.sql
    
    cls
    @exit
    restock_traders.sql
    UPDATE `traders_data` SET qty=50 WHERE qty<=49;
    Of course you can also doubleclick the .bat file to update the traders stock.
    But then again, you might need full access to it`s desktop.
    
  7. @Menetekel thx man will add this fix right now for one mission and the rest follows tomorrow !

    @somma thx for looking into the code and the great report !

     

     

    [rem]MG36 + RPK and set to "G36_C_SD_camo","30Rnd_556x45_StanagSD"

     

    Major SM1,SM10 were now modded for using sarge !

     

    Other Missions will be updated tomorrow evening .

     

    THX guys for reporting !

     

     

    DONE

  8. ok guys . i have a piece of time today for fixing some things ,starting 21:00 CET

     

    Edited some or most of the mission complete text's 

    Changed distance to 30meters for completing a mission so the next one starts up then

    # Deleted all pistols fo AI in progress

    # axemurderer  _ailoadout= ["MeleeHatchet_DZE"]

    # fillboxes1 should be working fine now, if (not) then [ {inform},{us} ] ^^

    DONE
    
×
×
  • Create New...