Results 1 to 5 of 5

Thread: minimap search

  1. #1
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default minimap search

    is there any code that would make it search for a dtm in only the bottom half of the mini map

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dtmRotated(dtm, x, y, MMx1, MMcy, MMx2, MMy2);

    MMcy starts in the middle of the screen istead of the top. (someone correct me if I'm wrong.)
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    scar Code:
    DTMRotated(DTM, X, Y, (MMX1 + MMX2) Shr 1, (MMY1 + MMY2) Shr 1, MMX2, MMY2);
    More 1337 than Blumbleebee's, but does the same.


  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    scar Code:
    DTMRotated(DTM, X, Y, (MMX1 + MMX2) Shr 1, (MMY1 + MMY2) Shr 1, MMX2, MMY2);
    o.o That actually turned me on. >.>

    CURSES!

    ;]

  5. #5
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    scar Code:
    DTMRotated(DTM, X, Y, (MMX1 + MMX2) Shr 1, (MMY1 + MMY2) Shr 1, MMX2, MMY2);
    More 1337 than Blumbleebee's, but does the same.
    (MMX1 + MMX2) shr 1 = 626
    MMX1 = 550

    we wanted it to search in (MMX1, MMCY, MMX2, MMY2)
    you tried to be leet but phailed

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
  •