Results 1 to 2 of 2

Thread: Quick question about buying procedure

  1. #1
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Quick question about buying procedure

    Hi, can anyone help me out with a short procedure that right clicks on a fire rune, and selects "sell 50"? I would appriciate any help.

  2. #2
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    if FindObjTPA(x, y, colorhere, 10, 20, 10, 10, 1,['ire','rune'])then
    Mouse(x, y, 2, 2, False);
    Wait(300 + Random(243));
    ChooseOption('uy x');
    Wait(100 + Random(1500));
    TypeSend(50:string);

    something like that:P

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Just a quick question? Did I say quick?
    By SeanJohn in forum OSR Help
    Replies: 3
    Last Post: 01-28-2009, 12:03 AM
  2. Quick question on sell procedure
    By MetalancA in forum OSR Help
    Replies: 0
    Last Post: 11-23-2008, 05:05 AM
  3. Bank Procedure (quick question)
    By Macros in forum OSR Help
    Replies: 3
    Last Post: 11-09-2008, 09:03 PM
  4. need help quick question
    By Adamb_135 in forum OSR Help
    Replies: 6
    Last Post: 05-08-2007, 06:08 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
  •