Results 1 to 7 of 7

Thread: DDTM's

  1. #1
    Join Date
    Aug 2007
    Location
    Indiana
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DDTM's

    Ok, I am wanting to use DDTM's to find Aubury in his shop... I got the idea from Timothegreat. I was just wondering if someone could explain to me how to get the DDTMs from his shop. Like where to put each point and how to put them into the script correctly. (etc, etc)

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you want to find him on the Main Screen Do NOT use a DDTM if you want on the MM(MiniMap) search some tutorials on tut island
    ~Hermen

  3. #3
    Join Date
    Aug 2007
    Location
    Indiana
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I need to find him on the main screen so i can teleport to the essence... what would i need to use to find him?

  4. #4
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Try using
    SCAR Code:
    {*******************************************************************************
    function FindObjCustom(var cx, cy: Integer; Text: TStringArray; Color: TIntegerArray; Tol: Integer): Boolean;
    By: Starblaster100
    Description: Finds Object with custom amount of colors and custom amount of Uptext
    Example: FindObjCustom(x, y, ['att', 'ack'], [123456, 345678], 5);
    *******************************************************************************}
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  5. #5
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    try checking Wizzup?'s essence miner...dont copy but yea its a prety good script to get an idea from.

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    FindObjCustom looks from the mainscreen .

    Theres a symbol in his shop, no? Try using this.

    SCAR Code:
    If FindSymbol(x,y,'magic shop') then
      Begin
        Mouse(x,y,1,1,true);
        FFlag(0)
      end;

    Hope i helped

  7. #7
    Join Date
    Aug 2007
    Location
    Indiana
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks, i will try using the FindObjCustom... i got the walking down using FindSymbol and RadialWalk... thanks guys

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. DDTM's
    By iroki_ in forum OSR Help
    Replies: 3
    Last Post: 04-22-2008, 09:37 AM
  2. DDTM's
    By Floor66 in forum OSR Help
    Replies: 7
    Last Post: 02-14-2008, 12:08 PM
  3. Help with DDTM's
    By dark4mdawn in forum OSR Help
    Replies: 7
    Last Post: 09-07-2007, 02:13 PM
  4. DDTM's edge off MM
    By rkroxpunk in forum OSR Help
    Replies: 1
    Last Post: 06-30-2007, 07:05 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
  •