Results 1 to 11 of 11

Thread: HomeTeleport

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

    Default HomeTeleport

    Can someone make me a procedure for where it will home teleport?
    Thanks and you'll be repped and credited!

  2. #2
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This should work in theory, haven't tested though. Feel free to edit it in any way, and try it before repping me

    SCAR Code:
    procedure HomeTele; //By Runescapian321
    var
      x,y,x1,y1,y2,x2, hometel, tried :integer;
    begin
      hometel := DTMFromString('78DA63EC66666098C9C8800CFEFDFBC72002A' +
           '441A2FF8180710A50CD0C543510591809A4FB806A261050D30254' +
           '3389809A66A09A3904D4B402D52C20A0A607A86611013513816AE' +
           '61150030A9F7EFC6A0060361188');
           
      Gametab(7);
      tried := 0;
      repeat
      tried := tried + 1;
        if(FindDTM(hometel, x, y, x1, y1, x2, y2)) then
          begin
            mouse(x,y,0,0,true);
            Writeln('Found and clicked Home Teleport');
            wait(6000);
            exit;
          end;
      until(tried >= 5)
      writeln('Could not Home Teleport, terminating script');
    end;

    Meh, I suck at scripting, chances are I fail

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

    Default

    Quote Originally Posted by Runescapian321 View Post
    This should work in theory, haven't tested though. Feel free to edit it in any way, and try it before repping me

    SCAR Code:
    procedure HomeTele; //By Runescapian321
    var
      x,y,x1,y1,y2,x2, hometel, tried :integer;
    begin
      hometel := DTMFromString('78DA63EC66666098C9C8800CFEFDFBC72002A' +
           '441A2FF8180710A50CD0C543510591809A4FB806A261050D30254' +
           '3389809A66A09A3904D4B402D52C20A0A607A86611013513816AE' +
           '61150030A9F7EFC6A0060361188');
           
      Gametab(7);
      tried := 0;
      repeat
      tried := tried + 1;
        if(FindDTM(hometel, x, y, x1, y1, x2, y2)) then
          begin
            mouse(x,y,0,0,true);
            Writeln('Found and clicked Home Teleport');
            wait(6000);
            exit;
          end;
      until(tried >= 5)
      writeln('Could not Home Teleport, terminating script');
    end;

    Meh, I suck at scripting, chances are I fail
    Thanks!! I'll test it out! Repped!

  4. #4
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    But you need {.include SRL/SRL/Skill/Magic.scar}

    SCAR Code:
    Gametab(7);
    Cast(1);

    And why rep him? You didn't even test -.-.

    If mine works then rep me too .

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

    Default

    Quote Originally Posted by Da 0wner View Post
    SCAR Code:
    Gametab(7);
    Cast(1);
    hmm but i tried that before I posted this problem and it kept saying Unknown Identifier..

  6. #6
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you need to do {.include srl/srl/skill/magic.scar}

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

    Default

    Quote Originally Posted by Da 0wner View Post
    you need to do {.include srl/srl/skill/magic.scar}
    Oh lol, thanks repp+

  8. #8
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well that made it a bit easier didn't it? lol

    Your script's turning to look pretty nice now

  9. #9
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, his varrock east owner thing? yea runescapeian can you add me on msn? kylewollaston@hotmail.com plz i wanna talk 2 ya

  10. #10
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Added (I'm tadas55@hotmail.com)

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

    Default

    thanks guys and LMAO! you think that owns? it only runs max for 2 hours because walking screws up. But next version is awesome. It uses combination of DDTM and RRW to find bank. Its crazy lol, and im pretty sure that'll have 24 hour proggy reports

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. hometeleport and radialroadwalk/ need testers
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 15
    Last Post: 11-14-2007, 03:44 PM

Posting Permissions

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