Results 1 to 3 of 3

Thread: Retrieving coordinates on the RS client

  1. #1
    Join Date
    Apr 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Retrieving coordinates on the RS client

    Hey everyone, thanks a lot for your help on my last thread about detecting animations. I've got that set up, but it raised another question for me - how can I detect coordinates on the RS client? I've tried reading it off Simba on the bottom left, but that seems to be the mouse coordinates on the screen; aligning the client to the top left of the screen doesn't work either, as coordinates used in Simba scripts seem to be based off the top left of the client window without including Windows borders. Using the WindowSpy program that comes with AHK also seems to give the same value, even for the active window coordinates. So basically, what methods are there to retrieve the specified coordinates of a certain spot on the client?

    Sorry for asking if this is on any tutorials, but I honestly couldn't find it.

  2. #2
    Join Date
    Jan 2013
    Posts
    294
    Mentioned
    1 Post(s)
    Quoted
    121 Post(s)

    Default

    choose smart as the client, then read off simba.
    the Y value is always +50. so every y point you got, -50 from it.

  3. #3
    Join Date
    Apr 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Cool, thanks

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
  •