Results 1 to 19 of 19

Thread: Font

  1. #1
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default Font

    Can someone tell me what font SRL/SCAR identifies this as? I want to search for it so I know when to enter the amount, instead of just waiting a set amount of time, so I can make it type the number X amount of seconds after it shows, not matter what the computer's internet speed is (incase of lag).

    pic:




    thanks to anyone who helps.

  2. #2
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Search for a bitmap of Enter?

  3. #3
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    yea I could make a bmp and search for it, but I felt like just searching for the text with already made SRL functions would be better, I don't need to make a bitmap when it's already done . I might do that though if I don't get an answer for what type of font to search for.

  4. #4
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    The easiest way to find out is to open SCAR/Font/ and then do a manually search to see what font it is

  5. #5
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I tried that earlier and it was all empty folders, I realize now I didn't switch it from scar files to any, and you can't open pics in scar anyways lol, I thought somehow the folders got emptied. I'll try to find out now on my own, now that I realized I was viewing the folders without showing bmps.

  6. #6
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    UpChars

  7. #7
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    thank you very much, saves me the time of testing every type of characters, I tried smallchars, forgot to watch if it worked or not.
    Last edited by Baked0420; 10-24-2009 at 08:57 PM.

  8. #8
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    I believe small chars are for the skill tab. Just so you know in the future

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  9. #9
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For that kinda thing you can just pick a bunch of color spots on those letters, then search for them, very effective.

    SCAR Code:
    while not FindColorTolerance(stuff here) and FindColorTolerance(Stuff here) do
    begin
    Wait(200+random(800));
    FindNormalRandoms;
    end;
    Woot woot.

  10. #10
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    thanks camo, I'll remember that, and good idea Ultra, I already got the line written out and everything though, so I'll keep it for now, but next time I'll probably use that, thanks for all the replies everyone.

    I guess we can keep posting text stuff, to help anyone else out searching for text, if you want.

  11. #11
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Upchars - the uptext font
    SmallChars - font of the chat box
    StatChars - quest names and skill levels
    TradeChars - no idea, something to do with the trade screen I assume
    LoginChars - Login screen font: "Login", etc
    FriendChars - Names of your friends and ignore list
    NPCChars - font when you're talking to an NPC (blue "Click to Continue" text)

  12. #12
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by ZephyrsFury View Post
    Upchars - the uptext font
    SmallChars - font of the chat box
    StatChars - quest names and skill levels
    TradeChars - no idea, something to do with the trade screen I assume
    LoginChars - Login screen font: "Login", etc
    FriendChars - Names of your friends and ignore list
    NPCChars - font when you're talking to an NPC (blue "Click to Continue" text)
    except.. those are upchars..
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  13. #13
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    except.. those are upchars..
    He said the uptext font

  14. #14
    Join Date
    Jul 2008
    Location
    England
    Posts
    763
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just loop through the Chars to see what font it is.
    Last edited by Quickmarch; 11-03-2009 at 09:55 AM.
    lol

  15. #15
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    awesome, thanks for that list zeph, will come very in handy. Also now I know which font to use for a function I'm just bout to make for a different script.

  16. #16
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You could have just use a getcolor on where the text is supposed to be like I do

  17. #17
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I felt this way was more efficient, althought if they change their texts, then the script would break, but same with colors I guess. Eh, whatever, I preferred to use text, both get the job done .

  18. #18
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Getcolor is faster

  19. #19
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    few milliseconds doesn't make a difference to me finding text allows you to do more things, like returning what the texts says and other stuff.

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
  •