Results 1 to 10 of 10

Thread: SRL, Run one tile up.

  1. #1
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default SRL, Run one tile up.

    Hey =).
    Another question ..

    I need a way to make the player run only one tile upwards/downwards, It shouldnt use Reflection and should be quite stable.

    I Though about getting some colors from the own player and letting it move from its own position a ceratain amount of pixels up or down.

    Thats not a good solution though, since there might be other players with similar colors.

    Anyone knows how to "step" upwards/downwards?

    ~caused
    Last edited by caused; 06-21-2009 at 03:06 AM. Reason: w

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

    Default

    SCAR Code:
    Mouse(MMCx, MMCy + 1, 0, 0, True);
    would go up 1 tile on MM but I don't know how accurate that would be.

    or
    SCAR Code:
    Mouse(MSCx, MSCy + 1, 0, 0, True);
    Would do the same but on the main screen.
    If you choose this method I would make this click false though and add a chooseoption fail safe.
    Last edited by NCDS; 06-21-2009 at 03:09 AM.

  3. #3
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    Thanks for the suggestions, this does not work though .

    What excatcly is "MSCx" and "MSCy" .. it acts pretty weird, clicking totally different spots on every run. Mainly the x coordinate is much too far to the left... But sometimes it clicks where its supposed to be :x....

    ~caused

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

    Default

    MMCX = Minimap
    MSCX = Main screen
    MICX = Inentory
    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

  5. #5
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    noidea, MMCX is the center of the Minimap.. MSCX is the center of the Main Screen.. MICX is the center of the Inventory..

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

    Default

    Quote Originally Posted by caused View Post
    Thanks for the suggestions, this does not work though .

    What excatcly is "MSCx" and "MSCy" .. it acts pretty weird, clicking totally different spots on every run. Mainly the x coordinate is much too far to the left... But sometimes it clicks where its supposed to be :x....

    ~caused
    MSCx stands for Main Screen Center x, so it should never click way to the left. Especially since we never change the x coord, just y which is the vertical one.
    Post the function your trying?

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

    Default

    Quote Originally Posted by 99_ View Post
    noidea, MMCX is the center of the Minimap.. MSCX is the center of the Main Screen.. MICX is the center of the Inventory..
    Thats what I said, did I not???
    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

  8. #8
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    it does work now =).

    Thanks everyone again!

    i made it click +4 on minimap that works pretty well =).

    I think it misclickend, because the focus wasnt on the runescape client window.

    ~caused

  9. #9
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you just said it was the minimap, main screen, inventory.. which is the general area, but not exactly.

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

    Default

    Quote Originally Posted by caused View Post
    I think it misclickend, because the focus wasnt on the runescape client window.
    yeah, lol that'll do it

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
  •