Results 1 to 13 of 13

Thread: Am i the only person who gets this...

  1. #1
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Am i the only person who gets this...

    Watch this vid. It is in SMART, Simba trying to open the varrock east bank...
    vid removed..

    Simba Code:
    program script;

    {$DEFINE Smart}
    {$i SRL\SRL.scar}
    {$i sps/sps.simba}

    procedure DeclarePlayers;
    begin
      HowManyPlayers:= 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name      := '';
      Players[0].Pass      := '';
      Players[0].Nick      := '';
      Players[0].Pin       := '';
      Players[0].Active    := true;
      LoginPlayer
    end;

    procedure Bankit;
    begin
      OpenBankFast('veb');
      DepositAll;
      CloseBank;
      end;

    begin
      repeat
        SetupSRL;
        DeclarePlayers;
        Bankit;
      until(false)
    end.

    please help.... anyone... i can't find anything about this anywhere on the forum

    edit: vids runnning now, and thanks for SetupSRL before repeat, and loginplayer
    Last edited by i need to bot!; 01-13-2012 at 11:44 PM.

  2. #2
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Well I can't see the video right now, it says its being processed, but you need LoginPlayer; after DeclarePlayers in your main loop.

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Also, put SetupSRL; BEFORE your repeat.

  4. #4
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah, the vid is now working

  5. #5
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    disable the mouse thing and enable smart. see if that works
    edit: might be the text thats not getting recognised

  6. #6
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is it me or did everyone look over where .scar is still being called instead of .simba with the new text fix?

    Anyway, yeah it's not finding that text because it's not being directed to the right folder, I think...

  7. #7
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Btw not a good idea to show your account name Just a little heads up for ya



    ^^

  8. #8
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    Is it me or did everyone look over where .scar is still being called instead of .simba with the new text fix?

    Anyway, yeah it's not finding that text because it's not being directed to the right folder, I think...
    Thats with SRL 5 i think i dont think SRL4 will keep being updated

  9. #9
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do you guys have an actual fix for this, or should i wait for rsbot?

  10. #10
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Quote Originally Posted by i need to bot! View Post
    Do you guys have an actual fix for this, or should i wait for rsbot?
    wait for rsbot

  11. #11
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    okey, so there is no way in simba that i can open a bank?

  12. #12
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by i need to bot! View Post
    okey, so there is no way in simba that i can open a bank?
    nope, it's absolutely impossible. We never plan on fixing it either.
    Wait for RSBot.

  13. #13
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    RsBot Ftw :/. Why not update SRL and change the include?
    Mat :/



    ^^

Thread Information

Users Browsing this Thread

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

Posting Permissions

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