Results 1 to 7 of 7

Thread: Help With Coordinates

  1. #1
    Join Date
    Jun 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Help With Coordinates

    Hi

    I would Just like to know if this picture is till part of the main screen constants or is this another type of constant for this image.

    If it is part of another constant where can I find all relevant information about the different constants for the different parts of the screen?

    Thanks

    Last edited by VastlySuperior; 07-28-2012 at 09:58 AM.

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default



    Please upload your pics to tiny pic or imgur.

    edit:
    nvm you fixed it yourself ^^

    edit 2:
    To answer your question:
    https://github.com/SRL/SRL-5/blob/ma...bals.simba#L93

    I think that belongs to the chat screen coords.
    Last edited by masterBB; 07-28-2012 at 10:02 AM.
    Working on: Tithe Farmer

  3. #3
    Join Date
    Jun 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Another quick question. Is there anyway to look if this specific screen has been activated, I know there is a lot of different screens like this but the main layout is always the same. Is there any function that will look if this has popup when something has been activated?

    Thanks MasterBB for the quick response.

  4. #4
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by VastlySuperior View Post
    Another quick question. Is there anyway to look if this specific screen has been activated, I know there is a lot of different screens like this but the main layout is always the same. Is there any function that will look if this has popup when something has been activated?

    Thanks MasterBB for the quick response.
    Erm not 100% what you mean.. You mean moving from one crafting stage to the next? You could simply use WaitColor on a certain item or if the white text changes you could try GetTextAtEx.
    If you post screenshots of the two screens you want to differ between I can give you more specific info.

    ~Caotom

  5. #5
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    SRL currently does not have a function to check if that kind of window is shown. U can easily make ur own function though, either detecting the orange/black colors or using text check, my method is to just hover over it and wait for the uptext.

  6. #6
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Search for the DTM of the bowl or whatever inside the chatbox area. If found, you have the screen.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  7. #7
    Join Date
    Jun 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Just wanted to make sure there was not a way to see if such a screen was already open.

    I decided to create a dtm to see if the screen was activated. Just needed to know how to check the coordinates to search for the different options that is available with the crafting without using hard codes for the coordinates as that can change anytime with a situation as what we had the last couple of weeks.

    I`m working on a crafting script that will craft all available options with the pottery wheel and oven.

    I want to enable it so that you just need to specify the paths to the different places where you want to go to use for the crafting. Then you will be able to use the script anywhere in rs and no matter what your level of experience is. The script will only allow you to use the options in regards to your current crafting level.

    Thanks everyone for your input, appreciate 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
  •