Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved RegionPath always null

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
RuneMate 2.1.3
OSRS

While RS3 seems fine now, RegionPath is having difficulties in OSRS.
Even if the destination is clearly valid (like only a few steps away, no obstacles), RegionPath returns null.
The destination is reachable (using the .reachable() method), and Region.getArea() contains the destination.

The only time it seems to successfully generate a path is when the destination is equal to the players position (basically no path).
 
Last edited:
Top