Welcome!

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

Sign up now!

Alpha Waterfiends [Deleted]

Status
Not open for further replies.
Joined
Dec 13, 2014
Messages
186
Joined
Feb 17, 2015
Messages
112
Pressing the start button on the GUI isn't initiating the script for me. I've tried restarting Runemate, reinstalling java etc.. still cant get it to work.
 
Joined
Dec 10, 2014
Messages
3,255
Pressing the start button on the GUI isn't initiating the script for me. I've tried restarting Runemate, reinstalling java etc.. still cant get it to work.
If you run runemate through cmd is there any output in the cmd window?
 
Joined
Jan 8, 2015
Messages
1,427
Update coming soon: More reliable walking. (v1.5)
Sorry to be a bit off topic, but what, in your opinion, is more reliable walking? Is it a different way than using path.builtTo(location); or Brementhingiepath.buildTo?
 
Joined
Dec 10, 2014
Messages
3,255
Sorry to be a bit off topic, but what, in your opinion, is more reliable walking? Is it a different way than using path.builtTo(location); or Brementhingiepath.buildTo?
I added the area to the web, the default web doesn't cover that area and my predefined paths weren't working. I managed to get by by using bresenham to a point and then region, but even then it was a bit messy.

Overall my order of preference for paths goes:
Region > Web > Predefined > Bresenham
 
Joined
Jan 8, 2015
Messages
1,427
I added the area to the web, the default web doesn't cover that area and my predefined paths weren't working. I managed to get by by using bresenham to a point and then region, but even then it was a bit messy.

Overall my order of preference for paths goes:
Region > Web > Predefined > Bresenham
Thanks, I'll re-read this in the morning. I added areas to walk to (bankarea,getCenter and minearea.getCenter) but sometimes it stops due to being inside a house or trying to click at a house wall (on minimap).

How would you implement region based walking (seeing this would be your most desired method)?
 
Joined
Dec 10, 2014
Messages
3,255
Thanks, I'll re-read this in the morning. I added areas to walk to (bankarea,getCenter and minearea.getCenter) but sometimes it stops due to being inside a house or trying to click at a house wall (on minimap).

How would you implement region based walking (seeing this would be your most desired method)?

RegionPath

I was planning on creating my own Region Pathfinding/Walking using the A* algorithm and handling doors and such, but I haven't gotten around to it yet :/
 
Joined
Dec 10, 2014
Messages
3,255
Found the bug, sorry guys I forgot about it. The issue was I was using a .web file name extension and it was being obfuscated. Cloud has told me to use .bin instead to avoid this.
 

dan

Joined
Jan 15, 2015
Messages
60
Update gonna be pushed? Pretty keen on trying this to get war tort. on my 2nd main.
 
Status
Not open for further replies.
Top