Results 1 to 5 of 5

Thread: 2 Questions...

  1. #1
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default 2 Questions...

    1. I noticed that the function ClickToContinue uses FindNPCChatText which uses NPCChars... Now if I wanted to search for text in a Click To Continue window, but different text, for example: (C)"ongratulations"... Is this the NPCChars font? or is it another font? or an unknown font?

    2: Are there any Tuts on DungeonWalk.Scar (SRL/misc) I pretty much got it from the descriptions, but jus wondering if there are any Tuts so I can be sure

  2. #2
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    This should work for the first problem: (yea its npc font )
    FindNPCChatText(txt: string; Action: fnct_ActionOptions): Boolean;
    Quote Originally Posted by DeSnob View Post
    ETA's don't exist in SRL like they did in other communities. Want a faster update? Help out with updating, otherwise just gotta wait it out.

  3. #3
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hrmmmm... It Should work... but it doesn't

    I tried FindText, FindTextTPA, FindNPCChatText, I made an edited version of FindNPCChatText, then I made like 3 different functions... All this jus to find some text? And they ALL FAILED?! wdf...

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    If FindText(x, y, 'ongratulations', npcChars, MCX1, MCY1, MCX2, MCY2) then

    If that doesn't work, scar supports these fonts, try them all:

    NPCChars, TradeChars, SmallChars, StatChars, UpChars.

    ~Sandstorm

  5. #5
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Got it working now

    Anyone know if there are any tuts on DungeonWalk.scar?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Few questions.
    By Dervish in forum OSR Help
    Replies: 6
    Last Post: 03-09-2009, 08:43 PM
  2. A few questions
    By RSMacroLegend in forum OSR Help
    Replies: 6
    Last Post: 11-29-2007, 03:23 AM
  3. several questions
    By lnknprkn in forum RuneScape News and General
    Replies: 0
    Last Post: 11-14-2007, 02:37 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
  •