otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.59k stars 1.06k forks source link

Wrong direction of monster with hasFollowPath #4339

Open floki21uu opened 1 year ago

floki21uu commented 1 year ago

The Demon in the right bottom corner should be looking to the east. I have seen many videos from nowadays annihilators done by single players. Can't find them yet. image

ghost commented 1 year ago

old days: https://youtu.be/I6yZkl9o7LE?t=541 current: https://youtu.be/ASnAEfEMwFA?t=74

floki21uu commented 1 year ago

Also the Demons in the Annihilator do not summon Fire Elementals even if the position is extended?

EPuncker commented 1 year ago

Also the Demons in the Annihilator do not summon Fire Elementals even if the position is extended?

weird and unintended, but it deserves opening a new issue 😄

ghost commented 1 year ago

just change false to true in this line https://github.com/otland/forgottenserver/blob/545516299b607ef25471f84d1805a22311ab72de/src/monster.cpp#L999

floki21uu commented 1 year ago

still doesnt work