Results 1 to 3 of 3

Thread: FindDTM using a Minimap

  1. #1
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default FindDTM using a Minimap

    What would the xs, ys, xe, ye? I am thinking MMX1, MMY1, MMX2, MMY2? Also, does anyone know if RuneScape changes the map outline of dungeons? Like do they change the white outline points? Thank you in advance

  2. #2
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    You are right, its MMX1 etc. As for map outlines of dungeons I don't know what your talking about.

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

    Default

    Yes, the colors are changing slightly. You will need to add tolerance to be able to detect the white outlines properly. With our own human eyes we can't see the difference, but if you log out and pick a couple colors again, you will see that they will change slightly after logging out.

    This is the code I used.
    Simba Code:
    ColorToleranceSpeed(2);
    SetColorSpeed2Modifiers(24.65, 15.69);
    CountColorTolerance(16119532, MMX1, MMY1, MMX2, MMY2, 2);
    WriteLn('We have counted the white color a total of '+IntToStr(CountColorTolerance(16119532, MMX1, MMY1, MMX2, MMY2, 2)+'');

    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
  •