Results 1 to 3 of 3

Thread: help with script

  1. #1
    Join Date
    Oct 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with script

    i am making a firemaking script and so far i have it so that it withdraws the logs and then walks to the spot to burn them, i had that it burnt them but i was using coordinates and somone told me that coords can get you baned very easily so i was wondering what other method would be used to click on tinder box and then click on willow log.

  2. #2
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {*******************************************************************************
    procedure MouseItem(i: Integer; left: Boolean);
    By: WT-Fakawi
    Description: Moves Mouse to invin spot then clicks left or right
    *******************************************************************************}
    Heres a function that clicks on an inventory slot for you .
    if you wanted to click first inventory slot with left click youd use
    mouseitem(1,true);

  3. #3
    Join Date
    Nov 2007
    Location
    USA, Michigan
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    read the...Bitmap and DTM Tutorial by WhoCares357 in the tutorials section.

    I forget exactly where it is, so do a search and it will show up...

    A really good tutorial about DTM's, how to make them and how to use them for exactly what your asking.

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
  •