Results 1 to 6 of 6

Thread: why is there a wait

  1. #1
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default why is there a wait

    why is there a wait somewere in the banking procedure its really annoying
    and is there a way for me to remove it

  2. #2
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    What procedure are you on about?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  3. #3
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    openbankfast('lb')

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    The longest wait in OpenBankFast is 400ms. You must be lagging.

    Richard.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  5. #5
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Check the script you're using:
    SCAR Code:
    if OpenBankFast('lb') then
    begin
      wait(2000+random(500)); // remove, if you find something like this
      ...
    end;

  6. #6
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    And after you found something like marpis mentioned change that waiting for:
    SCAR Code:
    WaitFunc(@BankScreen, RandomRange(50, 100), 3000);
    The second parameter can vary based on your computer.
    Also why this isn't in the open bank functions?

    Obviously, if you got pin set the third parameter higher and if you are using an open bank function that doesn't got inbuilt pin(most if it got, right?) then @BankScree should be @PinScreen.

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
  •