Results 1 to 12 of 12

Thread: Making own Alphabet?

  1. #1
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Making own Alphabet?

    Hiya Everyone,
    Id like to have Scar recognize the alpha-bet for a game called Conquer Online and i know you need each Letter but that is about the limit of my knowledge.
    http://i77.photobucket.com/albums/j6...COAlphabet.jpg <--Link

    Could someone Explain how i would go about doing this? Thank you in advance

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    you have to get a bitmap of each letter (seperate), in black and white, caps and lowercase, and then you use a command to load the letters into scar. (I think loadchars would work)

    Basically, take that picture, go into paint (or w/e you like to use), split the letters apart, convert them to black and white, color the letters white and everything else black. Do that for every letter (caps and lowercase) and put it in a folder. In your scarscript, put LoadChars(c:/folderlocation/foldername);

    I think that would work, but I've never done it before, so it might not.
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    ronny.m.p Guest

    Default

    No i don't beleive loadchars would work for this. There is a different command that i used for makeing my own charset a few months ago. I can't remember it but hopefully someone will post here who knows what im talking about.

  4. #4
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok so the colors normally being yellow wouldnt hurt when looking for the Char? and of someone is able to help i sure would appreciate it and do the tiny shadows around the letters have to be blacked out as well? i've a new char set, well the picture shown with white letters now and blacking out Background(would i black out inside the letter "o" as well? Thank you all very much

  5. #5
    Join Date
    Apr 2006
    Posts
    710
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good luck using SCAR with that game. It's just too many colours.

  6. #6
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by c0de View Post
    Good luck using SCAR with that game. It's just too many colours.
    Up until now it's went pretty well if find monster, beat it trying to get it to search for text and click in relationship to that

  7. #7
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    well...you could just use an array of masks, but then you'd have to use all custom procedures to search for text...
    Interested in C# and Electrical Engineering? This might interest you.

  8. #8
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha was trying to cheat and have scar change colors for me : /
    It got all the alphabet that part was easy as pie. searched for yellow and had it click to fill with white.
    Anyway to search for any pixel NOT black or white and click there?

    Used this to change all yellow letters to white along with mspaint
    program New;
    Var x,y : Integer;
    begin
    Repeat
    Wait(50);
    if(findcolor(x, y, 2699305,59, 51,700, 80)) then
    Clickmouse(x, y, True);
    If(IsKeyDown('q'))Then
    TerminateScript;
    ClearDebug;
    Until(False);
    end.

    ***Edit***
    Got White Version of Alphabet

  9. #9
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Again Any help would be appreciated

  10. #10
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No One Else Able to Help?

  11. #11
    ronny.m.p Guest

    Default

    It's best to do these things on your won that way when you finish you can get the great felling of knowing you did it alone!

  12. #12
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ronny.m.p View Post
    It's best to do these things on your won that way when you finish you can get the great felling of knowing you did it alone!
    I'm trying to find out how to do on my won :S i've got the black and white char sets now, working on seperating, after that i save them where @ in scar folder and again how would i load them? Thanks guys.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. making about 5m in one day :) for p2p
    By pedilus1 in forum Cash Guides
    Replies: 34
    Last Post: 08-12-2009, 04:50 PM
  2. Making first script need some help
    By AC Lova123 in forum OSR Help
    Replies: 4
    Last Post: 05-10-2008, 12:33 PM
  3. Need Help Making Jagex Mad!
    By zzzxxxzzzxx in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 08-21-2007, 05:20 AM
  4. how to go about making a.....
    By seany in forum OSR Help
    Replies: 4
    Last Post: 01-22-2007, 08:57 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
  •