Results 1 to 5 of 5

Thread: Is there a way i can test if the nick is correct

  1. #1
    Join Date
    Aug 2007
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Is there a way i can test if the nick is correct

    Because i had troubles with one of my auto with typing the correct nick that SCAr will regonise, is there a way i can test if the nick is correct in SCAR (i only have this problem with 1 auto but i need the auto to run properly)?

  2. #2
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    do you mean the nick for identifying randoms? if you do, i guess you could get a friend to say your name and see if it clicks there on it. but maybe there is a simpler way, idk really
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  3. #3
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by drizzt View Post
    do you mean the nick for identifying randoms? if you do, i guess you could get a friend to say your name and see if it clicks there on it. but maybe there is a simpler way, idk really
    when you're name appears in the screen. there will be written in the debug box something like ''spotted name''. that could be a option to test.

    but when you don't use capitals in you're nick and the ''nick'' is 3-5 chars long. its oke. no need of testing

  4. #4
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Try this in game
    SCAR Code:
    Program NickTest;

    Var
      NickBMP, X, Y: Integer;

    Const
      Nick = 'hh';

    Begin
      NickBMP := CreateBitmapMaskFromText(Nick, UpChars);
      Repeat
        Wait(100);
      Until FindBitMapIn(NickBMP, X, Y, 1, 1, 800, 600);
      Writeln('Found nick');
      FreeBitmap(NickBMP);
    End.

    While no ones talking, Then say your WHOLE name!

    SCAR Code:
    Program Nicktester;

    Const
      Name = 'Thefakedeal';
      Nick = 'edea';

    Begin
      If(Pos(Nick, Name)<>0)Then
      Begin
        Writeln('Your Nick is correct!');
        Writeln(Nick);
      End Else
      Begin
        Writeln('Your Nick Is InCorrect');
        Writeln(Nick);
      End;
    End.

    And test that NOT ingame

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

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

    Default

    theres somthing in srl that does that try checknicks; or checknick or somthing like that i think its the first one
    ~Hermen

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Is this correct?
    By NCDS in forum OSR Help
    Replies: 1
    Last Post: 12-23-2008, 03:14 AM
  2. is this correct?
    By jones2644 in forum OSR Help
    Replies: 2
    Last Post: 07-05-2008, 10:37 PM
  3. Nick Name
    By NosePicker in forum OSR Help
    Replies: 3
    Last Post: 03-19-2008, 07:10 PM
  4. Speed Test [Test your connection and share!]
    By yanix in forum News and General
    Replies: 2
    Last Post: 12-17-2007, 09:27 PM
  5. How can i test if the nick is correct
    By sapetto in forum OSR Help
    Replies: 4
    Last Post: 11-10-2007, 02:00 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
  •