Results 1 to 4 of 4

Thread: Help Please Thanks

  1. #1
    Join Date
    Jan 2007
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help Please Thanks

    How can i make my script drop the unstrung bows fletched in my inventory?



    Edit: I know ive posted in this section alot but im expirementing with aloT of things!

  2. #2
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make a DTM or Bitmap of an unstrung bow, and do this:
    SCAR Code:
    while FIndBitmap(x,y,Unstrung,MIX1,MIY1,MIS2,MIY2) do
    begin
      Mouse(x,y,5,5,false);
      Popup('Drop');
    end;
    Along those lines...

  3. #3
    Join Date
    Jan 2007
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im sorry i dont know how to do dtm or bitmap would you be able to help me?

  4. #4
    Join Date
    Jan 2007
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm reading tut

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
  •