Page 32 of 95 FirstFirst ... 2230313233344282 ... LastLast
Results 776 to 800 of 2359

Thread: [SRL] AK Smelter

  1. #776
    Join Date
    Apr 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok fair enough, no doubt youll do it way better than i could anyway. but until you put it in officially ill be using my cheap edit, assuming that is okay with you anyway?

  2. #777
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by thomaswood5 View Post
    ok fair enough, no doubt youll do it way better than i could anyway. but until you put it in officially ill be using my cheap edit, assuming that is okay with you anyway?
    Oh yeah it is open source after all. Only thing I don't like is people releasing their edits as a script w/o my permission.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  3. #778
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    [==================================]
    [ Narcle'S AK Smelter 1.3.1        ]
    [            by Narcle             ]
    [==================================]
    [ Run Time   : 24 Hr 37 Min 44 Sec ]
    [ Total Bars : 0                   ]
    [ Crafted    : 20831               ]
    [ Total XP   : 520775              ]
    [==================================]
    [    Narcle'S AK Smelter 1.3.1     ]
    [==================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ Crgk | True   | 24:34:03 | 774    | 0    | 20831   | 520775 | 21198   ]
    [=======================================================================]
    still going strong

    E: I found it frozen after right clicking the gold bar in the bank, for some reason it didn't choose the withdraw option. When I clicked withdraw, it started working again, so I assume it thought it did click, and was waiting for something that never happened, so a timer is needed. The chooseoption menu was at the very very left of the screen btw.
    Last edited by Boreas; 01-23-2011 at 12:49 AM.

  4. #779
    Join Date
    Apr 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok my mod is done and working great (i know its not much, but im pretty proud), heres my proggie so far

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 3 Hr 42 Min 42 Sec ]
    [ Total Bars : 2771 ]
    [ Crafted : 0 ]
    [ Total XP : 34638 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ Thom | True | 03:42:11 | 100 | 2771 | 0 | 34638 | 9353 ]
    [================================================== ====================]
    it was stopped manually because i wanted to give my account some rest as it was online all night while i was modifying the script, plus i wanted to tweak something.

    also narcle, i believe i came across an error in your script while modifying it, in your bank function, there is this routine:
    Code:
    Timer := GetSystemTime + 2000;
          Repeat
            A := GetAmountIn(BankIndexToMSBox(BankSlot1));
            Wait(2);
          until (A > 0) or (GetSystemTime < Timer);
          if (A < (WithDrawMain+1)) and ((BaseAmount - WithDrawMain) < (WithDrawMain+1)) then
          begin
            CloseBank;
            LogoutSeq('Ran out of primary');
            Exit;
          end;
          If (A > (WithDrawMain+1)) then
            BaseAmount := A;
    i think the fifth line should be
    Code:
    until (A > 0) or (GetSystemTime > Timer);
    it doesnt make much sense to me otherwise.

    regardless, thanks for the great scipt, and the opportunity to start my own small amount of scripting

  5. #780
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    [==================================]
    [ Narcle'S AK Smelter 1.3.1        ]
    [            by Narcle             ]
    [==================================]
    [ Run Time   : 33 Hr 51 Min 17 Sec ]
    [ Total Bars : 0                   ]
    [ Crafted    : 28472               ]
    [ Total XP   : 711800              ]
    [==================================]
    [    Narcle'S AK Smelter 1.3.1     ]
    [==================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ Crgk | True   | 33:46:26 | 1058   | 0    | 28472   | 711800 | 21076   ]
    [=======================================================================]
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.

    Status: Possible Random Frog Identifying by textbox
    Was logged out, and moving the mouse around the screen near the username field, I assume looking for a frog.

  6. #781
    Join Date
    Sep 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 2 Hr 28 Min 29 Sec ]
    [ Total Bars : 972 ]
    [ Crafted : 0 ]
    [ Total XP : 17064 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ Godd | True | 02:28:07 | 108 | 972 | 0 | 17064 | 6912 ]
    [================================================== ====================]
    Ran pretty smooth tonight i just restarted so i'm low on cash and therefor couldn't afford more coal/iron
    will run again later for a longer time

    Sold all 972 bars at max price

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 3 Hr 23 Min 33 Sec ]
    [ Total Bars : 1332 ]
    [ Crafted : 0 ]
    [ Total XP : 23384 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ Godd | True | 03:22:28 | 152 | 1332 | 0 | 23384 | 6930 ]
    [================================================== ====================]

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 3 Hr 55 Min 11 Sec ]
    [ Total Bars : 1692 ]
    [ Crafted : 0 ]
    [ Total XP : 29704 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ Godd | True | 03:53:55 | 190 | 1692 | 0 | 29704 | 7619 ]
    [================================================== ====================]
    Longest prog so far.
    Since i started due to this script i finaly got enough funds to be able to do longer runs.

    Best public script that i've tried so far.
    Last edited by ubernoob; 01-24-2011 at 12:20 PM.

  7. #782
    Join Date
    Sep 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    howlong do you think i can run this script/day and keep it safe?
    the chances of beeing reported are probably low because you're not really anoying anyone by stealing his veins or w/e.

  8. #783
    Join Date
    Apr 2007
    Location
    Lithuania
    Posts
    384
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Are there randoms when smelting?

  9. #784
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    Progress Report:
    [==================================]
    [ Narcle'S AK Smelter 1.3.1        ]
    [            by Narcle             ]
    [==================================]
    [ Run Time   : 33 Hr 51 Min 17 Sec ]
    [ Total Bars : 0                   ]
    [ Crafted    : 28472               ]
    [ Total XP   : 711800              ]
    [==================================]
    [    Narcle'S AK Smelter 1.3.1     ]
    [==================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ Crgk | True   | 33:46:26 | 1058   | 0    | 28472   | 711800 | 21076   ]
    [=======================================================================]
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.

    Status: Possible Random Frog Identifying by textbox
    Was logged out, and moving the mouse around the screen near the username field, I assume looking for a frog.
    So its a random thats doing that? Or a combine of the random and script... hmm

    Btw 33 hours, sick.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  10. #785
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    So its a random thats doing that? Or a combine of the random and script... hmm

    Btw 33 hours, sick.
    Not sure, I didn't see it happen, but when I logged back in, there were no frogs. I'll try to get a 99 hour one (unless an update stops it).

  11. #786
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bevardis View Post
    Are there randoms when smelting?
    Every skill has randoms, most random events occur within 100K exp for that skill (many skills differ though :/)

    Quote Originally Posted by ubernoob View Post
    howlong do you think i can run this script/day and keep it safe?
    the chances of beeing reported are probably low because you're not really anoying anyone by stealing his veins or w/e.
    you could easily run this script for 8 hours a day without getting busted (in theory) unless you get reported a lot (unlikely)

    Also I am going to start running this script again as soon as I reach 85 fishing as I will be getting crafting from level 70-80

  12. #787
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    [=======================================================================]
    [ Crgk | True   | 33:33:15 | 945    | 0    | 25393   | 634825 | 18920   ]
    [=======================================================================]
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Banking failed, <THIS DEBUG SHOULD SHOW NICK NOT NAME!> is now inactive.
    NextPlayer(False)
    
    [=================================]
    [ Narcle'S AK Smelter 1.3.1       ]
    [            by Narcle            ]
    [=================================]
    [ Run Time   : 33 Hr 43 Min 4 Sec ]
    [ Total Bars : 0                  ]
    [ Crafted    : 25393              ]
    [ Total XP   : 634825             ]
    [=================================]
    [    Narcle'S AK Smelter 1.3.1    ]
    [=================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ Crgk | True   | 33:38:51 | 945    | 0    | 25393   | 634825 | 18867   ]
    [=======================================================================]

    stuck at furnace with a load of bracelets
    Last edited by Boreas; 01-25-2011 at 03:27 PM.

  13. #788
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    [=================================]
    [ Narcle'S AK Smelter 1.3.1       ]
    [            by Narcle            ]
    [=================================]
    [ Run Time   : 5 Hr 23 Min 38 Sec ]
    [ Total Bars : 0                  ]
    [ Crafted    : 4826               ]
    [ Total XP   : 144780             ]
    [=================================]
    [    Narcle'S AK Smelter 1.3.1    ]
    [=================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ Tell | True   | 05:22:21 | 180    | 0    | 4826    | 144780 | 26948   ]
    [=======================================================================]


    player got stuck outside the bank (about 4 steps from the bank) with a full inventory of amulets and just suddenly became inactive, I guess this was caused by a lagg which caused a miss-click, is it possible to make a check to make sure the character actually made it to the bank? if the bank is visible from the map the player should try and click to it or something. (wouldn't know the function to it myself but seriously if there is one it should be added )

    many thanks,
    Sgt Soul
    Last edited by Sgt Soul; 01-25-2011 at 10:07 AM.

  14. #789
    Join Date
    Sep 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 1 Hr 30 Min 21 Sec ]
    [ Total Bars : 666 ]
    [ Crafted : 0 ]
    [ Total XP : 11692 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ XXXX | True | 01:28:49 | 75 | 666 | 0 | 11692 | 7898 ]
    [================================================== ====================]
    [================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [================================]
    [ Run Time : 2 Hr 5 Min 25 Sec ]
    [ Total Bars : 936 ]
    [ Crafted : 0 ]
    [ Total XP : 16432 ]
    [================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ XXXX | True | 02:05:12 | 105 | 936 | 0 | 16432 | 7875 ]
    [================================================== ====================]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 3 Hr 12 Min 43 Sec ]
    [ Total Bars : 1350 ]
    [ Crafted : 0 ]
    [ Total XP : 23700 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ XXXX | True | 03:11:33 | 151 | 1350 | 0 | 23700 | 7423 ]
    [================================================== ====================]
    will run a longer proggie tonight or tomorrow

  15. #790
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Progress Report:
    [=================================]
    [ Narcle'S AK Smelter 1.3.1       ]
    [            by Narcle            ]
    [=================================]
    [ Run Time   : 1 Hr 14 Min 41 Sec ]
    [ Total Bars : 518                ]
    [ Crafted    : 0                  ]
    [ Total XP   : 9094               ]
    [=================================]
    [    Narcle'S AK Smelter 1.3.1    ]


    working great
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  16. #791
    Join Date
    Sep 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 8 Hr 17 Min 28 Sec ]
    [ Total Bars : 3492 ]
    [ Crafted : 0 ]
    [ Total XP : 61304 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ XXXX | True | 08:16:06 | 389 | 3483 | 0 | 61304 | 7414 ]
    [================================================== ====================]

  17. #792
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default Error starting SMART, ensure the target page has has an applet declaration

    Not able to run this script. SMART fails to initialize with the error
    Error starting SMART, ensure the target page has has an applet declaration
    RS loaded directly in firefox works
    MSI scripts in Simba works
    Test script (see below) works
    This script does not.

    Any ideas?

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.scar}

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer  := 0;

      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Nick := '';
        Active:=True;
      end;
    end;

    procedure MainLoop;
    begin
      SetupSRL;
      DeclarePlayers;
      LoginPlayer;

      Wait(1000);
    end;

    begin
      MainLoop;
    end.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  18. #793
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Only thing I can think of is changing the Smart_Server world.

    Smart_Server := 1;
    to
    Smart_Server := 6; or some other world

    Just search for it in the script.

    (posted on FF thread as well)
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  19. #794
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Looking at the MSI RunMe.simba script I noticed there is a call to ActivateClient after the SMART vars are set, and before SetupSRL is called.

    Adding that call in the appropriate place to this script fixed the problem. I'm so clever...

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 1 Hr 54 Min 42 Sec ]
    [ Total Bars : 1064 ]
    [ Crafted : 0 ]
    [ Total XP : 6612 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ===================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ===================]
    [ **** | True | 01:54:05 | 76 | 1064 | 0 | 6612 | 3477 ]
    [================================================== ===================]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 3 Hr 47 Min 40 Sec ]
    [ Total Bars : 1440 ]
    [ Crafted : 0 ]
    [ Total XP : 25280 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ **** | True | 03:47:06 | 161 | 1440 | 0 | 25280 | 6679 ]
    [================================================== ====================]
    Last edited by Bixby Sayz; 01-30-2011 at 02:21 PM. Reason: Add prog
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  20. #795
    Join Date
    Feb 2009
    Location
    The Netherlands
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    Only thing I can think of is changing the Smart_Server world.

    Smart_Server := 1;
    to
    Smart_Server := 6; or some other world

    Just search for it in the script.

    (posted on FF thread as well)
    I had the same problem and this fixed it. Thanks! newest prog:


    [ Narcle'S AK Smelter 1.3.0 ]
    [=================================]
    [==================================================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== =====]
    [ ???? | True | 08:40:56 | 144 | 0 | 15445 | 98391 | 11333 ]
    [================================================== ====]

  21. #796
    Join Date
    Sep 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ran a great prog yesterday but now it seems to get stuck while doing his first walk to the furnice
    he keeps switching between his inventory and his bag

  22. #797
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Just encountered this same issue myself.

    It was working fine earlier today prior to the latest RS update. Possibly related somehow?

    Edit: Update to latest reflection seems to have resolved it.

    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [=================================]
    [ Run Time : 4 Hr 39 Min 20 Sec ]
    [ Total Bars : 1779 ]
    [ Crafted : 0 ]
    [ Total XP : 31231 ]
    [=================================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [=================================]
    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ **** | True | 04:38:09 | 198 | 1779 | 0 | 31231 | 6737 ]
    [================================================== ====================]
    Last edited by Bixby Sayz; 02-02-2011 at 10:43 AM.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  23. #798
    Join Date
    Mar 2007
    Location
    England
    Posts
    274
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Isnt very lag friendly which is bad news for me :'(
    best proggy i could get was this

    [============================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [ by Narcle ]
    [============================]
    [ Run Time : 48 Min 12 Sec ]
    [ Total Bars : 242 ]
    [ Crafted : 0 ]
    [ Total XP : 4248 ]
    [============================]
    [ Narcle'S AK Smelter 1.3.1 ]
    [============================]
    [================================================== ===================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ===================]
    [ Po** | False | 00:47:43 | 29 | 242 | 0 | 4248 | 5343 ]
    [================================================== ===================]

  24. #799
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    [=================================]
    [ Narcle'S AK Smelter 1.3.0       ]
    [            by Narcle            ]
    [=================================]
    [ Run Time   : 9 Hr 34 Min 20 Sec ]
    [ Total Bars : 2331               ]
    [ Crafted    : 9325               ]
    [ Total XP   : 100498             ]
    [=================================]
    [    Narcle'S AK Smelter 1.3.0    ]
    [=================================]
    [=======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP     | XP/Hour ]
    [=======================================================================]
    [ ote  | True   | 09:32:26 | 260    | 2331 | 9325    | 100498 | 10534   ]
    [=======================================================================]

    Stopped manually.


    Quote Originally Posted by trojan View Post
    "Isnt very lag friendly"
    Agreed. Which is why I edit in some small timers/waits

    @Narcle - Any chance you'd be working on Ring of Forging anytime soon? If not I'll make it myself. Would you like me to PM it to you when im done? if you are interested in adding it to your script that is

  25. #800
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Logs in, right clicks my iron ores and does nothing
    Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |

Page 32 of 95 FirstFirst ... 2230313233344282 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Smelter 3.25
    By Neonknight77 in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 05-25-2008, 10:15 PM
  2. need help with me smelter!!
    By TheChineseMan in forum OSR Help
    Replies: 6
    Last Post: 05-04-2008, 08:11 AM
  3. Smelter
    By Bobzilla69 in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 04-14-2007, 02:11 AM
  4. Need Smelter
    By 2goodforu in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 01-30-2007, 07:38 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
  •