Results 1 to 4 of 4

Thread: is optino box still broken

  1. #1
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default is optino box still broken

    is the option box still broken cause whenever i use this procedure

    Code:
    procedure OreDropping;
    var
      OreDTM,drops:integer;
    begin
      If Not LoggedIn then exit;
      OreDTM := DTMFromString('78DA637463626078C28002FC0C54181E02694' +
        '620FE0F048CEE40353718D000231209A403816AEE1350E30D54F3' +
        '86801A7BA09A4F04D49800D53C26C29CEBF8D5000045B70DB0');
      repeat
        Disguise('dropping ores');
        If FindDTM(OreDTM,x,y,MIX1,MIY1,MIX2,MIY2) then
        Begin
          Mouse(x,y,2,2,False);
          wait(random(200));
          ChooseOption('Use');
          wait(500 + random(100))
          FindNormalRandoms;
          Inc(drops);
        end;
      Until not FindDTM(OreDTM,x,y,MIX1,MIY1,MIX2,MIY2);
      FreeDTM(oreDTM);
    end;
    it just clicks the rock sits for a couple seconds then moves on to the next rock

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It is not working for me either. I do not understand why...

    I have SCAR 3.21 character fonts. Are you using SCAR 3.21 though? Because it contains the new fonts that are supposed to work.

  3. #3
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

  4. #4
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    yes im using 3.21 and dev rev

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
  •