Results 1 to 6 of 6

Thread: Using DTM

  1. #1
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Using DTM

    When I remove the procedures SetupSRL and Bank from the script I get the message - you found the DTM, so yay success, but when I try to add the parts together it will open the bank but I never get the message (I also try to right click the DTM but that fails also)

    Any idea why it seems to detect it w/o SetupSRL but can't with ??

    Simba Code:
    Procedure Copp;
    var
      SeX, SeY, CopDTM: Integer;

    Begin
      CopDTM := DTMFromString('mbQAAAHicY2VgYJgBxEuBeBEQTwPidiBWYGRgkARidSDWBWJlIN6TZQGUYUTDmABdBVwVALQOBR4=');
      If FindDTM(CopDTM, SeX, SeY,1, 1, 600, 400) then
      writeln('Congratz! You have just found your first DTM!');
      FreeDTM(copDTM);
    End;

    Begin
      SetupSRL;
      Bank;
      Copp;
    End.

  2. #2
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Make sure you add a wait after your bank.
    I'm assuming your Bank function is to open bank?

    Something like
    Simba Code:
    Wait(500+RandomRange(100,300));

  3. #3
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Aha! You assumed correctly, thank you for the help

  4. #4
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by lilcmp1 View Post
    Aha! You assumed correctly, thank you for the help
    Glad it worked.

    Lilcmp, I've seen that name before on RiD. Are you him?

  5. #5
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Yanhua View Post
    Glad it worked.

    Lilcmp, I've seen that name before on RiD. Are you him?
    Why Yes I am

  6. #6
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by lilcmp1 View Post
    Why Yes I am
    Very nice, see you on the Top Botters list very often.

    How do you manage it? What RiD bots do you run?

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
  •