Results 1 to 7 of 7

Thread: DropDTMType

  1. #1
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DropDTMType

    Code:
    {//////////////////////////////////////////////////////////////////////
      Procedure DropDTMType(DTM: integer);
      Drops all items in your inven with that dtm type.
      Author: Yohojo; heavy edit by Pwnd.
      Param: DTM - The DTM you wish to drop.
    //////////////////////////////////////////////////////////////////////}
    procedure DropDTMType(DTM: integer);
    var
      Sex, Sey: integer;
    begin
      if(FindDTM(DTM, Sex, Sey, 560, 212, 736, 464))then
        begin
          repeat
            if(findDTM(DTM, Sex, Sey, 560, 212, 736, 464))then
              begin
                Mouse(x, y, 5, 5, false);
                RWait(5, 2);
                ClickOption('Drop', 1);
                RWait(5, 2);
              end;
          until(not(FindDTM(DTM, Sex, Sey, 560, 212, 736, 464)))
        end else
          //Writeln(Tab + 'Nothing to drop');
    end;
    Free File Hosting
    No download timers!

    Rifkwtf.com

  2. #2
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I thought SRL already had one of these? Ah, well. I'd probably rather using Colors.

  3. #3
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by XxKanexX
    I thought SRL already had one of these? Ah, well. I'd probably rather using Colors.
    I typed in DropDTM for the search and nothing came up

    Maybe it does, and I'd probably rather use colors as well, but meh, it's useful for some
    Free File Hosting
    No download timers!

    Rifkwtf.com

  4. #4
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Yep, I checked in Inventory.scar - None of this. So i guess it'd be useful. Are you a dev? I forgot.

  5. #5
    Join Date
    Feb 2006
    Posts
    1,022
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pwnd Pwnd is offline
    SRL Member

    :P

  6. #6
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No, he was voted. And i think he got in, too. I'll go check.

  7. #7
    Join Date
    Feb 2006
    Posts
    582
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by XxKanexX
    No, he was voted. And i think he got in, too. I'll go check.
    Sexy

    I can go make other things like this too. Wouldn't be to hard.

    Just take an idea.. Make 40 variations of it and run with it xD
    Free File Hosting
    No download timers!

    Rifkwtf.com

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
  •