Hi, the class npc_zombie does no damage to players in my gamemode. All other npc's do damage and zombies work in sandbox so its not a server content problem. I run thru my lua files and there are no functions altering damage in any way so my question is, do you know of anything that could cause this? Btw i derive sandbox. Thanks
You probably have the collision group set for the players.
Try and find something where it changes collision group for players, Search All in Notepad++ (COLLISION_GROUP_) if you want to find it somewhat easily.
nope, "Search "COLLISION_GROUP_" (0 hits in 0 files)"
[editline]8th February 2013[/editline]
as i said, all other npc's work
Hmm, are your players no collided at all?
no sir.
[editline]8th February 2013[/editline]
The zombies dont pass thru them or anything, they just dont seem to be able to hit the player :o
I notice this on my server too; the zombies can hit me; but they are extremely slow and unresponsive...
Your players aren't no collided via any other methods? Can 1 player walk through another player?
Is sk_zombie_dmg_one_slash > 0?
[QUOTE=Kogitsune;39523988]Is sk_zombie_dmg_one_slash > 0?[/QUOTE]
Hmm it was 0 but even after setting it to 30 it does not seem to even hit me.
Sorry, you need to Log In to post a reply to this thread.