Results 1 to 7 of 7

Thread: Walking in al kharid

  1. #1
    Join Date
    Mar 2007
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Walking in al kharid

    What would be best to use in al kharid to walk?Colors,bitmaps,symbols,radial road?

    And please explain me a bit how you would make it work
    Dormcheck is a scam,i've posted 1000 messages and i never got paid my 10 bucks.
    http://www.fenjer.com/adnan/SRLStats/348.png

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

    Default

    Hmm I'm guessing you want to walk to the mine? In that case I'd make a function to get the sand color, then RadialWalk it.

  3. #3
    Join Date
    Mar 2007
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope,i am walking to the fire altar

    I don't understand well WT-fawaki radial walk tutorial

    1.RadialWalk(TheColor,0,90,70,xmod,ymod)
    This will scan TheColor from North to East, starting at 70 distance and ending at the MiniMap Center (MMCX and MMCY)

    2.RadialWalk(TheColor,0,90,40,xmod,ymod)
    This will scan from North to East, starting at 40 distance and ending at the MiniMap Center.

    3.RadialWalk(TheColor,90,0,70,xmod,ymod)
    This will scan from East to North, starting at 70 distance and ending at the MiniMap Center.

    4.RadialWalk(TheColor,90,0,40,xmod,ymod)
    This will scan from East to North, starting at 40 distance and ending at the MiniMap Center.

    5.RadialWalk(TheColor,320,400,40,xmod,ymod)
    This will scan from NorthEast to NorthWest, starting at 70 distance and ending at the MiniMap Center.

    6.RadialWalk(TheColor,320,400,40,xmod,ymod)
    This will scan from NorthEast to NorthWest, starting at 40 distance and ending at the MiniMap Center.

    7.RadialWalk(TheColor,320,400,40,xmod,ymod)
    This will scan from NorthEast to NorthWest, starting at 20 distance and ending at the MiniMap Center.

    8,9 and 10. Scan from NorthWest to NortEast
    .

    11.RadialWalk(TheColor,160,200,70,xmod,ymod)
    This will scan from SouthSouthEastto SouthSouthWest, starting at 70 distance and ending at the MiniMap Center.

    12.RadialWalk(TheColor,200,160,70,xmod,ymod)
    This will scan from SSWto SSE, starting at 70 distance and ending at the MiniMap Center.

    13.RadialWalk(TheColor,10,200,70,xmod,ymod)
    This will scan from NNEto SSW, starting at 70 distance and ending at the MiniMap Center.

    13 and 14.. Here you can clearly see the difference in behaviour. While 13 will move you player in an Upwards direction, 14 does the exact opposite; it move you Player Downwards, since it starts scanning at the bottom halve of the Minimap.
    It's roughly explained of what it does,and number 14 is missing
    Dormcheck is a scam,i've posted 1000 messages and i never got paid my 10 bucks.
    http://www.fenjer.com/adnan/SRLStats/348.png

  4. #4
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    StartRadial and EndRadial are the angles on the minimap that it searches for the color you want it to walk with. Radius is how far you want it to walk (in pixels going out from the center of the map). Yakman made a great tool for this. It's in the SRL folder, then scripts.

  5. #5
    Join Date
    Mar 2007
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeh,thanks,never thougth that was in SRL folder lol

    Could you make me an exemple of one radialwalk movement?
    Dormcheck is a scam,i've posted 1000 messages and i never got paid my 10 bucks.
    http://www.fenjer.com/adnan/SRLStats/348.png

  6. #6
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

  7. #7
    Join Date
    Mar 2007
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks,the first tutorial looks like to kick ass

    But how do i set radians?i don't understand well what they are :P

    Well i know radius is range
    Dormcheck is a scam,i've posted 1000 messages and i never got paid my 10 bucks.
    http://www.fenjer.com/adnan/SRLStats/348.png

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with walking [Al-Kharid]
    By yanix in forum OSR Help
    Replies: 0
    Last Post: 11-11-2007, 07:58 AM
  2. [SRL] Al-Kharid smelter
    By Sumilion in forum RS3 Outdated / Broken Scripts
    Replies: 46
    Last Post: 11-07-2007, 06:44 AM
  3. Al kharid miner
    By reaper92 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 08-01-2007, 11:01 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
  •