Have no zombies or loot spawning - just installed Sarge's AI mod.

Josh W

Member
Hi,
My server has no zombies or loot spawning anywhere. I have no idea why it is doing this. It started after I had installed Sarge's AI NPC mod, but the NPC's work fine. If anyone can help me I would be appreciative.

init.sqf - Pastebin.com
description.ext - Pastebin.com

Hope those help, if you guys can help me, please do ! I need the help now !

If you would like to see the no-zombie server, here is the IP:
119.81.31.10:3221

http://opendayz.net/index.php?threads/sarge-ai-framework-public-release.8391/
 
The bots tend to take all the vehicles & choppers ... and wreck them. :(

Not sure how this is related to the original post, haha.


Hi,
My server has no zombies or loot spawning anywhere. I have no idea why it is doing this. It started after I had installed Sarge's AI NPC mod, but the NPC's work fine. If anyone can help me I would be appreciative.

I would suggest posting this issue in Sarge's AI release thread. He will be more likely to notice it there and then help you out.
 
Nope. There's an error in your init.sqf.

Code:
  // UPSMON
  call compile preprocessFileLineNumbers "addons\UPSMON\scripts\Init_UPSMON.sqf";
 
  // SHK
  call compile preprocessfile "addons\SHK_pos\shk_pos_init.sqf";
 
  // run SAR_AI
  [] execVM "addons\SARGE\SAR_AI_init.sqf";
 
};

remove the last }; seen here.
 
Nope. There's an error in your init.sqf.

Code:
  // UPSMON
  call compile preprocessFileLineNumbers "addons\UPSMON\scripts\Init_UPSMON.sqf";
 
  // SHK
  call compile preprocessfile "addons\SHK_pos\shk_pos_init.sqf";
 
  // run SAR_AI
  [] execVM "addons\SARGE\SAR_AI_init.sqf";
 
};

remove the last }; seen here.


btw, read your rpt - that should have given you an error about the additional };
 
Back
Top