yigitboran62
Member
As seen in the video, the enemy in the pit is hiding against the wall of the pit, and the mid boss attacks me regardless of the condition of being in that arena pit, even though I am in the pit.I have a guess about what might be causing this bug:
In the second image, in the Source 2 viewer, there is a trigger in the map area called “trigger_midboss_shield”. Yes, as I suspected, there is a trigger related to whether the mid boss enters attack mode or not. That trigger is probably something like onTrigger > midboss > enable attack, which breaks the mid boss’s neutral behavior and forces it into attacking mode. And since the bot (enemy) hiding behind the wall in the pit is within the area covered by the trigger (the trigger completely covers the pit), the mid boss cannot see it through the wall, but its attack state is active, so it also attacks targets outside the pit because there is no entity on it that restricts targeting only the pit.
That trigger (trigger_midboss_shield) is the source of this bug.
btw source: sourceflimmaker
View attachment Kes_1.777.580.062.750.mp4