Results 1 to 5 of 5

Thread: a Dhide script help

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

    Default a Dhide script help

    I'm using a green dhide script. When it goes to click make body it sometimes stops? How do I fix this?

    procedure Craft;
    var
    x,y,x2,y2,x3,y3,x4,y4:integer;
    begin
    if FindDTM(dhideDTM2,x,y,MIX1,MIY1,MIX2,MIY2) then
    begin
    Mouse(x,y,0,0,True);
    end;
    wait(950);
    if FindDTM(needleDTM,x2,y2,MCX1,MCY1,MCX2,MCY2) then
    begin
    Mouse(x2,y2,0,0,True);
    wait(950);
    end;
    if FindDTM(thingy,x3,y3,MCX1,MCY1,MCX2,MCY2) then
    begin
    Mouse(x3,y3,0,0,True);
    end;
    if FindDTM(thingy,x3,y3,MCX1,MCY1,MCX2,MCY2) then
    begin
    Mouse(x3,y3,0,0,True);
    end;
    wait(TimeToWait);

    end;

  2. #2
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    My DTM's are messed up.
    Chillax, i've gotta make some new ones since I need 99 Crafting.

  3. #3
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    ^ I'm not sure if it is the dtms it seems to me that when you are searching for the needle it shouldnt be MCX1 it should be MIX1 and so on. What you are saying with MC is Main Chat and MI is Main inventory and the needle should be in the inventory. Just a thought hope I helped.

  4. #4
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    It's looking for the needle option ni the chatbox.

  5. #5
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    oh wait I forgot I have not crafted in a while I forgot they added the left click options. You are right.
    Last edited by Getdropped; 02-29-2012 at 01:42 PM. Reason: misspelling

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
  •