Results 1 to 7 of 7

Thread: Radial Walking Help !

  1. #1
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Radial Walking Help !

    I'm not sure if this would be the right place to post this, but here it goes. It's not a problem, it's basically a question. Ok, so I'm using the RadialRoadWalk function for one of my scripts. When I use it, the mouse moves really slow towards the minimap. The function works properly and clicks where it's supposed to click, but it's just the mouse moves in a somewhat straight line towards the minimap, and then clicks. I don't know if this would make the script detectable when the mouse moves this slow, or what. Is this a problem, or is it normal and it doesn't matter?

    - Da Der Der -
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #2
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think you should just use radial walk , radial road walk is made for clicking the mini map multiple times without moving to far away from it
    "your always where you supposed to be"

  3. #3
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Da Der Der View Post
    I'm not sure if this would be the right place to post this, but here it goes. It's not a problem, it's basically a question. Ok, so I'm using the RadialRoadWalk function for one of my scripts. When I use it, the mouse moves really slow towards the minimap. The function works properly and clicks where it's supposed to click, but it's just the mouse moves in a somewhat straight line towards the minimap, and then clicks. I don't know if this would make the script detectable when the mouse moves this slow, or what. Is this a problem, or is it normal and it doesn't matter?

    - Da Der Der -
    Hmm, that does sound like a problem to me. And it does sound deterctable. Mind if i see your radial walk method?

    Mine moves humanly style and at the same mouse speed that i have "mouse" set to.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  4. #4
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No curve means you should put this at the beginning of your mainloop:

    SCAR Code:
    BenMouse := True;

    Slow mouse means you should put this right after BenMouse:

    SCAR Code:
    MouseSpeed := 7;
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  5. #5
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program New;
    {.include SRL/SRL.Scar}

    const
      MMouseSpeed = 10; // The less you put the faster. 10 default. :]
      UseBenMouse = true; // BenMouse makes the mouse move more Humanly.

    begin
      SetUpSRL;
      MouseSpeed := MMouseSpeed;
      BenMouse := UseBenMouse;
    end.

  6. #6
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks everybody! And lordgreggreg, I would show it to you, but I just started being active again a few days ago and I just started using RadialWalk and I didn't save my script, it was just a test script. (the reason because I've been real busy with finals for school and baseball (My baseball team is going to states, after two more wins we will be champions of Pennsylvania, then off to New Jersey)). And does anyone else agree with del_signo? Is he right? Does RadialRoadWalk tend to not work properly? Last night I tried using it, and it didn't really work, like it worked for some time and I would keep testing my script, adding a line of RadialRoadWalk every step to make it travel farther, and every time I took it back to the beginning of where the script started, sometimes it didn't work, so does anyone agree with him?

    Thanks!

    - Da Der Der -
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  7. #7
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Da Der Der View Post
    Thanks everybody! And lordgreggreg, I would show it to you, but I just started being active again a few days ago and I just started using RadialWalk and I didn't save my script, it was just a test script. (the reason because I've been real busy with finals for school and baseball (My baseball team is going to states, after two more wins we will be champions of Pennsylvania, then off to New Jersey)). And does anyone else agree with del_signo? Is he right? Does RadialRoadWalk tend to not work properly? Last night I tried using it, and it didn't really work, like it worked for some time and I would keep testing my script, adding a line of RadialRoadWalk every step to make it travel farther, and every time I took it back to the beginning of where the script started, sometimes it didn't work, so does anyone agree with him?

    Thanks!

    - Da Der Der -
    The road color changes ! After a loading screen, or a login. RadialRoadWalk gets the new color inside the script, but if you stop and manually move somewhere and the color changes then the current color inside your script is no longer correct, even though RRW gets the new color for you. Hard to put it in words. :S

    You need to repick the color, or add road autocolor.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Radial Walking
    By knassyl in forum OSR Help
    Replies: 3
    Last Post: 10-22-2007, 12:00 PM
  2. Radial Walking Help
    By Becks in forum OSR Help
    Replies: 2
    Last Post: 10-19-2007, 12:24 AM
  3. radial walking aid
    By Vap0ur in forum OSR Help
    Replies: 4
    Last Post: 10-15-2007, 12:41 AM
  4. need some help with radial walking
    By randomness6 in forum OSR Help
    Replies: 6
    Last Post: 07-10-2007, 08:38 PM

Posting Permissions

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