Results 1 to 5 of 5

Thread: General question about nickname

  1. #1
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default General question about nickname

    Hi if somebody could explain what im doing wrong it would be awsome.
    When i run the rune essence miner it says that my:
    WARNING: Your nickname isn' found in the players name with player: zow zow yow
    --
    WARNING: Please fill in your nickname. with player:
    --
    WARNING: Your nickname isn' found in the players name with player:
    --
    WARNING: Please fill in your nickname. with player:
    --
    WARNING: Your nickname isn' found in the players name with player:
    I have no idea what this means any help would be awsome

  2. #2
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by loveme4pk View Post
    Hi if somebody could explain what im doing wrong it would be awsome.
    When i run the rune essence miner it says that my:
    WARNING: Your nickname isn' found in the players name with player: zow zow yow
    --
    WARNING: Please fill in your nickname. with player:
    --
    WARNING: Your nickname isn' found in the players name with player:
    --
    WARNING: Please fill in your nickname. with player:
    --
    WARNING: Your nickname isn' found in the players name with player:
    I have no idea what this means any help would be awsome
    Simba Code:
    Nick := axi; //The first 3 letters of your name after the first one ex) Maxima := axi

    If it says that it doesn't match your log in, that is because you have an email log in or changed your name. Make sure your nickname matches your in game name to detect the randoms properly.

  3. #3
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    procedure DeclarePlayers();
    begin
    HowManyPlayers := 3;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    with Players[0] do
    begin
    Nick := 'ove'; -in game name is Love me 4 pk
    Name := 'zow zow yow'; - login name
    Pass := '***lol haha';
    Active := true;
    Integers[0] := 1;
    still says it i can't figure out what to do.

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by loveme4pk View Post
    procedure DeclarePlayers();
    begin
    HowManyPlayers := 3;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    with Players[0] do
    begin
    Nick := 'ove'; -in game name is Love me 4 pk
    Name := 'zow zow yow'; - login name
    Pass := '***lol haha';
    Active := true;
    Integers[0] := 1;
    still says it i can't figure out what to do.
    Just ignore the warning, tis not doing anything to your script yes?

  5. #5
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ya its the essence miner i havent changed it at all

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
  •