Results 1 to 4 of 4

Thread: Omg! Why is this not working!

  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Omg! Why is this not working!

    Ok, so i am trying to make it bank. Post what i did wrong. Here is my attempt to make it:

    SCAR Code:
    program New;
    {.include srl\srl.scar}

    var
    Varrock:integer;

    procedure open;
    begin
    OpenBankGlass(Varrock,'W',70)
    end;

    procedure bank;
    begin
    if(findsymbol(x,y,'bank'))then
    begin
    MMouse(x,y,0,0)
    WriteLn('Found Bank Symbol')
    wait(100)
    Mouse(x,y,0,0,true)
    writeln('Went to bank')
    wait(2000)
    Open
    end;
    end;

    begin
    setupsrl
    activateclient
    bank
    end.

  2. #2
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    program New;
    {.include srl\srl.scar}

    var
    Varrock:integer;

    procedure open;
    begin
    OpenBankGlass('Varrock', True, True)
    end;

    procedure bank;
    begin
    if(findsymbol(x,y,'bank'))then
    begin
    MMouse(x,y,0,0)
    WriteLn('Found Bank Symbol')
    wait(100)
    Mouse(x,y,0,0,true)
    writeln('Went to bank')
    wait(2000)
    Open
    end;
    end;

    begin
    setupsrl
    activateclient
    bank
    end.
    You just used OpenBankGlass wrong.

  3. #3
    Join Date
    Mar 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    o but i did everything else right?
    EDIT: It doesn't open it?
    EDIT#2:Nvm, i used openbank and it worked

  4. #4
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Instead of 'Varrock' it's either 'veb' for the East Bank or 'vwb' for the West Bank.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. is srl working yet.
    By th3ko in forum NOTA
    Replies: 2
    Last Post: 10-20-2008, 08:06 PM
  2. ~~~~Working Edge cooker WORKING~~~
    By NiCbaZ in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 10-29-2007, 11:16 PM
  3. [Working on].:Autoseller:.[/Working on]
    By dritar in forum First Scripts
    Replies: 10
    Last Post: 10-07-2007, 06:13 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
  •