Results 1 to 7 of 7

Thread: RadialWalk

  1. #1
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RadialWalk

    Ok. I learned how to use radialwalk, but all it does is click in the upper-left part of the screen, not on the minimap... any ideas how i can fix, or should i report it as an srl bug?

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

    Default

    If you didnt set a base roadcolor, then you might nto get the results you want. Try to get the user to pick the road color first, or just make an autocolor.

  3. #3
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I set a road color multiple times and it still clicks up in the upper-left.

    --thx for fast reply

  4. #4
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    program radialtest;
    {.include SRL/SRL.scar}
    begin
    setupsrl;
    RadialWalk(6459537, 300, 0, 25, -1, 1)
    end.

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    i think your start radial is suppoed to be smaller than the end
    try
    RadialWalk(6459537, 0, 300 25, -1, 1)

    but id also suggest making that 300 small
    0-300 = almost all of the minimap (circle= 360degress)
    try making it smaller

    0-90 for Northeast
    90-180 for Southest
    180-270 for southwest
    and
    270-260 for north north west

    it would be more accurate and a tad bit faster
    try it out =)

  6. #6
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, i've also tried with my start/end radials at 30/50, 0/90, 0/360, and 0/300... its still not clicking right.

    Thx for the chart, but i kno that already. its based on degrees and 360degrees makes a circle

  7. #7
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any way anyone can help me? please?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RadialWalk?
    By StrikerX in forum OSR Help
    Replies: 2
    Last Post: 04-19-2008, 09:25 AM
  2. RadialWalk Help
    By Esteban in forum OSR Help
    Replies: 12
    Last Post: 06-13-2007, 02:33 AM
  3. Replies: 3
    Last Post: 06-11-2007, 08:40 PM
  4. Help W/ RadialWalk
    By IEatJ00erBaybees in forum OSR Help
    Replies: 6
    Last Post: 05-29-2007, 01:51 AM

Posting Permissions

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