rockfireredmoon / iceee

Earth Eternal is an abandoned MMORPG now kept alive by this project. This is the Git repository for TAWD, the server component.
GNU General Public License v3.0
16 stars 6 forks source link

The mobs are badly mapped #271

Open rockfireredmoon opened 7 years ago

rockfireredmoon commented 7 years ago

Reported By: Sai Starlight Category: MOB

At the Captured Keep in Anglorum, enemy mobs can run through walls to attack, also aggro through walls.

LiskaQuicksilver commented 7 years ago

Much as I want to say this can be easily fixed, first off, this is how it has always been since SPM ran things. EE does not have Line Of Sight enabled so mobs attack by proximity instead. This means they can attack through walls, buildings or anything else within aggro range no matter what lies between them and the player.

That said, we do eventually want to fix this issue, but, like most 3D games MMO or otherwise, LOS is one of those things that is rather difficult to implement effectively.