Results 1 to 9 of 9

Thread: help me please

  1. #1
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help me please

    how to make my own reading char function kind of like uptext but for a differnt game i can get all the bitmask's for this or whatever i need to do it but i need your guy's help to get this done if you wana help me you can add my msn : robby_b_ware@hotmail.com

  2. #2
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    1. Make your font (create bitmaps of all the letters and symbols and name them according to their ASCII codes.
    2. Put it in SCAR's font directory and name it a name of your choice.
    3. At the beginning of your script (or when using the font), use LoadChars2 and use the path of the font as the path parameter. Be sure to assign a variable to the result of the function.
    4. At the end of your script (or when done using the font), use FreeChars2 and use your font variable that you assigned earlier as the i parameter.

    You can then use GetTextAtEx and functions like that with your loaded font by just using your font variable for the chars parameters.
    Last edited by Sex; 03-21-2010 at 07:34 AM. Reason: Made it sexier XD

  3. #3
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ASCII codes ?? wtf are those lmfao

    EDIT: nevermind found it out might need help though if i do ill post here

    edit2:how do i use this proc

    IsTextAtEx(x, y: Integer; S: string; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer)
    Last edited by radiclerobby; 03-22-2010 at 08:46 AM.

  4. #4
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice spam ?

    edit: also ive noticed in the runescape fonts they are mask's should i use mask's or regular color bitmaps :|
    Last edited by radiclerobby; 03-22-2010 at 09:31 AM.

  5. #5
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump is anyone gunna help me?

  6. #6
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    maybe MSN would be a better way to get help for these things =/. I can only guess that a handfull of us know how to do these things xD.

    Edit : IRC is also a good place.
    Last edited by Heavenguard; 03-23-2010 at 09:57 PM.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

  7. #7
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    :/ Sorry to say, but this isn't easy at all. Good luck.

  8. #8
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thread can be locked or closed zephyrsfury helped me via msn he's awesome <333

  9. #9
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Zephyr does own.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

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
  •