Results 1 to 2 of 2

Thread: Making items in the text box

  1. #1
    Join Date
    Nov 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Making items in the text box

    Ya know when:
    1, fletching arrows
    2, fletching bows
    3, making soft clay
    4, making potions

    etc

    how there is the little box in the chat box.. how would i make it make x items?

  2. #2
    Join Date
    Nov 2006
    Location
    'Pergamino, BA, Argentina';
    Posts
    473
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    something like:

    SCAR Code:
    procedure MakeX;
    begin
      Mouse(LittleBoxX, LittleBoxY, 5, 5, false);
      Wait(RandomRange(100, 300);
      ChooseOption('ake X');
    end;

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Grabbing or reading Text from a game text box
    By British in forum OSR Help
    Replies: 16
    Last Post: 02-27-2009, 08:02 AM
  2. Getting text from text window?
    By Gone Fishing in forum OSR Help
    Replies: 8
    Last Post: 04-24-2008, 07:33 PM
  3. Getting in game text and making it a variable
    By R0b0t1 in forum OSR Help
    Replies: 11
    Last Post: 06-03-2007, 03:45 AM
  4. Making Masks of Text
    By dudesareus in forum OSR Help
    Replies: 2
    Last Post: 05-19-2007, 12:21 PM
  5. Are rare items tradeable? Is there a way to trade nontradeable items?
    By native77 in forum RuneScape News and General
    Replies: 3
    Last Post: 02-11-2007, 07:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •