Results 1 to 7 of 7

Thread: walking via coordinates not working for me?

  1. #1
    Join Date
    Apr 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default walking via coordinates not working for me?

    Hi, I recently tried to make my script bank automatically, by using mouse(x, y, 5, 5, true);
    But when my bot executes that command, it clicks on an other point..
    I got the coordinates by opening up smart aside of simba, then reading the coordinates simba gave while I had my cursor on the left top. I filled in the coordinates at x, y but when executing it clicks right of the middle...

    It seems to keep clicking the same spot even if I move my smart window, so what could cause this?

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

  3. #3
    Join Date
    Apr 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Well, it is not much really, just

    procedure walking;
    mouse(414, 212, 5, 5, True);

    begin
    walking
    end.

    Now that im typing in x and y, could it be that simba displays (y,x) and i typed in (x,y) ? I cant test it out right now as i am not at home..
    Last edited by Skillery; 05-20-2013 at 12:44 PM.

  4. #4
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    If you are using SMART then you have to use Y-50 for right coordinates.
    Read this topic: http://villavu.com/forum/showthread.php?t=101805

  5. #5
    Join Date
    Apr 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Yea i saw that
    Thought it would be fixed by now though

    Also, what if I move my smart window? Because simba displays where my cursor is... So if I move my smart window the coordinates change? How can I find the good coordinates?

  6. #6
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Skillery View Post
    Yea i saw that
    Thought it would be fixed by now though

    Also, what if I move my smart window? Because simba displays where my cursor is... So if I move my smart window the coordinates change? How can I find the good coordinates?
    Coordinates should be limited to within your smart window (trying to click left of your smart screen should give a -x value), and if they aren't it means you haven't locked your window to the SMART screen. There's a little green crosshair on simba you need to drag over to your smart prior to checking coordinates.

  7. #7
    Join Date
    Apr 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Aah thanks, I forgot to select smart with the crosshair. Also, now that I do y -50, it is now very accurate
    Thanks for the help!

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
  •