Results 1 to 18 of 18

Thread: Door Opener Procedure?

  1. #1
    Join Date
    Apr 2006
    Location
    England
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Door Opener Procedure?

    Does anyone have a half decent door opener procedure to check if it is open or closed and do the respective action...?

    both me and starblaster have tried using 'GetDoors' from doorprofiles.scar but we have had no luck... this is what we have tried with no success, it just does not find the doors!!

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    Var
      Test: Array of DoorProfile;
      i: Integer;

    begin
      Test := GetDoors;
      For i := 0 to GetArrayLength(Test) do
      Begin
        try
          Writeln('Door Profile No. '+IntToStr(i ));
          Writeln('Midpoint Coords = '+IntToStr(Test[i].Midpoint.x)+ ', '+IntToStr(Test[i].Midpoint.y));
          Writeln('Color = '+IntToStr(Test[i].Color));
        except
          Writeln('Door Not found');
        end;
      end;
    end.


    And the output:

    Code:
    Successfully compiled
    Door Profile No. 0
    Door Not found
    Successfully executed
    thoughts & suggestions please!!!

    Drewley.net Advanced Runescape Cheating Forums


  2. #2
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just search for it in the forums. Boreas made one(Check his signature). Just search for doors or something and you'll find

  3. #3
    Join Date
    Apr 2006
    Location
    England
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Fearlesssss View Post
    Just search for it in the forums. Boreas made one(Check his signature). Just search for doors or something and you'll find

    Dont you think ive already searched

    Drewley.net Advanced Runescape Cheating Forums


  4. #4
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

  5. #5
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    He tried that nub

  6. #6
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Soo? The one of Boreas works perfect so whats his problem then nub?

  7. #7
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    whats the one of boreas
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  8. #8
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    There have been 2 edits (one just today) to GetDoors, see link in sig

  9. #9
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Owned, nub.

  10. #10
    Join Date
    Apr 2006
    Location
    England
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks boreas, will look into it!

    bebe is teh secks

    Drewley.net Advanced Runescape Cheating Forums


  11. #11
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    is it just me? or is it not there?...all i can find is the thing that finds the first door it comes to...would u use that then add Mouse?...idk
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  12. #12
    Join Date
    Apr 2006
    Location
    England
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you need to use the function 'GetDoors' with an array of door profile.

    Drewley.net Advanced Runescape Cheating Forums


  13. #13
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    GetDoors gives information about all the red doors on the minimap.

    http://www.villavu.com/forum/showthr...t=9407?t=10617
    That stuff by nielsie helps you sort the information especially if there are a lot of doors.

    Use Mouse to click the right one, and lowestangle and makecompass to get it big and in the middle of the screen.

    Then either blind MMouse or bitmapslice-MMouse or DTM-MMouse or FindObj to check for 'oor', once you found it check for 'pen' vs 'lose' and act accordingly.

  14. #14
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    woopah!that was way helpful!!ty
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  15. #15
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Boreas can you tell me if using mmouse((MSX2/2),(MSY2/2),10,10); then checking the uptext is a bad idea to check if the door is open or search for a bank booth?

  16. #16
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Its a bad idea Maybe try a DTM ? Or FindObj with the top of the door as color ?
    Administrator's Warning:


  17. #17
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    GetDoors gives information about all the red doors on the minimap.

    http://www.villavu.com/forum/showthr...t=9407?t=10617
    That stuff by nielsie helps you sort the information especially if there are a lot of doors.

    Use Mouse to click the right one, and lowestangle and makecompass to get it big and in the middle of the screen.

    Then either blind MMouse or bitmapslice-MMouse or DTM-MMouse or FindObj to check for 'oor', once you found it check for 'pen' vs 'lose' and act accordingly.

    "dan cardin, you do not have permission to access this page. This could be due to one of several reasons:"
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  18. #18
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah could you repost that in a public section?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Draynor Bank Opener
    By TViYH in forum Research & Development Lounge
    Replies: 6
    Last Post: 05-17-2008, 06:50 PM
  2. my door opener is wigging out on me
    By Bramble in forum OSR Help
    Replies: 4
    Last Post: 10-11-2007, 09:41 PM
  3. Walking+Door Checker/Opener
    By yanix in forum OSR Help
    Replies: 6
    Last Post: 10-09-2007, 04:04 PM
  4. Door Procedure
    By kooldude in forum OSR Help
    Replies: 2
    Last Post: 06-01-2007, 03:47 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
  •