Results 1 to 13 of 13

Thread: ..includes/math.scar ERROR

  1. #1
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ..includes/math.scar ERROR

    Waiting For SMART to Start...
    SRL Compiled in 12703 msec
    Creating the NickTPA.
    [Runtime Error] : Exception: in line 58 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Math.scar

    Rev 14 everything is updated
    Need help please.

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Move the plugins

  3. #3
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tools > Options > SRL Download > Move Plugins

  5. #5
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  6. #6
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Set your player's .Nick?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  7. #7
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    begin

    NumberOfPlayers(1);
    CurrentPlayer := 0;

    Players[0].Name := 'Example';
    Players[0].Pass := '1234';
    Players[0].Nick := 'Exam'; //4 - 5 chars to minimise probs with the autoresponder
    Players[0].Active := True;
    Players[0].Loc := 'Bank'; //'Bank' or 'Trees'. Must be exact (capitalised).
    Players[0].Pin := 0; //Bank Pink, leave as 0 for no bank pin... MUST BE AN INTEGER
    Players[0].Integers[0] := 30; //Loads before switching. Less loads = less randoms

    end;

    (heres an example that i do)

  8. #8
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  9. #9
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    That error is only caused (at least for me) when you run a script without setting your user's nick.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  10. #10
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  11. #11
    Join Date
    Feb 2008
    Location
    Manteca, CA
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You aren't supposed to have a capital letter in the nick...Try using 'xam'.

  12. #12
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    You aren't supposed to have a capital letter in the nick...Try using 'xam'.
    That wouldn't cause the runtime error, but that is still true


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  13. #13
    Join Date
    Feb 2008
    Location
    Manteca, CA
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm, Zeppa, what script are you using? I'll see if i get that error...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Error ;'( in Math.Scar...
    By Richie_S in forum OSR Help
    Replies: 4
    Last Post: 10-31-2008, 01:04 AM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •