Results 1 to 3 of 3

Thread: Using DTM Question

  1. #1
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Using DTM Question

    Ok well in my Macho Chopper, I am making a DTM of a log and then it drops it. I already have the DTM and FindDTM, but whenever I tell it to click it it just left clicks it once. Does anyone know how to make it right click and hit drop(in the popup)?

    Here is my procedure:

    RLog := DTMFromString('78DA631463606010624001A9BEBA0C0F813 42' +
    '310FF0702466920838D010D302291409A1B4870619A83A286 1548' +
    '88123047044848A3AAA84BB04455A30424C450D5640719A2A A910' +
    '7127CA86A0C141450D40000A9CC0A2D');

    if FindDTM(RLog, x, y, 100, 100, 250, 300) then
    begin
    Mouse(x, y, 1, 1, true); <----------This is where I am having trouble....
    end;
    Starting to merchant, if you know of any good clans, PM me please.

  2. #2
    Join Date
    Oct 2006
    Posts
    585
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make the true into false thats how you get it to right click..

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #3
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you for you post. Well, now I feel like a total n00b because I just had to change it.
    Starting to merchant, if you know of any good clans, PM me please.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. i has a question
    By Solkrieg in forum OSR Help
    Replies: 5
    Last Post: 10-30-2008, 08:20 AM
  2. tab 5 question
    By dvdcrayola in forum OSR Help
    Replies: 4
    Last Post: 07-04-2008, 06:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •