![]() |
![]() |
daunknownman2010 |
![]() ![]()
Post
#1
|
![]() Newbie ![]() Group: Members Posts: 9 Joined: 2-October 14 Member No.: 2,359 ![]() |
The bots in Synergy do everything normally like walking around and following waypoints, however, they don't attack NPCs even if "bot = COOP". They will simply walk past them and die afterwards.
However, the bots work great otherwise ![]() |
![]() ![]() |
daunknownman2010 |
![]()
Post
#2
|
![]() Newbie ![]() Group: Members Posts: 9 Joined: 2-October 14 Member No.: 2,359 ![]() |
The ones I tried them on are npc_combine_s and npc_hunter but they don't attack them.
|
Cheeseh |
![]()
Post
#3
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
The ones I tried them on are npc_combine_s and npc_hunter but they don't attack them. that's weird cos I have this code CODE classname = pEdict->GetClassName(); if ( strncmp(classname,"npc_",4) == 0 ) { if ( !strcmp(classname,"npc_antlionguard") || !strcmp(classname,"npc_citizen") || !strcmp(classname,"npc_barney") || !strcmp(classname,"npc_kliener") || !strcmp(classname,"npc_alyx") ) { return false; // ally } return true; } so any thing with npc_ in it's name should be a target unless its a lionguard,citizen,barney , kliener or alyx . BTW you don't need to set the bot = COOP, unless the synergy folders are not called 'synergy' (the bot already has the setup details precoded) |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 18th July 2025 - 09:07 AM |