FindPath on static water

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
Zik
Novice Poster
Posts: 41
Joined: Sun Feb 07, 2010 9:39 am

FindPath on static water

Post by Zik »

We replaced water landtiles with static water, and made a seabed.
Water tiles are arttiles with flags: impassable & wet.
Now we have a problem with sea creatures, because FindPath returns "Failed to find a path." error.

But RunAwayFrom function works great, and mobs can move on water(in my AIscript runlikehell function ). How does it's pathfinder differ from FindPath's?

Is it possible to fix it coreside?
And is it possible and efficient to make my own FindPath? For example based on Lee method(wave-search).
Where can i see sourcecode of RunAwayFrom and FindPath? is it written in eScript?

Thanks in advance for any help!
Post Reply