Page 1 of 2 12 LastLast
Results 1 to 25 of 41

Thread: RadialWalkAid - Rebirth

  1. #1
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default RadialWalkAid - Rebirth

    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.



    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.
    Attached Files Attached Files
    Last edited by mormonman; 03-26-2013 at 12:32 PM.

  2. #2
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    IT LOOKS AMAZING MAN I LOVE U UR SO SEXY! I WANT YOUR SEX!
    hi.
    Extinct.

    Formally known as Drags111.

  3. #3
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    OMG thats great! I want to have your babies
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

  4. #4
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    YESSSS <3

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

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  5. #5
    Join Date
    Oct 2011
    Posts
    192
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    YES! I love you!

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

  6. #6
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by PatDuffy View Post
    YESSSS <3

    Now we can renew that pesky requirement for Radial Walking on Member's Apps
    Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.

  7. #7
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Maybe you should add a "Create Members application-worthy script" button instead.

    Quote Originally Posted by mormonman View Post
    Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.

  8. #8
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by RISK View Post
    Maybe you should add a "Create Members application-worthy script" button instead.
    Lol'd. We are making it too easy aren't we?
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  9. #9
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Thanks a lot for this
    (I do believe i'm the only one who said thanks properly o.O)

  10. #10
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    I have been needing this so bad, thank you so much

    Quote Originally Posted by mormonman View Post
    Maybe I should add a "Generate Code" button so that it will be like everything else...spoon-fed.
    YEAH! lol Just kidding :P
    Last edited by [XoL]; 12-28-2011 at 08:47 PM.




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  11. #11
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Any suggestions anybody?

  12. #12
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Make a video tutorial on how to use it.
    Im still a bit confused :3

  13. #13
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Simba Code:
    {*******************************************************************************
    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.

  14. #14
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Yeeee. People please try this stuff instead of SPS. Its a good product, but you should learn SRL

    Awesome mormonman
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  15. #15
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    I might make a video later. No time atm.

  16. #16
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Haha yeah, i know what Radial Walk is.
    It's just the helper that confuses me
    Idk if IM supposed to enter the info, or it's going to give it to me xD

  17. #17
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Love You <3

  18. #18
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Wow, if this works then thanks. All the RadialWalking tutorials talk about RRA but Iv'e never been able to find it.

  19. #19
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by S1N View Post
    Haha yeah, i know what Radial Walk is.
    It's just the helper that confuses me
    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.

  20. #20
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    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
    Did someone say GDK?

  21. #21
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    I never even thought about the old one not working...


    Nice job never the less.

  22. #22
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    I never even thought about the old one not working...


    Nice job never the less.
    Yah, I installed SCAR on my desktop a while back when I was trying to use the tool.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  23. #23
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    I added a working version of the old one to the first post for Shigs(shits and giggles).

  24. #24
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Thanks for this! Will be using this tons

  25. #25
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    @P1nky - saw your post and made it.
    Aw, I was surprised when I saw the thread made right after my question .
    +1

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •