Page 4 of 4 FirstFirst ... 234
Results 76 to 100 of 100

Thread: Presenting, Bobermans almost Finished Varrok East Miner and Banker!

  1. #76
    Join Date
    Nov 2008
    Location
    if (IsUpText('Location')) then 'Australia' else 'N.T'
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    almost finished?

  2. #77
    Join Date
    Dec 2007
    Location
    Somewhere in Idaho
    Posts
    480
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by magixboy View Post
    Wow, your first script? Nice job.. I wanna try it

    Btw, it does banking??
    Yes, it does banking. Yes, it was my first script.

    As for the almost finished, well it was almost finished, but you can't change titles so I think it will perpetually be almost finished :P

  3. #78
    Join Date
    Nov 2008
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL great job there!

    Does wonders

  4. #79
    Join Date
    May 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exactly what I need! Thank you very much! _O_

  5. #80
    Join Date
    Nov 2008
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After removing SMART, mined and banked two loads perfectly.

    To my understanding: the pickaxe has to be wielded, or else it will try and deposit it along with the ores.


  6. #81
    Join Date
    Nov 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, cant wait to try it

  7. #82
    Join Date
    Nov 2008
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, i get this error..

    Any help?
    Failed when compiling
    Line 332: [Error] (5362:1): Identifier expected in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

  8. #83
    Join Date
    Dec 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Didn't work out as I wanted it to (Having pickaxe in backpack)
    Anyways nice script.

    Fayasmm

  9. #84
    Join Date
    Nov 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont seem to be in Varrock East Bank!
    cant get it to work it thinks that it is not in eats bank

  10. #85
    Join Date
    Dec 2008
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it keeps saying im not a member account even though its trying to login my f2p in a f2p worldd wttff??

  11. #86
    Join Date
    Dec 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by greeen ne0n View Post
    it keeps saying im not a member account even though its trying to login my f2p in a f2p worldd wttff??
    I got the same problem, how can this be fixed?

  12. #87
    Join Date
    Dec 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try doing this it worked for me:
    ScarScript: By Drunkenoldma

    SmartSetupEx({World}, False, True, False);


    That should fix your member problems
    Courtesy of Camo

  13. #88
    Join Date
    Dec 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here is my progress report:
    /--------------------------------------------------\
    |Average Load Time: 5.03528541666667 minutes.
    |Average Iron Per Hour: 333.645436351878
    |Total Time: 40.9513 minutes.
    |Total Loads: 8
    |elvarg4 has 6 loads left.
    |elvarg4 did 8 loads.
    \----------------------------------------------------/

    That's how it was doing until the sandwich lady hit me with a baguette...
    and then i woke up in a strange place lol

  14. #89
    Join Date
    Dec 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow, really nice script thank you.

  15. #90
    Join Date
    Dec 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by elvarg4 View Post
    That's how it was doing until the sandwich lady hit me with a baguette...
    and then i woke up in a strange place lol
    Ye, I think anti-random should be updated, i got the same problem. That sandwich lady piss me off >>

  16. #91
    Join Date
    Jan 2009
    Location
    Tennessee
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a strange error im getting. when the SMART comes us and I attempt to log on, it tells me a strange thing. That I am not a member as if I am logging into a P2P server, but I am logging in to a F2P server. I tried with different servers and it still tells me the same thing.

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

    Default

    you have to change the params of SmartSetupEx..

  18. #93
    Join Date
    Jan 2009
    Location
    Tennessee
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh ok, it works now, but now it doesnt log in at all, says theres an error. I set it up like this.

    procedure setupSMARTandSLR;
    begin
    WriteLn('Setting up Smart...');
    smartSetupEx(2, False, True, False);
    Wait(5000);
    SetTargetDC(SmartGetDC);
    repeat
    wait(100);
    until(SmartGetColor(253,233)<>1118604);
    WriteLn('Setting up SLR...');
    SetupSRL;
    Wait(random(1000) + 1000);
    end;

    {* Sets up the screen to look correctly and logs in a random player *}
    procedure setupScreen;
    begin
    WriteLn('Setting up Player...');
    Wait(random(1000) + 200);
    SetAngle(true);
    Wait(random(1000));
    Players[CurrentPlayer].Integers[3] := random(99);
    end;

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

    Default

    first of all, use
    SCAR Code:
    scar tags [ SCAR] [ /SCAR] (without the space)
    and..

    SCAR Code:
    procedure setupSMARTandSRL;
    begin
    setupsrl;
    WriteLn('Setting up Smart...');
    smartSetupEx(2, False, True, False);
    Wait(5000);
    SetTargetDC(SmartGetDC);
    repeat
    wait(100);
    until(SmartGetColor(253,233)<>1118604);
    end;

    {* Sets up the screen to look correctly and logs in a random player *}
    procedure setupScreen;
    begin
    WriteLn('Setting up Player...');
    Wait(random(1000) + 200);
    SetAngle(true);
    Wait(random(1000));
    Players[CurrentPlayer].Integers[3] := random(99);
    end;

  20. #95
    Join Date
    Jan 2009
    Location
    Tennessee
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    I got it work, thanks for the help 99. It worked great. at one point it messed up on heading to the mine, he clicked something random southwest of the bank and then I stopped it from there. I got about 5 loads in about 20 minutes works well but can be improved. anti-ban and anti-randoms would help.

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

    Default

    no problem, you should rep+ me ^^ lol

  22. #97
    Join Date
    Jan 2009
    Location
    Tennessee
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    +repped

    thanks again.

  23. #98
    Join Date
    Jan 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good
    Just abput to try it
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  24. #99
    Join Date
    Jan 2009
    Location
    netherlands,gelderland,apeldoorn
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    work good
    but my bank is full
    no errors.
    10 posts!

  25. #100
    Join Date
    Jan 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i use this it opens the client then when i click on "enable smart" it types all the information of the account then it clicks login. then it says im not a member to log in this world when i set it to non member world please help

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Varrock east miner / banker
    By xix brad xix in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 02-20-2009, 09:08 PM
  2. Varrock East Miner and Banker
    By Drakan in forum RS3 Outdated / Broken Scripts
    Replies: 318
    Last Post: 08-18-2008, 06:34 AM
  3. ~~Looking for East Varrock ess Miner/Banker~~
    By crossbreedxp in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 08-21-2007, 12:27 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
  •