Results 1 to 7 of 7

Thread: Function FindText??

  1. #1
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Function FindText??

    Alrite I am making a function for my script that finds the new advanced level message and then click on the actual skill to look as if a normal person looking for new stuff they can do. Ok, the problem... I want to use this function.
    function FindText(var cx, cy: Integer; txt: String; font, xs, ys, xe, ye: Integer): Boolean;
    By: Stupid3ooo
    Description:
    Searches for text in specified box with specified font.

    Problem:
    I don't know which font the Congratulations thing is... Does anyone know? Also, If there is another searching thing I should use then please tell me.
    Rep++ If helped.
    Thanks!

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

    Default

    test Make a lvl 3 a level higher then make a printscreen and use all the fonts on the pic with a move mouse ?
    ~Hermen

  3. #3
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ahh OK thanks for the idea Hermpie. Rep++ for you hermpie.
    If anyone finds it you can still tell me and it would be gladly appreciated. THanks!

  4. #4
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    if FindNPCChatText('Congratulations', ClickLeft) then
    //BLAH

  5. #5
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by itschris917 View Post
    SCAR Code:
    if FindNPCChatText('Congratulations', ClickLeft) then
    //BLAH
    Thank You! Let me try this real quick.
    EDIT** It worked thank you soo much. Rep++ for you.

  6. #6
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Glad it worked.

  7. #7
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The chars are NPCChars.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FindText and Error?
    By 3Garrett3 in forum OSR Help
    Replies: 2
    Last Post: 04-29-2007, 10:26 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
  •