Page 95 of 105 FirstFirst ... 45859394959697 ... LastLast
Results 2,351 to 2,375 of 2614

Thread: RICK 4 SRL - iron mine and banker! (varrock east)

  1. #2351
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    prog report:
    SCAR Code:
    [Time Running: 1 Hours, 34 Minutes and 51 Seconds]
    [Iron Mined: 307]
    [Times Banked: 0]
    [Respond[s] made: 5]
    [Mining 194,765887068564 Iron a hour]
    furbi10 = [167 Iron Mined] [active? False] [Location: Mining Full Load]
    furbi10 = [140 Iron Mined] [active? False] [Location: No Pickaxe!]
    \

    stopped becaus it had a random
    prog report2:
    SCAR Code:
    [Time Running: 1 Hours, 57 Minutes and 7 Seconds]
    [Iron Mined: 277]
    [Times Banked: 0]
    [Respond[s] made: 7]
    [Mining 142,103427126535 Iron a hour]
    furbi10 = [277 Iron Mined] [active? True] [Location: In The Bank]
     = [0 Iron Mined] [active? False] [Location: Not In Use]

    Progress report saved to: C:\Program Files\SCAR 3.15\MasterKill_Progress_Reports\IronMiner__27-Apr-2008__11-28-14.txt
    Still 1 players of the 2 players are active.

    [Player Done]

    NextPlayer
    furbi10

    [furbi10 setup]

    Players mining level is 55
    Players combat level is 20
    Checking your Pickaxe...
    Steel pickaxe found in your iventory.
    Still 1 players of the 2 players are active.

    [To The Mine]

    Walking to the mine...

  2. #2352
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    SetArrayLength(TheQuestion, HowManyResponds); SetArrayLength(TheRespond, HowManyResponds);
      TheQuestion[0] := ['mining', 'mine'];
      TheRespond[0]  := [IntToStr(Players[CurrentPlayer].Integers[1])]; // your players mining level
    is it possible to let him search for more than on word in the question, that he searches mining and lvl insead only mining?

  3. #2353
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @#$% somoene stole my acc XD, had about 3k iron lvl 55 mining
    happy it wasnt my main:P

  4. #2354
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script...

    - MasterKills Hyper Progress Report.
    Worked for: 5 Hours, 34 Minutes and 52 Seconds
    Total ores mined: 2754
    Total loads done: 101
    Trade[s] made: 0
    Respond[s] made: 0
    Player reset[s]: 40

    Other than the fact that it only mined about 1700, not 2700 =p still great! I'll try to get more. =)

  5. #2355
    Join Date
    Jan 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What script are you using? I copied the above one and click run. Then scar closes.

  6. #2356
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i use the script i posted last
    but if it closes try to change the worldnumber that worked for me.. i changed it to 51 you may try another

  7. #2357
    Join Date
    May 2007
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Exception: Access violation at address 006CF23E in module 'scar.exe'. Read of address FFFFFFFC in line 227 in script C:\Program Files\SCAR 3.151\includes\SRL/SRL/Core/Login.scar

    Gives me that error, what to do?

  8. #2358
    Join Date
    Jan 2007
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    GO to tools, then options, then firewall, then click allow all. It should work.

  9. #2359
    Join Date
    Nov 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I start it I'm getting this error message.

    Basically MSVCR71.dll has not been found. After that it says "Could not initialize SMART error code [16711422]" I have the latest SCAR and the latest SRL download.

    I'm sorry if this was posted awhile back, I just can't go through the pages now.

  10. #2360
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    master j/w

    is
    If GasFound(x, y) then
    begin
    Mouse(633, 83, 8, 8, True);
    Wait(25000);
    end;

    that a good gas finding fuction and works well ?

    (from srl i knw)
    just want to know cause i may use that instead of making a whole new function for it

  11. #2361
    Join Date
    Apr 2007
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx for fixing it nielskool

  12. #2362
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nielskool View Post
    SCAR Code:
    SetArrayLength(TheQuestion, HowManyResponds); SetArrayLength(TheRespond, HowManyResponds);
      TheQuestion[0] := ['mining', 'mine'];
      TheRespond[0]  := [IntToStr(Players[CurrentPlayer].Integers[1])]; // your players mining level
    is it possible to let him search for more than on word in the question, that he searches mining and lvl insead only mining?
    if it finds "mining" or "mine" ingame it will respond with your mining level.

    you can do evrything with the responds you want.
    like:

    have [234] question, and [1] respond
    have [1] question, and [423412] responds

    though I would choose for the second one

    @pinky: {.include srl/srl/skill/mining.scar}

  13. #2363
    Join Date
    Apr 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, this is a good script, has got me some good experience the last few days, but for some reason it will only bank some of the ores, heres my best proggy so far:

    Script vars:

    Worked for: 7 Hours, 6 Minutes and 9 Seconds
    Total ores mined: 2079
    Total loads done: 21
    Trade[s] made: 0
    Respond[s] made: 2
    Player reset[s]: 15

    Player vars:

    Account1:
    Location: wierd bank error
    Random?:
    total ore`s mined: 1161
    Mining lvl: 40
    Current Pickaxe using: Bronz

    Account2:
    Location: wierd bank error
    Random?: Mime
    total ore`s mined: 648
    Mining lvl: 36
    Current Pickaxe using: Bronz

    Account3:
    Location: wierd bank error
    Random?: Mordaut
    total ore`s mined: 270
    Mining lvl: 39
    Current Pickaxe using: Bronz

    This is good, but only a few hundred of the ores were actually in my bank at the end, please help

  14. #2364
    Join Date
    Apr 2007
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    keeps saying not found the mine ...

  15. #2365
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm working on a update...

    just hold on the time I need.

  16. #2366
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MK, Post An Easy Fix For Now, Till You Get It FlawLess!

    13 BETA:
    SCAR Code:
    Procedure ToThaMine;
    Var
      RicksRoadWalk: Integer;
    begin
      MakeCompass('N');
      If Not LoggedIn Then Exit;
      Players[CurrentPlayer].Loc := 'Moving To The Mine';
      WriteLn('');
      WriteLn('[To The Mine]');
      WriteLn('');
      WriteLn('Walking to the mine...');
      MasterRoadWalk(FindVarrockRoadColor2, 133, 20, 65, 3, 3, True);
      RadialRoadWalk(FindVarrockRoadColor2, 133, 60, 65, 3, 3);
      Repeat
        RicksRoadWalk := RicksRoadWalk + 1;
        If Not LoggedIn Then
        Begin
          WriteLn('player logged out while walking to the bank...');
          Players[CurrentPlayer].Loc := 'Logged Out To Mine';
          exit;
        End;
        If Not RadialRoadWalk(FindVarrockRoadColor2, 127, 228, 55, 1, 1) Then Break;
        If (RicksRoadWalk > 2) Then
        If FindColorTolerance (x, y, FindStoneColor2, MMX1, MMY1, MMX2, MMY2, 1) Then
        If GetInMine Then Exit;
        If FindSymbol(X, Y, 'mining spot') Then
        Begin
          If rs_OnMinimap(X + 5, Y + 5) Then
          Begin
            MouseFlag(X, Y, 5, 5);
            Exit;
          End;
        End;
      Until(RicksRoadWalk > 20)
      WriteLn('We did not found the mine, logging out player.');
      Players[CurrentPlayer].Loc := 'Not Found Mine';
      LogOut;
    end;

  17. #2367
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Says "loading .Smart."
    but won't load..just closes..now smart runs on my computer but not with this script? why?

  18. #2368
    Join Date
    Jul 2007
    Location
    So Cal
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    update your worlds ini file zimmer

  19. #2369
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how? please answer step by step lol *sorry*

  20. #2370
    Join Date
    Jul 2007
    Location
    So Cal
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    ok open up scar go to tools then down to explore folders-->scar folder--> includes-->srl-->scss-->worlds--> then paste this in it.

    Code:
    ; List generated by Freddy1990's Advanced World Generator v2.50
    
    [Worlds]
    Count=159
    
    [World1]
    Prefix=world1
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World2]
    Prefix=world2
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World3]
    Prefix=sl1
    Type=Free
    Flag=usflag
    Location=US Central 2
    
    [World4]
    Prefix=world4
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World5]
    Prefix=world5
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World6]
    Prefix=sl10
    Type=Members
    Flag=usflag
    Location=US Central 2
    
    [World7]
    Prefix=world7
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World8]
    Prefix=world8
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World9]
    Prefix=world9
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World10]
    Prefix=me5
    Type=Free
    Flag=nlflag
    Location=Netherlands 2
    
    [World11]
    Prefix=world11
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World12]
    Prefix=jolt9
    Type=Members
    Flag=ukflag
    Location=UK 2
    
    [World13]
    Prefix=world13
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World14]
    Prefix=world14
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World15]
    Prefix=mn2
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World16]
    Prefix=mn3
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World17]
    Prefix=world17
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World18]
    Prefix=world18
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World19]
    Prefix=world19
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World20]
    Prefix=world20
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World21]
    Prefix=world21
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World22]
    Prefix=world22
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World23]
    Prefix=mn4
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World24]
    Prefix=mn5
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World25]
    Prefix=me6
    Type=Free
    Flag=nlflag
    Location=Netherlands 2
    
    [World26]
    Prefix=world26
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World27]
    Prefix=world27
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World28]
    Prefix=world28
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World29]
    Prefix=world29
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World30]
    Prefix=world30
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World31]
    Prefix=world31
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World32]
    Prefix=world32
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World33]
    Prefix=at1
    Type=Free
    Flag=usflag
    Location=US East 2
    
    [World34]
    Prefix=at2
    Type=Free
    Flag=usflag
    Location=US East 2
    
    [World35]
    Prefix=at3
    Type=Free
    Flag=usflag
    Location=US East 2
    
    [World36]
    Prefix=at4
    Type=Members
    Flag=usflag
    Location=US East 2
    
    [World37]
    Prefix=world37
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World38]
    Prefix=ny9
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World39]
    Prefix=ny10
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World40]
    Prefix=ny11
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World41]
    Prefix=ny12
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World42]
    Prefix=world42
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World43]
    Prefix=sl11
    Type=Free
    Flag=usflag
    Location=US Central 2
    
    [World44]
    Prefix=at6
    Type=Members
    Flag=usflag
    Location=US East 2
    
    [World45]
    Prefix=ny13
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World46]
    Prefix=ny14
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World47]
    Prefix=world47
    Type=Free
    Flag=usflag
    Location=United States 3
    
    [World48]
    Prefix=world48
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World50]
    Prefix=ams2
    Type=Free
    Flag=nlflag
    Location=Netherlands 1
    
    [World51]
    Prefix=ams3
    Type=Free
    Flag=nlflag
    Location=Netherlands 1
    
    [World52]
    Prefix=jolt5
    Type=Free
    Flag=ukflag
    Location=UK 2
    
    [World53]
    Prefix=ams5
    Type=Members
    Flag=nlflag
    Location=Netherlands 1
    
    [World54]
    Prefix=me10
    Type=Members
    Flag=nlflag
    Location=Netherlands 2
    
    [World55]
    Prefix=ch1
    Type=Free
    Flag=usflag
    Location=US Central 1
    
    [World56]
    Prefix=world56
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World57]
    Prefix=ch3
    Type=Free
    Flag=usflag
    Location=US Central 1
    
    [World58]
    Prefix=ch4
    Type=Members
    Flag=usflag
    Location=US Central 1
    
    [World59]
    Prefix=ch5
    Type=Members
    Flag=usflag
    Location=US Central 1
    
    [World61]
    Prefix=world61
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World62]
    Prefix=world62
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World63]
    Prefix=world63
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World64]
    Prefix=world64
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World65]
    Prefix=world65
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World66]
    Prefix=world66
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World67]
    Prefix=jolt10
    Type=Free
    Flag=ukflag
    Location=UK 2
    
    [World68]
    Prefix=jolt11
    Type=Free
    Flag=ukflag
    Location=UK 2
    
    [World69]
    Prefix=jolt12
    Type=Members
    Flag=ukflag
    Location=UK 2
    
    [World70]
    Prefix=world70
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World71]
    Prefix=mn1
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World72]
    Prefix=world72
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World74]
    Prefix=sl3
    Type=Free
    Flag=usflag
    Location=US Central 2
    
    [World75]
    Prefix=sl4
    Type=Free
    Flag=usflag
    Location=US Central 2
    
    [World76]
    Prefix=sl5
    Type=Members
    Flag=usflag
    Location=US Central 2
    
    [World77]
    Prefix=sl6
    Type=Members
    Flag=usflag
    Location=US Central 2
    
    [World78]
    Prefix=sl7
    Type=Members
    Flag=usflag
    Location=US Central 2
    
    [World79]
    Prefix=sl8
    Type=Members
    Flag=usflag
    Location=US Central 2
    
    [World80]
    Prefix=world80
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World81]
    Prefix=mn6
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World82]
    Prefix=world82
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World83]
    Prefix=world83
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World84]
    Prefix=world84
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World85]
    Prefix=ny1
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World86]
    Prefix=ny2
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World87]
    Prefix=cc16
    Type=Free
    Flag=usflag
    Location=US Central 2
    
    [World88]
    Prefix=ny5
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World89]
    Prefix=ny6
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World90]
    Prefix=ny7
    Type=Free
    Flag=usflag
    Location=US East 1
    
    [World91]
    Prefix=ny8
    Type=Members
    Flag=usflag
    Location=US East 1
    
    [World92]
    Prefix=world92
    Type=Members
    Flag=ukflag
    Location=UK 1
    
    [World93]
    Prefix=mi1
    Type=Free
    Flag=usflag
    Location=US East 3
    
    [World94]
    Prefix=mi2
    Type=Free
    Flag=usflag
    Location=US East 3
    
    [World95]
    Prefix=mi3
    Type=Free
    Flag=usflag
    Location=US East 3
    
    [World96]
    Prefix=mi4
    Type=Free
    Flag=usflag
    Location=US East 3
    
    [World97]
    Prefix=mi5
    Type=Members
    Flag=usflag
    Location=US East 3
    
    [World98]
    Prefix=mi6
    Type=Members
    Flag=usflag
    Location=US East 3
    
    [World99]
    Prefix=mi7
    Type=Members
    Flag=usflag
    Location=US East 3
    
    [World100]
    Prefix=world100
    Type=Members
    Flag=usflag
    Location=United States 3
    
    [World101]
    Prefix=at7
    Type=Free
    Flag=usflag
    Location=US East 2
    
    [World102]
    Prefix=at8
    Type=Free
    Flag=usflag
    Location=US East 2
    
    [World103]
    Prefix=at9
    Type=Members
    Flag=usflag
    Location=US East 2
    
    [World104]
    Prefix=at10
    Type=Members
    Flag=usflag
    Location=US East 2
    
    [World105]
    Prefix=mn8
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World106]
    Prefix=mn9
    Type=Free
    Flag=ukflag
    Location=UK 1
    
    [World107]
    Prefix=au1
    Type=Free
    Flag=auflag
    Location=Australia
    
    [World108]
    Prefix=au2
    Type=Free
    Flag=auflag
    Location=Australia
    
    [World109]
    Prefix=au3
    Type=Free
    Flag=auflag
    Location=Australia
    
    [World110]
    Prefix=au4
    Type=Members
    Flag=auflag
    Location=Australia
    
    [World111]
    Prefix=au5
    Type=Members
    Flag=auflag
    Location=Australia
    
    [World112]
    Prefix=au6
    Type=Members
    Flag=auflag
    Location=Australia
    
    [World113]
    Prefix=world113
    Type=Free
    Flag=usflag
    Location=United States 2
    
    [World114]
    Prefix=world114
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World115]
    Prefix=world115
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World116]
    Prefix=world116
    Type=Members
    Flag=usflag
    Location=United States 2
    
    [World117]
    Prefix=swe1
    Type=Free
    Flag=sweflag
    Location=Sweden
    
    [World118]
    Prefix=swe2
    Type=Free
    Flag=sweflag
    Location=Sweden
    
    [World119]
    Prefix=swe3
    Type=Free
    Flag=sweflag
    Location=Sweden
    
    [World121]
    Prefix=swe5
    Type=Members
    Flag=sweflag
    Location=Sweden
    
    [World123]
    Prefix=swe7
    Type=Free
    Flag=sweflag
    Location=Sweden
    
    [World124]
    Prefix=swe8
    Type=Members
    Flag=sweflag
    Location=Sweden
    
    [World125]
    Prefix=jlv9
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World126]
    Prefix=jlv2
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World127]
    Prefix=jlv3
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World128]
    Prefix=jlv4
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World129]
    Prefix=jlv5
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World130]
    Prefix=jlv6
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World131]
    Prefix=jlv7
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World132]
    Prefix=jlv8
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World133]
    Prefix=hel1
    Type=Free
    Flag=finflag
    Location=Finland
    
    [World134]
    Prefix=hel2
    Type=Free
    Flag=finflag
    Location=Finland
    
    [World136]
    Prefix=hel4
    Type=Free
    Flag=finflag
    Location=Finland
    
    [World137]
    Prefix=hel5
    Type=Members
    Flag=finflag
    Location=Finland
    
    [World138]
    Prefix=hel6
    Type=Members
    Flag=finflag
    Location=Finland
    
    [World141]
    Prefix=ams7
    Type=Free
    Flag=nlflag
    Location=Netherlands 1
    
    [World142]
    Prefix=me2
    Type=Free
    Flag=nlflag
    Location=Netherlands 2
    
    [World143]
    Prefix=me3
    Type=Members
    Flag=nlflag
    Location=Netherlands 2
    
    [World144]
    Prefix=me4
    Type=Members
    Flag=nlflag
    Location=Netherlands 2
    
    [World145]
    Prefix=jlv18
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World149]
    Prefix=hel7
    Type=Free
    Flag=finflag
    Location=Finland
    
    [World151]
    Prefix=hel9
    Type=Members
    Flag=finflag
    Location=Finland
    
    [World152]
    Prefix=jlv10
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World153]
    Prefix=jlv11
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World154]
    Prefix=jlv12
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World155]
    Prefix=jlv13
    Type=Free
    Flag=caflag
    Location=Canada West
    
    [World157]
    Prefix=jlv15
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World158]
    Prefix=jlv16
    Type=Members
    Flag=caflag
    Location=Canada West
    
    [World159]
    Prefix=jlv17
    Type=Members
    Flag=caflag
    Location=Canada West

  21. #2371
    Join Date
    Mar 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think this should be like the first best script on srl

  22. #2372
    Join Date
    Jul 2007
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow dude this looks really great u planed everything out it looks all tidy lol anyways ima try it now ill give u proggie in bout 5 hrs or so depends wen im getting off



    EDIT: the script was a bit bad all the macros did was walk pass the mining place and got lost lol this was so bad it can never find the mining place i give it a 2/10 but it was pretty lame for me

  23. #2373
    Join Date
    Apr 2007
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Time Running: 2 Hours, 22 Minutes and 0 Seconds]
    [Iron Mined: 473]
    [Times Banked: 0]
    [Respond[s] made: 4]
    [Mining 200.361469599842 Iron a hour]
    ***= [418 Iron Mined] [active? False] [Location: Lost Around Bank]
    ********= [55 Iron Mined] [active? False] [Location: Lost While Mining]
    edit:used timer fix..thx,and big thx for masterkill for this great script

  24. #2374
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    765
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks Timer, it worked great. :P


    ^LOL^

  25. #2375
    Join Date
    Apr 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just tried your script MK, its a good one. The only problem I see is that it ran one load of 28 iron to the bank banked it and when it ran back to the mine, it auto logged at the mine. Any idea why?

Page 95 of 105 FirstFirst ... 45859394959697 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Varrock East Mine PowerMiner
    By Blender in forum First Scripts
    Replies: 9
    Last Post: 02-24-2009, 04:02 PM
  2. South East Varrock Iron Miner & Banker
    By Daniel in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 03-28-2007, 02:25 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
  •