Results 1 to 7 of 7

Thread: Cord Help!

  1. #1
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Cord Help!

    I need help with my willow seller. I need help with it to rigtht click on the wilows in the bag then sell 10 until none left. I got the colors and all i just cant get the cords right, plz help

  2. #2
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Simply use a dtm, and something similar to the one below.
    SCAR Code:
    repeat
            if (FindDTM(LogDTM, x, y, MIX1, MIY1, MIX2, MIY2)) then
            begin
              Mouse(x, y, 2, 2, False);
              ChooseOption(x, y, 'Sell 10');
              Mouse(x, y, 2, 2, True);
            end;
          until (not (FindDTM(LogDTM, x, y, MIX1, MIY1, MIX2, MIY2)));

  3. #3
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok ty ill try that i already did but ill re try


    I just need the cords and i got it with the DTM

  4. #4
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    coords for what exactly? That will find the dtm of the log move the mouse to it right click than select sell10 until there isnt anymore dtms of the log in the invent.

    using coords is bad because its very detecable.

    ~~~~~~Woot 400~~~~~~

  5. #5
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NVM got it thanks man u helped the first time

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    oh u meant going to specific coords on the screen?..bad and isnt reliable
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  7. #7
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am using DTM but in a store it finds the willows in the store before the ones in the Inventory and won't click on the inventory willows.t

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Items Cord in bank
    By wtf i sp4nk in forum OSR Help
    Replies: 4
    Last Post: 05-27-2007, 02:52 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
  •