Results 1 to 3 of 3

Thread: My droper

  1. #1
    Join Date
    Dec 2007
    Posts
    108
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My droper

    What is wrong with this dropper?



    SCAR Code:
    Procedure Droplogs;
    var
      X, Y: Integer;
      I : Byte;

    begin
      if InvFull then
      begin
     for I := 2 to 28 do
                  if ExistsItem(I) then
                   DropItem(I);
            end;
           end;
              end else
      begin
        if not(InvCount = 1)then
          for I := 2 to 28 do
                  if ExistsItem(I) then
                   DropItem(I);
                        end;

  2. #2
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    You need the same amounts of "Begins" as "End;'s"

    noidea
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  3. #3
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    wtf why you make 2 threads.... you could hve kept posting on old 1 -.- wow

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. item droper
    By elobire in forum NOTA
    Replies: 0
    Last Post: 12-14-2008, 03:16 PM
  2. marker's auto droper
    By marker in forum First Scripts
    Replies: 4
    Last Post: 12-05-2007, 01:18 PM
  3. Need willow droper.
    By boooobz in forum RS3 Outdated / Broken Scripts
    Replies: 28
    Last Post: 08-16-2007, 02:36 AM
  4. reg log woodcutter and droper
    By Newautoer in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 06-02-2007, 02:42 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
  •