Results 1 to 15 of 15

Thread: MORE problems

  1. #1
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Exclamation MORE problems

    ok i am having many problems with includes
    this time it was reflection
    Include file G:\System\Apps\scar\Data\includes\SRL\SRL\reflecti on\Refletion.scar does not exist.
    and it does exist i check it 10 thousand times...

    edit
    this happens with others too
    ~Austin~

  2. #2
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Download reflection?

    There are some tutorials around, but i recommend to use Widgets Reflection Updater Somewhere in the SMART section
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  3. #3
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i already have Reflection!
    ~Austin~

  4. #4
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by austin2162 View Post
    i already have Reflection!
    Well, go to the top of your SCAR file and find:
    {.include SRL\SRL\reflecti on\Refletion.scar}

    and replace it with:
    {.include SRL\SRL\Reflection\Reflection.scar}

    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  5. #5
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Theres a space in it...?
    scar Code:
    Include file G:\System\Apps\scar\Data\includes\SRL\SRL\reflecti on\Refletion.scar does not exist.

    Between reflecti and on.

    Delete the space near the top.

    Edit: Ninja'd.

    Edit2:
    scar Code:
    begin end.
    Last edited by Da 0wner; 07-17-2009 at 02:58 PM.

  6. #6
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by austin2162 View Post
    and it does exist i check it 10 thousand times...
    It does exist ^^

    edit
    no space

    edit2
    Include file G:\System\Apps\scar\Data\includes\SRL\skill\Fishin g.scar does not exist.
    this is in a different script and i get this error
    this occurs and a mining script also
    am i doing something wrong that i know about

    edit3
    HELP!!!!!!!!!!!!!!!!!!!!!!!!!!1
    Last edited by austin2162; 07-17-2009 at 01:39 PM.
    ~Austin~

  7. #7
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Include file G:\System\Apps\scar\Data\includes\SRL\skill\Fishin g.scar does not exist.


    Space?

  8. #8
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this still is a problem for me i restarted scar i restarted computer same result
    ~Austin~

  9. #9
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wtf...show what script you are running.

  10. #10
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is the script

    Code:
    program SmartTest;
    {.include SRL/SRL/reflection/Refletion.scar}
    {.include srl/srl/misc/Smart.scar}
    {.include srl/srl.scar}
    
    var
    x,y,a,b:integer;
    
    Procedure DeclarePlayers;
     begin
     HowManyPlayers := 1;
     NumberOfPlayers(HowManyPlayers);
     CurrentPlayer := 0;
     Players[0].Name :='';
     Players[0].Pass :='';
     Players[0].Nick :='';
     Players[0].Active:=True;
     end;
    
    procedure antiban;
    begin
    begin
      if inchat('Wc lvl') then
     saycurrentlevels('woodcutting')
     end;
     case random(10) of
     1:
     begin
     pickupmouse;
     writeln('pickedupmouse');
     end;
     2:
     begin
     hoverskill('woodcutting',false)
     wait(2344+random(342))
     writeln('check skill')
     end;
     4:
      begin
      wait(500);
      writeln('waited')
      end;
     end;
    end;
    
    procedure gt;
    begin
    Makecompass('n')
    FindSymbolIn(x,y,'tree',601,107,650,150)
    wait(30+random(300))
    smartclickmouse(x+8,y-8,true)
    flag;
    end;
    
    procedure gb;
    begin
    Makecompass('n')
    FindSymbolIn(x,y,'tree',606,27,640,64)
    wait(30+random(300))
    smartclickmouse(x+8,y+8,true)
    flag;
    end;
    
    procedure bank;
    begin
    makecompass('n')
    findsymbolin(x,y,'tree',597,33,636,87)
    wait(20+random(300));
    smartclickmouse(x+8,y-20,true);
    wait(10000)
    flag;
    findsymbol(x,y,'bank')
    smartclickmouse(x+3,y,true)
    wait(500);
    findsymbol(x,y,'bank')
    smartclickmouse(x+3,y,true)
    flag;
    wait(1500);
    R_OpenBankBooth('eb')
    wait(50)
    wait(3500);
    R_MouseItem(random(1-28),'all')
    closebank;
    smartclickmouse(595,130,true)
    findsymbol(x,y,'tree')
    smartclickmouse(x+8,y+8,true)
    flag;
    end;
    
    procedure ct;
    begin
    DeclarePlayers;
    loginplayer;
    setangle(true)
    repeat
    repeat
    findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
    smartmovemouse(x,y)
    antiban;
    until (isuptext('ew')) or invfull
     smartclickmouse(x,y,true)
     repeat
     wait(500)
     until (not(isuptext('ew'))) or invfull
     if invfull then
     bank;
     if (not(isuptext('ew'))) or invfull then
     gt;
     repeat
     wait(500);
     findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
     smartmovemouse(x,y)
     until (isuptext('ew'))
     repeat
    findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
    smartmovemouse(x,y);
    antiban;
    until (isuptext('ew')) or invfull
     smartclickmouse(x,y,true)
     repeat
     wait(200);
     until (not(isuptext('ew'))) or invfull
     if invfull then
     bank;
     if (not(isuptext('ew'))) or invfull then
     gb;
     repeat
     wait(200);
     findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
     smartmovemouse(x,y)
     until (isuptext('ew'))
    until invfull;
    bank;
    end;
    
    begin
         ClearDebug;
         SetupSRL;
         activateclient;
         DeclarePlayers;
         loginplayer;
         repeat
         ct;
         until false;
    end.
    does that help?

    P.S. i know bad standerads...first script really
    ~Austin~

  11. #11
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can't read any of that at all, so what's your current problem?

  12. #12
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    delete the includes folder and reinstall it all

  13. #13
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You are spelling reflection wrong.

  14. #14
    Join Date
    Jan 2007
    Location
    Nomming bits in your RAM
    Posts
    385
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by austin2162 View Post
    this is the script

    Code:
    program SmartTest;
    {.include SRL/SRL/reflection/Reflection.scar}
    {.include srl/srl/misc/Smart.scar}
    {.include srl/srl.scar}
    
    var
    x,y,a,b:integer;
    
    Procedure DeclarePlayers;
     begin
     HowManyPlayers := 1;
     NumberOfPlayers(HowManyPlayers);
     CurrentPlayer := 0;
     Players[0].Name :='';
     Players[0].Pass :='';
     Players[0].Nick :='';
     Players[0].Active:=True;
     end;
    
    procedure antiban;
    begin
    begin
      if inchat('Wc lvl') then
     saycurrentlevels('woodcutting')
     end;
     case random(10) of
     1:
     begin
     pickupmouse;
     writeln('pickedupmouse');
     end;
     2:
     begin
     hoverskill('woodcutting',false)
     wait(2344+random(342))
     writeln('check skill')
     end;
     4:
      begin
      wait(500);
      writeln('waited')
      end;
     end;
    end;
    
    procedure gt;
    begin
    Makecompass('n')
    FindSymbolIn(x,y,'tree',601,107,650,150)
    wait(30+random(300))
    smartclickmouse(x+8,y-8,true)
    flag;
    end;
    
    procedure gb;
    begin
    Makecompass('n')
    FindSymbolIn(x,y,'tree',606,27,640,64)
    wait(30+random(300))
    smartclickmouse(x+8,y+8,true)
    flag;
    end;
    
    procedure bank;
    begin
    makecompass('n')
    findsymbolin(x,y,'tree',597,33,636,87)
    wait(20+random(300));
    smartclickmouse(x+8,y-20,true);
    wait(10000)
    flag;
    findsymbol(x,y,'bank')
    smartclickmouse(x+3,y,true)
    wait(500);
    findsymbol(x,y,'bank')
    smartclickmouse(x+3,y,true)
    flag;
    wait(1500);
    R_OpenBankBooth('eb')
    wait(50)
    wait(3500);
    R_MouseItem(random(1-28),'all')
    closebank;
    smartclickmouse(595,130,true)
    findsymbol(x,y,'tree')
    smartclickmouse(x+8,y+8,true)
    flag;
    end;
    
    procedure ct;
    begin
    DeclarePlayers;
    loginplayer;
    setangle(true)
    repeat
    repeat
    findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
    smartmovemouse(x,y)
    antiban;
    until (isuptext('ew')) or invfull
     smartclickmouse(x,y,true)
     repeat
     wait(500)
     until (not(isuptext('ew'))) or invfull
     if invfull then
     bank;
     if (not(isuptext('ew'))) or invfull then
     gt;
     repeat
     wait(500);
     findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
     smartmovemouse(x,y)
     until (isuptext('ew'))
     repeat
    findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
    smartmovemouse(x,y);
    antiban;
    until (isuptext('ew')) or invfull
     smartclickmouse(x,y,true)
     repeat
     wait(200);
     until (not(isuptext('ew'))) or invfull
     if invfull then
     bank;
     if (not(isuptext('ew'))) or invfull then
     gb;
     repeat
     wait(200);
     findobjcustom(x,y,['ew','Ye','Yew'],[729120,268304,866352],5)
     smartmovemouse(x,y)
     until (isuptext('ew'))
    until invfull;
    bank;
    end;
    
    begin
         ClearDebug;
         SetupSRL;
         activateclient;
         DeclarePlayers;
         loginplayer;
         repeat
         ct;
         until false;
    end.
    does that help?

    P.S. i know bad standerads...first script really
    Forgot the C in reflection; bolded.

    Also, for future scripts, use the SCAR tags.
    SCAR Code:
    Like this.
    It bolds certain keywords, such as:
    for to downto do string etc.

    Also shows special types in color:
    'hai', 1 , 1.0 , etc. //:D
    {See?}
    As for the tags:
    [ SCAR] [ /SCAR]
    ...No space.
    Current Project: Catching up. XD. Potentially back for the summer, depending on how things go.

  15. #15
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy

    Wow i feel like a fucking retard... oh well i cant get my flash drive to work now and thats the only way i can use scar...though u3 version but now my flash drive when i plug it in i get no lights no hard ware pop up on pc nothing so i think im screwed outta a flashdrive and all my scripts saved on it
    ~Austin~

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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