Mobs trapped in collision attacked by summons kill server.
steps to reproduce?
Create spawns enclosed in Collision Player needs to be unreachable due to the creatures being enclosed Player summon mobs that appear inside the collision The summons attack the mobs which in turn attempt to attack the player Pathing just keeps trying even though it will alway fail
One solution, is to prevent player spawn monster in a radius > 1
so change the (rbox location (if_then_else (is_in (location caster) (@+ (@ "009-7" (- (script_int caster "$@fightclub_x1") 2) (- (script_int caster "$@fightclub_y1") 2)) (+ (- (script_int caster "$@fightclub_x2") (script_int caster "$@fightclub_x1")) 5) (+ (- (script_int caster "$@fightclub_y2") (script_int caster "$@fightclub_y1")) 5))) 1 2))
by somethings like (rbox location 1) when the player is allow to spawn monster
@monwarez We are talking about if we intentionally want to spawn mobs within collision, not to avoid it.
If you place too many mobs in an area you can summon into or argo in some way, the mobs freak out and keep trying to calculate path to the player.