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

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

-----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <-----
  1. Unread #21 - Jun 19, 2007 at 4:48 PM
  2. YknoTT
    Joined:
    Feb 1, 2007
    Posts:
    16
    Referrals:
    0
    Sythe Gold:
    0

    YknoTT Newcomer

    -----> 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?
     
  3. Unread #22 - Jun 19, 2007 at 5:11 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

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

    File ---> Download SRL.
     
  5. Unread #23 - Jun 20, 2007 at 2:52 AM
  6. HereToDeal
    Referrals:
    0

    HereToDeal Guest

    -----> 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?
     
  7. Unread #24 - Jun 21, 2007 at 2:12 PM
  8. pker hippy
    Referrals:
    0

    pker hippy Guest

    -----> 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
     
  9. Unread #25 - Jun 21, 2007 at 8:11 PM
  10. Gamestar73
    Joined:
    Jan 28, 2007
    Posts:
    216
    Referrals:
    0
    Sythe Gold:
    0

    Gamestar73 Active Member

    -----> 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
     
  11. Unread #26 - Jun 21, 2007 at 8:58 PM
  12. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    -----> 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.
     
  13. Unread #27 - Jun 22, 2007 at 9:42 PM
  14. skill1012345
    Referrals:
    0

    skill1012345 Guest

    -----> 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?
     
  15. Unread #28 - Jun 22, 2007 at 9:48 PM
  16. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

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

    What are you trying to do when that error comes up..?
     
  17. Unread #29 - Jun 22, 2007 at 9:51 PM
  18. skill1012345
    Referrals:
    0

    skill1012345 Guest

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

    im trying to open the SCAR306 setp
     
  19. Unread #30 - Jun 23, 2007 at 5:27 PM
  20. 00oo oo00 o0
    Referrals:
    0

    00oo oo00 o0 Guest

    -----> 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 )..
     
  21. Unread #31 - Jun 24, 2007 at 2:52 AM
  22. nomar522
    Joined:
    May 16, 2007
    Posts:
    150
    Referrals:
    1
    Sythe Gold:
    0

    nomar522 Active Member
    Banned

    -----> 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
     
  23. Unread #32 - Jun 24, 2007 at 9:13 AM
  24. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

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

    procedure clickmonk;

    That is what it should look like.
     
  25. Unread #33 - Jun 24, 2007 at 11:25 AM
  26. deaner1990
    Referrals:
    0

    deaner1990 Guest

    -----> 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
     
  27. Unread #34 - Jun 24, 2007 at 11:51 AM
  28. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    -----> 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.
     
  29. Unread #35 - Jun 24, 2007 at 4:02 PM
  30. Dire Darknil
    Referrals:
    0

    Dire Darknil Guest

    -----> 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.
     
  31. Unread #36 - Jun 25, 2007 at 4:41 PM
  32. lolalways
    Referrals:
    0

    lolalways Guest

    -----> 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:
     
  33. Unread #37 - Jun 25, 2007 at 4:48 PM
  34. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

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

    Post in his thread or read his first post.
     
  35. Unread #38 - Jun 26, 2007 at 9:59 PM
  36. fox1unit
    Referrals:
    0

    fox1unit Guest

    -----> 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
     
  37. Unread #39 - Jun 26, 2007 at 10:02 PM
  38. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

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

    Read the announcement.
     
  39. Unread #40 - Jun 28, 2007 at 4:16 AM
  40. nickgtsrc
    Referrals:
    0

    nickgtsrc Guest

    -----> 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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site