Results 1 to 10 of 10

Thread: Dang =[ no banking for me

  1. #1
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Dang =[ no banking for me

    Could somebody redo this for me, its my ess miner...

    It gets to the bank and sometimes opens it, then it cant find the ess

    SCAR Code:
    procedure bank;
    begin
    mouse(646,11,1,2,true)
    flag;
    wait(9000+random(1000))
    begin
    if(bankcolor=0)then
    BankColor:=GetSymbolColor('bank');
    writeln('BankColor:'+inttostr(BankColor));
    repeat
    FindObj('Use',140598,12)
    wait(600+random(500))
    if(FindbitmapspiralTolerance(UseQuick,x,y,5,5,757,491,50))or
    (FindbitmapspiralTolerance(UseQuicky,x,y,5,5,757,491,50))then
    mouse(x,y,1,1,true)
    flag;
    wait(1000+random(500))
    until(IsTextAtEx(185,34,'The Bank of',30,UpChars,True,False,0,0,-1))
    begin
    wait(700+random(600))
    Deposit(2,28,2);
    mined:=mined+28
    timestalked:=timestalked+1
    exp:=exp+140
    c:=0;
    end;
    end;
    end;


    Thanks
    [IMG]file:///C:/Documents%20and%20Settings/damn/My%20Documents/My%20Pictures/Vluv.html[/IMG]

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    I highly suggest using SRL if you cant do atleast good as srl, sorry..

    Anyways, its just propably because your bitmap is invalid, it just doesnt find it =/

    *SRL*

    A lot SRL needs to be implemented there, replace the until istext... with
    "Until(BankScreen) Or (Not(LoggedIn));"

    Needs just better organizing, first do if(FindSymbol)then.... then do OpenBankFast('veb'); etc..

    Look at other people's scripts, they usually explain better than words

  3. #3
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    he can't look to other scripts. he isn't a junior member.

    this is from Fakawi:

    SCAR Code:
    if not BankScreen then
      begin
        MarkTime(Mark);
        repeat
          if (not(Loggedin)) then  break;
          If not OpenBankQuiet('feb') then OpenBank3;
        until(BankScreen or (TimeFromMark(Mark) > 120000));
      end;
       if(BankScreen)then
      begin
         DepositAll;
    //etc.
    The banking it self.

    How to get inside the bank. use the bankers.
    http://www.villavu.com/forum/showthread.php?t=19088

    edit: in the free for all section fakawi have a guard killer. that one banks to.

  4. #4
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty, but cud somebody actually change it for me :/
    [IMG]file:///C:/Documents%20and%20Settings/damn/My%20Documents/My%20Pictures/Vluv.html[/IMG]

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OMFG i quit. stupid scar tags nvm.
    ~ Metagen

  6. #6
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Plz?
    [IMG]file:///C:/Documents%20and%20Settings/damn/My%20Documents/My%20Pictures/Vluv.html[/IMG]

  7. #7
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by metagen View Post
    OMFG i quit. stupid scar tags nvm.
    Doh?
    [IMG]file:///C:/Documents%20and%20Settings/damn/My%20Documents/My%20Pictures/Vluv.html[/IMG]

  8. #8
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Please, stop double posting.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  9. #9
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where did i double post?

    Do you mean thread or my post, if answer=thread then please reply back

    Sorry
    [IMG]file:///C:/Documents%20and%20Settings/damn/My%20Documents/My%20Pictures/Vluv.html[/IMG]

  10. #10
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Julza View Post
    Where did i double post?

    Do you mean thread or my post, if answer=thread then please reply back

    Sorry

    you wrote the script then you could change it your self or did u just take the script and claim as yours

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hermpie's banking proc's and Func's makes banking a piece of a cake!
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 13
    Last Post: 06-11-2008, 03:16 PM
  2. dang it
    By warp55 in forum OSR Help
    Replies: 4
    Last Post: 05-06-2008, 12:25 AM
  3. Dang it!
    By JohnnyR in forum News and General
    Replies: 3
    Last Post: 12-03-2007, 02:36 AM

Posting Permissions

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