OregonCore icon indicating copy to clipboard operation
OregonCore copied to clipboard

The problem with mmaps

Open walerik11 opened this issue 5 years ago • 7 comments
trafficstars

If sagrit mobs or boss suppose in the black temple and run for the wall the mobs do not go around the wall and get stuck behind it. Although they must get around this wall. It turns out they can be beaten with mass spels.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

walerik11 avatar Jul 01 '20 14:07 walerik11

https://youtu.be/xA9n7f1ZDSM

wowtbconline avatar Jul 02 '20 16:07 wowtbconline

Decided. Thanks Talamortis

wowtbconline avatar Jul 07 '20 16:07 wowtbconline

How did you solve this problem?

CTPEJIOK84 avatar Jul 09 '20 12:07 CTPEJIOK84

How did you solve this problem?

TargetedMovementGeneratorMedium<T, D>::_setTargetLocation - look here TargetedMovementGenerator.cpp at like 115 replace init.MovebyPath(i_path->getFullPath());

to init.MoveTo(x, y, z, true);

wowtbconline avatar Jul 09 '20 19:07 wowtbconline

@wowtbconline If the test is normal, please submit a PR

yuanf225 avatar Jul 09 '20 23:07 yuanf225

I'll try it, thanks.

CTPEJIOK84 avatar Jul 10 '20 08:07 CTPEJIOK84

Used this fix, mobs stopped getting stuck, work fine.

CTPEJIOK84 avatar Aug 11 '20 10:08 CTPEJIOK84