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 Runemate Beta 4 OSRS Walking Issues

Joined
Dec 28, 2013
Messages
14
Not sure why but I'm conistently having problems trying to walk correctly in OSRS.

I have used predefined paths just to have it spam click the same spot and never progress.

I have used generateLinePath(), and this one at least makes my character walk, but in the complete opposite direction in which it is suppose to be going.

Then getDefaultWeb(), does nothing at all, just sits there. Not sure why, no errors, nothing, just chills.

Here's what I'm using trying to walk, becasue it might be my fault, I'm not sure. (I'm using my own Area method, which just grabs the center tile of the area, and it just sits here doing nothing.)
7E13r.jpg


Hope this helps a tiny bit, if you need any other info please let me know! :)
 
Joined
Dec 28, 2013
Messages
14
Is this also a problem with generateLinePathTo()?
Yea it shoots off in the wrong direction; like in the image above for example, generateLinePathTo() will create a path going right through the trees, when the final coordinate is just off the the left in the field.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Do me a favor and make sure that the map orientation doesn't affect it.

Also, if you check the jdocs you'll find the default web is well, highly incomplete. In OSRS, line paths are recommended currently (hence why webs didn't work)

And also, can you take a short video of PredefinedPath.step not working?
 
Last edited:
Joined
Dec 28, 2013
Messages
14
Do me a favor and make sure that the map orientation doesn't affect it.

Also, if you check the jdocs you'll find the default web is well, highly incomplete. In OSRS, line paths are recommended currently (hence why webs didn't work)

And also, can you take a short video of PredefinedPath.step not working?

Yea of course I can! :) I'm a little busy today, but the moment I get time, I'll get all of that together, and post them!
 
Joined
Dec 28, 2013
Messages
14
Do me a favor and make sure that the map orientation doesn't affect it.

Also, if you check the jdocs you'll find the default web is well, highly incomplete. In OSRS, line paths are recommended currently (hence why webs didn't work)

And also, can you take a short video of PredefinedPath.step not working?

Alright just went and checked to see if orientation had any effect, and it does not. generateLinePath still draws a path completely in the wrong directly, while predefine will follow the path taking about 1 tile steps, then after about 6 steps, it spazs out and starts going off course. I also got a video for you as well! But.... I can't seem to get it to upload, but all it does is, take a single tile step for about 6 tiles, then goes off-course a little, and just keeps repeating that pattern. If I can get the video to upload, I will edit my post with it! Sorry about that!
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Alright just went and checked to see if orientation had any effect, and it does not. generateLinePath still draws a path completely in the wrong directly, while predefine will follow the path taking about 1 tile steps, then after about 6 steps, it spazs out and starts going off course. I also got a video for you as well! But.... I can't seem to get it to upload, but all it does is, take a single tile step for about 6 tiles, then goes off-course a little, and just keeps repeating that pattern. If I can get the video to upload, I will edit my post with it! Sorry about that!
The video would really help because I don't really understand what's going on...
 
Joined
Dec 28, 2013
Messages
14
Alright I finally got it uploaded! Sorry about the wait! But the video shows the path I have set, then how I call it, then how it runs in the client. My character will take about 6 single tile steps, then walk left trying to go inside a building, then back on course, and will get stuck in a loop doing that. Here's what I'm talking about:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
(May take a few to get processed, Vimeo only place that would actually let me upload, every other place would just stall while uploading.)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Alright I finally got it uploaded! Sorry about the wait! But the video shows the path I have set, then how I call it, then how it runs in the client. My character will take about 6 single tile steps, then walk left trying to go inside a building, then back on course, and will get stuck in a loop doing that. Here's what I'm talking about:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
(May take a few to get processed, Vimeo only place that would actually let me upload, every other place would just stall while uploading.)
Were all the points that are clicked located on the path you defined?

Edit: Can you send me your test code?
 
Top