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 WebPath/RegionPath always returns null

Joined
Mar 29, 2016
Messages
54
For some reason on my client every bot seems to be unable to use WebPath/RegionPath.

Diggin through code I found that both methods always return null.

I tested on
  • 2 different machines
  • Windows 10 / Ubuntu / Arch Linux
  • RS3 and OSRS

This is the output for MaxiWorldWalker:
Code:
(12:42:16) MaxiWorldWalker V1.0.0 started!
(12:42:23) [RegionPath failed, trying WebPath]
(12:42:23) [WebPath failed, falling back to BresenhamPath]
(12:42:25) [RegionPath failed, trying WebPath]
(12:42:25) [WebPath failed, falling back to BresenhamPath]
(12:42:26) [RegionPath failed, trying WebPath]
(12:42:26) [WebPath failed, falling back to BresenhamPath]
 
Last edited:
Joined
Feb 15, 2016
Messages
64
For some reason on my client every bot seems to be unable to use WebPath/RegionPath.

Diggin through code I found that both methods always return null.

I tested on
  • 2 different computers
  • Windows 10 / Ubuntu / Arch Linux
  • RS3 and OSRS

This is the output for MaxiWorldWalker:
Code:
(12:42:16) MaxiWorldWalker V1.0.0 started!
(12:42:23) [RegionPath failed, trying WebPath]
(12:42:23) [WebPath failed, falling back to BresenhamPath]
(12:42:25) [RegionPath failed, trying WebPath]
(12:42:25) [WebPath failed, falling back to BresenhamPath]
(12:42:26) [RegionPath failed, trying WebPath]
(12:42:26) [WebPath failed, falling back to BresenhamPath]

Yeah same happens for me. Uses BresenhamPath for all my bots which isn't very useful in some cases. They just stopped working one day. Not sure why. :S
Hope they fix it soon.
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
Region doesn't work because the location you're walking to doesn't lay in your currently loaded region. Webpath PROBABLY doesn't work because the web is kinda shitty. So bresenhampath is the logical answer.
 
Joined
Dec 10, 2014
Messages
3,255
RegionPath is limited to the current region.
Web pathing using the default web is limited by where the web covers, which isn't the entirety of runescape, the default web also doesn't have any object vertices.
 
Joined
Feb 15, 2016
Messages
64
WebPath is working beatyful. The problem is the default web its using.

Yeah that's what I meant. The default web is broken or something to do with it. If I render it, it's fine but if I try and step it just doesn't work.
 
Joined
Mar 29, 2016
Messages
54
Yeah I just tested the Default WebPath it and even from a small distance (< 10) it doesnt work.

Anyone know why?
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
This has now been resolved. The application the default web relies on somehow was not restarted after the server was restarted. We're now investigating the cause to make sure this doesn't happen again. Apologies guys.
 
Top