Results 1 to 8 of 8

Thread: whats the error with this ?

  1. #1
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default whats the error with this ?

    SCAR Code:
    Players[0].Name := '**********'; //Username
      Players[0].Pass := '**********'; //Password
      Players[0].Nick := 'and'; //3-4 small letters of Username
      Players[0].Active := True; //Using Character?
      Players[0].Boolean[0]:= True; //True=High Alch; False=Low Alch
      Players[0].Boolean[0] := True; //True=Fire Staff; False=Fire Runes
      Players[0].Integer[1] := 1; //Slot number of item to alch
      Players[0].Integer[2] := 1000; //Amount to Alch
    Line 37: [Error] (12268:12): Unknown identifier 'BOOLEAN' in script C:\Documents and Settings\LouLouBell\Desktop\Ample Alcher (Alt).scar
    Failed when compiling

    any help plz
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  2. #2
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    SCAR Code:
    Players[0].Boolean [0]:= True; //True=High Alch; False=Low Alch
    no spaces in variables.
    SCAR Code:
    Players[0].Boolean[0]:= True; //True=High Alch; False=Low Alch

  3. #3
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i no that still the same problem tho when i remove thr space its srl 4 dont understand why
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  4. #4
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    its booleans
    and i think you have to set howmanybooleans := 2;

  5. #5
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what about them
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  6. #6
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add HowManyBooleans := 2; after NumberOfPlayers(8); NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= 0;

    Hope this helps...
    ~Stupedspam

  7. #7
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default


    Scripting in SRL 4 has changed slightly due to the new Player Array setup. This is a short tut on how to solve the few errors that may occur
    .


  8. #8
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i got it now but wehn i log in it logged me out lol
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Whats with this ERROR!?!
    By S1L3NTSN1P3R454 in forum OSR Help
    Replies: 12
    Last Post: 02-10-2008, 10:47 AM
  2. Replies: 8
    Last Post: 03-23-2007, 04:20 PM
  3. hey ppl whats up?
    By -Madr0x- in forum Who Are You ? Who ? Who ?
    Replies: 0
    Last Post: 11-17-2006, 08:16 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
  •