PDA

View Full Version : [Utility] RadialWalkAid - Rebirth



tls
12-28-2011, 06:47 PM
I hate writing threads.

Basically its just a new RadialWalkAid, using the same methods as Yakman's. I haven't extensively tested it so if you find bugs post 'em here.

http://i.imgur.com/Omaa3.png

Instructions:
- Form itself it pretty self-explanatory.
- Smart will load, then form should open. Log in. Then block SMART and click Load Map. You can load the map whenever. The last loaded map is cached and will be redrawn on clicking Clear Map.
- To Draw RadialPath: Add radian and radius info to the list and select it in the list, then click draw.
- Clicking on the minimap image with "Pause" the radian drawing allowing you to add the info to the list(just remember you need two radians).
- You can disable radian drawing by unchecking the "Draw Radian" box.
- Change the debug color with that button...it will change on the next drawing.

I can't think of anything else.

Drakan
12-28-2011, 06:49 PM
IT LOOKS AMAZING MAN I LOVE U UR SO SEXY! I WANT YOUR SEX!
hi.

hamster31
12-28-2011, 07:03 PM
OMG thats great! I want to have your babies

PatDuffy
12-28-2011, 07:09 PM
YESSSS <3

Now we can renew that pesky requirement for Radial Walking on Member's Apps :D

Aegis
12-28-2011, 07:14 PM
YES! I love you!

PS: I loved how you owned everyone over at RSCA. Highly entertaining as well! +11111

tls
12-28-2011, 08:26 PM
YESSSS <3

Now we can renew that pesky requirement for Radial Walking on Member's Apps :D

Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.

RISK
12-28-2011, 08:28 PM
Maybe you should add a "Create Members application-worthy script" button instead.


Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.

Kyle Undefined
12-28-2011, 08:30 PM
Maybe you should add a "Create Members application-worthy script" button instead.

Lol'd. We are making it too easy aren't we?

Sin
12-28-2011, 08:31 PM
Thanks a lot for this :)
(I do believe i'm the only one who said thanks properly o.O)

[XoL]
12-28-2011, 08:39 PM
I have been needing this so bad, thank you so much :D


Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.

YEAH! lol Just kidding :P

tls
12-28-2011, 08:52 PM
Any suggestions anybody?

Sin
12-28-2011, 08:55 PM
Make a video tutorial on how to use it.
Im still a bit confused :3

Claymore
12-28-2011, 09:11 PM
{************************************************* ******************************
function RadialWalk(TheColor, StartRadial, EndRadial, Radius, Xmod, Ymod: Integer): Boolean;
By: Nielsie95
Description: Walks TheColor from StartRadial to EndRadial for Radius Distance
Valid Arguments:
TheColor: Any Color, but Road- or WaterColor will do fine :)
StartRadial/EndRadial: Any number between 0-720. 0=N,90=E,180=S,270=W.
Radius: Distance from the centre of minimap, i.e. how far away the mouse clicks. Use numbers 20-72
XMod, YMod: deviation from MouseFindFlag. -2 to 2.
************************************************** *****************************}
function RadialWalk(TheColor, StartRadial, EndRadial, Radius, Xmod, Ymod: Integer): Boolean;
var
TPA: TPointArray;
I: Integer;
begin
Result := False;
if RadialWalkEx(tpa, MMCX, MMCY, TheColor, 0, StartRadial, EndRadial, Radius) then
for i := 0 to High(tpa) do
if MFNF(tpa[i].x, tpa[i].y, Xmod, Ymod) then
begin
FFlag(10);
Result := True;
Exit;
end;
end;


RadialWalk uses the defined portion of the minimap (in radians), and searches for a color inside that portion of the minimap and clicks to the furthest end of the portion.

Cant really explain it well, but thats the best i can do lol.

noidea
12-28-2011, 09:12 PM
Yeeee. People please try this stuff instead of SPS. Its a good product, but you should learn SRL :)

Awesome mormonman

tls
12-28-2011, 09:13 PM
I might make a video later. No time atm.

Sin
12-28-2011, 09:14 PM
Haha yeah, i know what Radial Walk is.
It's just the helper that confuses me :p
Idk if IM supposed to enter the info, or it's going to give it to me xD

P1nky
12-28-2011, 10:01 PM
Love You <3

Nebula
12-28-2011, 10:03 PM
Wow, if this works then thanks. All the RadialWalking tutorials talk about RRA but Iv'e never been able to find it.

tls
12-28-2011, 11:32 PM
Haha yeah, i know what Radial Walk is.
It's just the helper that confuses me :p
Idk if IM supposed to enter the info, or it's going to give it to me xD

Use the minimap to find the info, then you can enter it into the list and click draw to see where it will search.

@P1nky - saw your post and made it.

jakeyboy29
12-28-2011, 11:37 PM
Use the minimap to find the info, then you can enter it into the list and click draw to see where it will search.


I think this good sir means the function

NCDS
12-28-2011, 11:41 PM
I never even thought about the old one not working... :duh:


Nice job never the less.

euphemism
12-28-2011, 11:53 PM
I never even thought about the old one not working... :duh:


Nice job never the less.

Yah, I installed SCAR on my desktop a while back when I was trying to use the tool.

tls
12-29-2011, 04:40 AM
I added a working version of the old one to the first post for Shigs(shits and giggles).

Justin
12-29-2011, 04:47 AM
Thanks for this! Will be using this tons

P1nky
12-29-2011, 08:04 PM
@P1nky - saw your post and made it.

Aw, I was surprised when I saw the thread made right after my question :).
+1

hhhzzzarn
01-01-2012, 08:45 PM
Stop complaining and upgrade the requirements. Empty heads.

Good job.

Gushers
01-01-2012, 09:12 PM
Wow, this is amazing. I've needed this so badly.
My only problem is how do you work it? Lol.. Here's a video of me trying (click the image to open it) :
http://i1203.photobucket.com/albums/bb400/GushersSRL/th_RadialWalking.jpg (http://s1203.photobucket.com/albums/bb400/GushersSRL/?action=view&current=RadialWalking.mp4)
I know I'm missing the middle but how do you know how big to make it?
And once your done, how do you add this into your script? Please help.

tls
01-01-2012, 11:51 PM
You know how big to make it from which section of the map you want to search/click. Read up some tutorials on RRW.

VastlySuperior
08-06-2012, 08:46 PM
Hi

Thanks for this tool. Was just wondering if you could Update it to work with the current Simba. I made changes and I can get the minimap and use it except that it does not draw anything at the moment and my understanding of drawing on the canvas is quite limited.

Would appreciate it if this can be updated.

Thanks mormonman

Etrnl Fear
08-06-2012, 09:19 PM
Wow, this is amazing. I've needed this so badly.
My only problem is how do you work it? Lol.. Here's a video of me trying (click the image to open it) :

I know I'm missing the middle but how do you know how big to make it?
And once your done, how do you add this into your script? Please help.

I know this quote is 8+ months old, but I'm posting it anyway for anyone that happens to have the same problem.

The End Radian is how far from the Start Radian it searches (in a circle). You have it set to 0 with a Start of 255. This means it draws a 255 degree portion. Try setting it to 220 start with a 255 end. This should draw a much smaller portion (and not cause it to become unresponsive).


With that ADD moment out of the way...


Great work, mormonman. :)
Takes a load of thinking off us.

tls
08-07-2012, 12:57 AM
Updated.

Le Jingle
08-07-2012, 01:14 AM
Oh,
I've never touched radial walk in any of my scripts. Neither did I know about this RadialWalkAid. Thanks for the utility as well as updating it. I will give it a go!

tls
08-07-2012, 06:55 PM
Forgot to mention that I boosted the path drawing by a metric shit-ton.

Recursive
08-07-2012, 10:11 PM
In rrw, when does the mouse click? Does it click at the end of your radius or does it click when it finds the color that matches the color you specified?

tls
08-07-2012, 11:16 PM
cUrSivE;1082740']In rrw, when does the mouse click? Does it click at the end of your radius or does it click when it finds the color that matches the color you specified?

I'm pretty sure it clicks as close to your radius length as possible, if it finds the color.

Here is the flow:
1. Search for color on minimap
2. Filter out points not in pie slice(degrees and radius)
3. Sort those points from radius to center
4. In RadialWalk it iterates through the ordered points and tries to walk to them(its the same in RadialRoadWalk)

BigRedJapan
03-07-2013, 05:50 AM
Is this going to be remade so that I can use it in 07 Scape

tls
03-26-2013, 12:30 PM
Added OSR version.

Total
03-26-2013, 12:32 PM
Oh sweet been waiting for the OSR version. Thanks. :)

Reflector
01-20-2014, 12:22 PM
Any chance this will get updated for srl 6??

Ashaman88
01-20-2014, 02:30 PM
Any chance this will get updated for srl 6??

Why not just use SPS? I've found SPS (if done correctly) is really dang accurate!

Hoodz
01-20-2014, 04:22 PM
Why not just use SPS? I've found SPS (if done correctly) is really dang accurate!

offtopic: your new red name looks weird to me :p congratulations again asha!