Results 1 to 5 of 5

Thread: i dont get it

  1. #1
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    i dont get it

    im trying to use findbitmap but it wont work when i set the cross on rs screen
    it wont move the mouse to the spot

    trying to find this


    in this


    but if i set the cross on the paint window then it moves to the spot

    here is the sript im using to find it

    SCAR Code:
    program New;
    var
    x,y, pic2: integer;
    begin
      pic2 := BitmapFromString2(False, 'a8DC4878DAAD9451B2C5100C4' +
           '0B7A408F529BDB5FF255DCABC89497971DB9F33860C472494522A' +
           'EE190A8E0CA7AF219E852E666A2CF37AB765E68A81E4FE22BD2F7' +
           '42914069369A02CD8B45FF116533860FF919F80E0299D314E591F' +
           '6DDC126E61032DA20D064CE3631F7DEA7C436B75CE0EF5A1440C0' +
           '1E086373E71738847542E76149854076A32F2F9C7AADB7FE03325' +
           '37A9278EAC64266FFA8C383479D5E7705103F2CAA9E323A704E29' +
           'C239FBCEA5D3A740477524A7CB8551D4B7C9A15DFF93A5DD22395' +
           'CD99F874149BCC7DE43D4273C82BB9AD3EF059EDD97967B5FA61A' +
           'FCF6FF1A473E9DDE7FE5D960825F5D0E2036ABFF1F8CEE48AA91C' +
           'C5F01C529F857A206755AB2EF36475EEC34FA1FB483A85FB502B3' +
           'EFF96CF882D9F1F74DE741C98F097E5A7D0794925F07AB8F19993' +
           'E56AF4B2F35B0CE3577D08879D22707BCB47D4B9E20CDF30A1F7B' +
           '671BACFEACFB99C736A32A5FCCFFCD164D1A792FE4E373D22C8F0' +
           '5B263C57DD9FB9BACFD4E70B171');
           FindBitmap(pic2,x,y);
    MoveMouse(x+random(10),y+random(20));
    end.

    and its the same story with DTMs it wont move to the spot on a rs screen

    am i doing something wrong or is it my scar,pc,java or something els
    ....

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i needs to click
    only use mmouse or mouse
    ~Hermen

  3. #3
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Id suggest making the bitmap slightly smaller and adding some tolerance to it (ie findbitmaptolerance)

  4. #4
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i told that stuff to him on msn i am so helpfull

    heres the bitmap

    SCAR Code:
    foryou := BitmapFromString2(False, 'a9310D78DA8D8D410EC0200' +
           '804BF840AAB1E89D6FF3FA96C7BB04993A697C96658404464E680' +
           '340F58D720120DCA20FBB10D10CC8D1D334E6DD1E03A80C15C6D9' +
           '19DAA49DF66184B93BBA940353B5F148856574FEBCE4FFF9EFEF1' +
           'DF3C01FD4');
    ~Hermen

  5. #5
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    1)
    Colors change

    2)
    Runescape moves the minimap abit

    3)
    Use DDTMs and Autocolor and a small FindDTMRotated

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. i really dont know what to do
    By ShowerThoughts in forum OSR Help
    Replies: 7
    Last Post: 07-27-2007, 09:23 PM
  2. eh i dont get it...
    By yamaha317 in forum OSR Help
    Replies: 7
    Last Post: 07-13-2007, 01:05 AM
  3. I dont get it...
    By grimey in forum OSR Help
    Replies: 2
    Last Post: 06-23-2007, 04:14 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
  •