my alcer problem

Discussion in 'Scar/Simba Help' started by radiclerobby, Oct 5, 2008.

my alcer problem
  1. Unread #1 - Oct 5, 2008 at 3:00 AM
  2. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    my alcer problem

    this is my alcer script i keep getting this error
    Line 26: [Error] (26:1): Unknown identifier 'Mouse' in script C:\Program Files\SCAR 3.15\Scripts\myfirstalcer.scar



    Code:
    program alcer;
    {include. SRL/SRL.scar}
                          {    setup down there lol made bye radiclerobby   }
                         {VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV}
    const
    alcs = 100;      // how many times you want to dont use under 30
    {^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^}
    {/\/\/\/\/\/\/\/\/\/\/\/\/\/\  setup right up there/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\}
    
    var
    i: Integer;
    
    procedure Alc;
    begin
     wait(500+random(200));
     Mouse(571,360,2,2, true);
     wait(400+random(300));
     Mouse(579,227,1,2, true);
    end;
    begin
     ClearDebug;
     i:= 0;
     movetotray;
      begin;
       repeat;
       i:= i + 1;
       gametab7;
       Alc;
      if(i:= 1) then;
      begin
       sendkeys('wooo almost done');
      end ealse
      if(i:= 15) then;
      begin
       sendkeys('omg i have so much to alc =(');
      end ealse
      if(i:= >25) then;
      begin
      PickUpMouse;
      end ealse
      if(i:= 30) then;
      begin
       sendkeys('bbboooorrrreeedd')
      end ealse
      if(i:= 75) then;
      begin
       sendkeys('alcing is ok cause i get to get mage up :[)')
      end ealse
      if(i:= 90) then;
      begin
      BoredHuman;
      end;
       until(i = alcs);
       end;
      begin
      Logout;
      end;
     end;
    end.
     
  3. Unread #2 - Oct 5, 2008 at 3:07 AM
  4. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    my alcer problem

    fixed...

    Code:
    program alcer;
    {.include SRL/SRL.scar}
                          {    setup down there lol made bye radiclerobby   }
                         {VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV}
    const
    alcs = 100;      // how many times you want to dont use under 30
    {^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^}
    {/\/\/\/\/\/\/\/\/\/\/\/\/\/\  setup right up there/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\}
    
    var
    i: Integer;
    
    procedure Alc;
    begin
     wait(500+random(200));
     Mouse(571,360,2,2, true);
     wait(400+random(300));
     Mouse(579,227,1,2, true);
    end;
    begin
     ClearDebug;
     i:= 0;
     movetotray;
      begin;
       repeat;
       i:= i + 1;
       gametab7;
       Alc;
      if(i:= 1) then;
      begin
       sendkeys('wooo almost done');
      end ealse
      if(i:= 15) then;
      begin
       sendkeys('omg i have so much to alc =(');
      end ealse
      if(i:= >25) then;
      begin
      PickUpMouse;
      end ealse
      if(i:= 30) then;
      begin
       sendkeys('bbboooorrrreeedd')
      end ealse
      if(i:= 75) then;
      begin
       sendkeys('alcing is ok cause i get to get mage up :[)')
      end ealse
      if(i:= 90) then;
      begin
      BoredHuman;
      end;
       until(i = alcs);
       end;
      begin
      Logout;
      end;
     end;
    end.
    you had:
    Code:
    {include. SRL/SRL.scar}
    when it should be
    Code:
    {.include SRL/SRL.scar}
    also please change all
    Code:
    sendkeys('');
    to
    Code:
    typeSend('');
     
  5. Unread #3 - Oct 5, 2008 at 3:17 AM
  6. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    my alcer problem

    thanks dude another +1 for u dude your always one of the first to help people
     
  7. Unread #4 - Oct 5, 2008 at 10:42 AM
  8. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    my alcer problem

    no probelm, I like to help people who try :p
     
< Reflection on Vista????HELP | Need help with different versions of scar >

Users viewing this thread
1 guest


 
 
Adblock breaks this site