Results 1 to 6 of 6

Thread: coords of Y simba

  1. #1
    Join Date
    Nov 2007
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default coords of Y simba

    Hi thx for reading.
    forgot to say using smart
    I always have to substract -50 to the Y coord for it to click at right spot, result i get debug message saying its out of...range or limit
    example :
    lets say i do Mmouse(150,150)
    well it movemouse to 150,200

    shuld i keep doing it that way or is there a solution
    it dosnt affect much but annoy me


    didnt search threads O_O dont stab me
    Last edited by alucard123; 09-26-2012 at 01:32 AM.

  2. #2
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you using this for RS? If not, there is a way to disable the -50 offset, I'm not sure what it is though. Another member will tell you.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  3. #3
    Join Date
    Nov 2007
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    yes for runescape

  4. #4
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Code:
    setupsrl;
    SRL_EnableNavBar;

  5. #5
    Join Date
    Nov 2007
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thx warrior ill attempt that
    gotta fix all my -50 offset script :P


    edit: SRL_EnableNavBar; didnt solve problem (using smart...)

    noob point of view: maybe SRL_DisableNavBAR? (did try and didntwork)


    i guess ill keep that -50 offset forever
    Last edited by alucard123; 10-28-2012 at 06:12 PM.

  6. #6
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    You need to offset the Y-values with -50 if you are using the color picker to pick coords. The color picker returns wrong coords.

    Script source code available here: Github

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
  •