Adblock breaks this site

-----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

Discussion in 'Scar/Simba Help' started by Starblaster100, Jun 3, 2007.

  1. YknoTT

    YknoTT Newcomer

    Joined:
    Feb 1, 2007
    Posts:
    16
    Referrals:
    0
    Sythe Gold:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    What about this error??

    Line 26: [Error] (54:1): Duplicate identifier 'UpChars' in script C:\Program\SCAR 3.06\includes\srl\srl\core\Globals.scar

    How can i solve this?
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    File ---> Download SRL.
     
  3. HereToDeal

    HereToDeal Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Line 1071: [Error] (19901:39): Invalid number of parameters in script C:\Program Files\SCAR 3.06\Scripts\PowerSkills Ver 3.0.scar
    Failed when compiling

    any ideas how to fix it?
     
  4. pker hippy

    pker hippy Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    i tried everything to get scripts working but every one i try i still get errors
     
  5. Gamestar73

    Gamestar73 Active Member

    Joined:
    Jan 28, 2007
    Posts:
    216
    Referrals:
    0
    Sythe Gold:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    go to:

    C:\Documents and Settings\Michael Kiers\Bureaublad\SPM v0.65.scar

    and just delete the 'R' in 'RandomRClickEvery'

    thats all, a simple typo... i had this same problem
     
  6. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    No, that means the script was made in Scar 2.03 and using SRL 3.6b and they are using a different version.
     
  7. skill1012345

    skill1012345 Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    its coming up with an error that says a certain location is not a valid w32 application
    how do i fix this?
     
  8. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    What are you trying to do when that error comes up..?
     
  9. skill1012345

    skill1012345 Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    im trying to open the SCAR306 setp
     
  10. 00oo oo00 o0

    00oo oo00 o0 Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    - Unknown identifier 'IsTextAt2'

    The script you are trying to run is immensly old. I suggest finding another one, as this one will not work without a lot of recoding.


    Dude thank you so much, I have been to every site imaginable trying to get scripts for scar and everyone I use, including the ones that came with scar ( i have scar divi 3.06 ) gives me that error. I have yet to find a script that worked. hopefully i can find one here on sythe.org. :D:D Good job on being so explanitory, I have somewhat of a problem understnading it ( it's the adhd lol )..
     
  11. nomar522

    nomar522 Active Member
    Banned

    Joined:
    May 16, 2007
    Posts:
    150
    Referrals:
    1
    Sythe Gold:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    when ever i put in the procedure name it says i need a semi colon on like 9. But when i dont have the procedure name it runs fine.

    var
    x,y: Integer;

    const
    MonkColor = 4081328;

    procedure clickmonk
    begin
    if(FindColor(x,y,MonkColor,0,0,700,700)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(100+random(10));
    ClickMouse(x,y,true);
    end;
    end.

    this is when it doesnt work





    var
    x,y: Integer;

    const
    MonkColor = 4081328;


    begin
    if(FindColor(x,y,MonkColor,0,0,700,700)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(100+random(10));
    ClickMouse(x,y,true);
    end;
    end.

    this is when it does work


    can someone plz tell me why it wont let me put the procedure in:D
     
  12. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    procedure clickmonk;

    That is what it should look like.
     
  13. deaner1990

    deaner1990 Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    i need help everytime i try to run a script i kep getting stupid errors like headcolour and itemclickerthingy i dunno... i can admit im a noob and im just starting to learn how to use scrpits if someone could help me thanks
     
  14. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Make your own thread saying what script you are using and the exact error that you get.
     
  15. Dire Darknil

    Dire Darknil Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    when trying to run any script using scar divi v.3.06,
    i get an error like this when trying the bejeweled it came with: Unknown identifier "message box"
    i have gone to file and updated my srl too.
    and my includes.

    thanks in advance.
     
  16. lolalways

    lolalways Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Line 50: [Error] (14828:34): Identifier expected in script C:\DOCUME~1\user\LOCALS~1\Temp\Temporary Directory 1 for Scarf4ce%20Power%20Chopper%20v1[1].2.zip\Scarf4ce Power Chopper v1.2.scar

    ???:mad:
     
  17. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Post in his thread or read his first post.
     
  18. fox1unit

    fox1unit Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    I'm using flaxer W forms thing but after i set color and then log out and have it sitting at seers bank doesn't do anything and when i start it logged on and it just wont do anything... and i brought target into rs screen and stuff
     
  19. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Read the announcement.
     
  20. nickgtsrc

    nickgtsrc Guest

    Referrals:
    0
    -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----

    Hi i am new to scar and nearly every script i get i try to rune them but i get errors like these:

    Failed when compiling
    Line 81: [Error] (555:1): Unknown identifier 'BoolToStr' in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Users.scar

    is there any includes or anything i might have to dwonload?
     
< Need help with my script | help with scar >


 
 
Adblock breaks this site