Results 1 to 2 of 2

Thread: Tanner Need help

  1. #1
    Join Date
    Aug 2012
    Location
    127.0.0.1
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    26 Post(s)

    Default Tanner Need help

    I have everything else set up for tanner but I need to know how to do the bluebutton part for tanning hides.

    So far I have this:


    procedure TanHides;

    var
    x, y: integer;

    begin

    if FindObj(x, y, 'ck Ov', 1983045, 5) then
    Mouse(x, y, 1, 1, False);
    ChooseOption('an hid')

    Wait(1000 + Random(500));



    end;

  2. #2
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Resolved on IRC.
    Heads up to all the keen helpers out there..

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
  •