Results 1 to 6 of 6

Thread: DTM Help....

  1. #1
    Join Date
    Dec 2006
    Location
    In the SaMe WoRld as yOu
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DTM Help....

    Hey mate,

    I need a bit of help with DTM, I have created the DTM it works fine in the Test [In the DTM Editor] When i try to search the dtm in real RS bank it dont find can some 1 give me a hand?

    MSN will be preferred, Advanced Thanks.

    http://stats.srl-forums.com/be/SRL-S...erbars/305.png
    | Buying All Rune Ess - 30Ea | & | Buying P Ess As well |

    http://www.fenjer.com/adnan/SRLStats/305.png
    If I see you autoing with level 3 - Default clothes - Crap name I WILL report you.
    [ Auto Correctly: Put this in your signature, if you agree ]

    http://starblaster.freehostia.com/stress/Aje10.png

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    1) Try using tolerance on each point

    2) Make sure that you make points that will work in a number of conditions (compass position, etc)

    3) DTM's don't work very well on the mainscreen because it changes so much
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    4) Try to add more AreaSize at a few subpoints (2/3).
    Hup Holland Hup!

  4. #4
    Join Date
    Dec 2006
    Location
    In the SaMe WoRld as yOu
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could you both add me please on msn, I have done all you have said but i dont understand point number 4...

    Heres the script

    SCAR Code:
    program New;

    var
     x, y, Marrentil : integer;

    Procedure FindMarrentil;
    begin
        If(FindDTM(Marrentil, x, y, MSX1, MSY1, MSX2, MSY2))then
      writeln('Found....!')
    end;

    Procedure LoadDTMs;
    begin
      Marrentil := DTMFromString('78DA633460646010076224C0DB2008A661A28' +
                 'C5640161FAA1A982C5C8D19902547408D0A90A540841A49026A2C' +
                 '802C31026A7408DB0500BA5702BF');
    end;

    Begin
    LoadDTMS;
    FindMarrentil;
    end.

    I tested this, with my bank screen open When i press Play it just says
    Successfully compiled
    Successfully executed
    It dont say its found, so theres a prob...??

    Thanks

    http://stats.srl-forums.com/be/SRL-S...erbars/305.png
    | Buying All Rune Ess - 30Ea | & | Buying P Ess As well |

    http://www.fenjer.com/adnan/SRLStats/305.png
    If I see you autoing with level 3 - Default clothes - Crap name I WILL report you.
    [ Auto Correctly: Put this in your signature, if you agree ]

    http://starblaster.freehostia.com/stress/Aje10.png

  5. #5
    Join Date
    Jan 2007
    Location
    Not here
    Posts
    1,604
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Default

    stick an activateclient; at the start of loop followed by a wait(700) then have the rest of ur loop and make sure you dragged the crosshair onto the rs game window. also because u don't use findDtmRotated make sure ur compass is on the exact same angle as the DTM was when you made it
    Sleeping...

  6. #6
    Join Date
    Dec 2006
    Location
    In the SaMe WoRld as yOu
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rkroxpunk View Post
    stick an activateclient; at the start of loop followed by a wait(700) then have the rest of ur loop and make sure you dragged the crosshair onto the rs game window. also because u don't use findDtmRotated make sure ur compass is on the exact same angle as the DTM was when you made it
    Thx for help but still doent find...

    SCAR Code:
    program New;

    var
     x, y, Marrentil : integer;

    Procedure FindMarrentil;
    begin
        If(FindDTM(Marrentil, x, y, MSX1, MSY1, MSX2, MSY2))then
      writeln('Found....!')
    end;

    Procedure LoadDTMs;
    begin
      Marrentil := DTMFromString('78DA633460646010076224C0DB2008A661A28' +
                 'C5640161FAA1A982C5C8D19902547408D0A90A540841A49026A2C' +
                 '802C31026A7408DB0500BA5702BF');
    end;

    Begin
    activateclient;
    wait(700);
    LoadDTMS;
    FindMarrentil;
    end.

    Add me msn plz i show u pics of testing and stuff...

    http://stats.srl-forums.com/be/SRL-S...erbars/305.png
    | Buying All Rune Ess - 30Ea | & | Buying P Ess As well |

    http://www.fenjer.com/adnan/SRLStats/305.png
    If I see you autoing with level 3 - Default clothes - Crap name I WILL report you.
    [ Auto Correctly: Put this in your signature, if you agree ]

    http://starblaster.freehostia.com/stress/Aje10.png

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
  •