nidico100 Posted January 1, 2016 Report Share Posted January 1, 2016 Hello, some months ago i made a script pack, but now I have to disable all AI's and Event Scripts, but I can't find the installation files anymore to see which lines have to be removed. I think i had four scripts with Bots and so on. I think they are "AI Recruitment", "DZAI", "Wicked AI" and "DZMS". Would anyone help me with my issue and disable just all bots? I will send the server.pbo and the mission.pbo. Thanks Link to comment Share on other sites More sharing options...
3steN8igall Posted January 3, 2016 Report Share Posted January 3, 2016 On 1.1.2016 at 8:09 PM, nidico100 said: Hello, some months ago i made a script pack, but now I have to disable all AI's and Event Scripts, but I can't find the installation files anymore to see which lines have to be removed. I think i had four scripts with Bots and so on. I think they are "AI Recruitment", "DZAI", "Wicked AI" and "DZMS". Would anyone help me with my issue and disable just all bots? I will send the server.pbo and the mission.pbo. Thanks its in server_monitor.sqf, near the end Link to comment Share on other sites More sharing options...
nidico100 Posted January 3, 2016 Author Report Share Posted January 3, 2016 There are 2 or 3 lines is that all i have to comment out? Link to comment Share on other sites More sharing options...
3steN8igall Posted January 3, 2016 Report Share Posted January 3, 2016 yes its all, here an example: Quote [] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf"; <-- here is DZAI [] execVM "\z\addons\dayz_server\WAI\init.sqf"; <-- and here WAI allowConnection = true; sm_done = true; publicVariable "sm_done"; }; Link to comment Share on other sites More sharing options...
nidico100 Posted January 7, 2016 Author Report Share Posted January 7, 2016 On 1/3/2016 at 6:00 PM, 3steN8igall said: yes its all, here an example: okay thanks :) Link to comment Share on other sites More sharing options...