Page 85 of 95 FirstFirst ... 35758384858687 ... LastLast
Results 2,101 to 2,125 of 2359

Thread: [SRL] AK Smelter

  1. #2101
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by MiroMiro View Post
    [Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
    [Error] (1788:3): Unknown identifier 'ScreenShots' at line 1787
    Compiling failed.
    __________________________________________________ _________________________
    Could somebody help?
    You can just delete that line
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  2. #2102
    Join Date
    Jan 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hey Narcle the GUI is not coming up for me anymore an I'v been getting close to 95 craft any way to fix?

    nvm Problem solved thanks

  3. #2103
    Join Date
    Apr 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    idk where to post the proggies, but...
    [================================================== ====================]
    [ | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ | True | 07:05:40 | 107 | 0 | 11648 | 74256 | 10466 ]
    [================================================== ====================]

  4. #2104
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Still a great script as always. What are the odds that you'd add Port Phasmatys as a location? With the Morytania legs 2+ cannonballs are made twice as fast there, so it may be worth looking in to.
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  5. #2105
    Join Date
    May 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get the error also about setting players.. i think it should be deleted.. many people i know have problems with it

  6. #2106
    Join Date
    May 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [================================================== ============]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ============]
    [ Drip | True | 01:41:55 | 78 | 684 | 0 | 12008 | 7068 ]
    [================================================== ============]


    Manually stopped. Flawless. Very good script!

  7. #2107
    Join Date
    Feb 2012
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Sounds like you got some amazing feedbacks! But does these scripts have a high banrate? or has noone been banned before

  8. #2108
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    People are banned if they are not smart or if they are unlucky. Just go to a popular world and blend in and hope for the best. It cant really be prevented.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  9. #2109
    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is the error I keep getting:

    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    How do I fix this?

    Sorry I am very new to this and don't have much experience, I appreciate the help!
    Last edited by kikas391; 05-08-2012 at 10:24 PM.

  10. #2110
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    You can just delete that line. It is not that important.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  11. #2111
    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bitmap error fixed, but the script only withdraws a full inventory of iron, tries to get a full inventory of coal, and then logs out. Can't find anything wrong in the script, but I'm not very good at these things. Any ideas?

  12. #2112
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The EdgeOpenBank toptext was outdated so I just changed some words.
    Code:
    Function EdgeOpenBank: Boolean;
    var
      TPA: TPointArray;
      ATPA: T2DPointArray;
      i, cts: integer;
      T: TPoint;
    begin
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.33, 0.22);
      FindColorsTolerance(TPA, 3688009, MSX1, MSY1, MSX2, MSY2, 3)
      ColorToleranceSpeed(cts);
      SetColorSpeed2Modifiers(0.2, 0.2);
      if Length(TPA) < 1 then
        Exit;
    
      ATPA := SplitTPAEx(TPA, 1, 4);
      SortATPASize(ATPA, True);
      SetArrayLength(ATPA, Min(3, Length(ATPA)));
      SortATPAFromFirstPoint(ATPA, Point(MSCX+30, MSCY));
    
      for i := 0 to High(ATPA) do
      begin
        T := MiddleTPA(ATPA[i]);
        MMouse(T.x-5, T.y-5, 10, 10);
        wait(100+Random(100));
        if WaitUpTextMulti(['ooth', 'ank Count'], 450) then
          if random(3) = 0 then
          begin
            ClickMouse2(mouse_Right);
            Result :=  WaitOptionMulti(['Bank B', 'nk B', 'k Bank', 'ank Count'], 250+random(100));
          end else
          begin
            ClickMouse2(mouse_Left);
            Result := DidClick(True, 200);
          end;
          if Result then
            Exit;
      end;
    end;

  13. #2113
    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I made that change to the script, but still didn't get results. The script still withdraws all iron, fails to withdraw coal (making steel bars), and then logs me out after printing results of all 0's across the board. Help please!!!

  14. #2114
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by kikas391 View Post
    I made that change to the script, but still didn't get results. The script still withdraws all iron, fails to withdraw coal (making steel bars), and then logs me out after printing results of all 0's across the board. Help please!!!
    Post a screenshot and/ or post what the debug says, the whole bottom of the debug when it ends.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  15. #2115
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ | True | 01:00:29 | 49 | 1166 | 0 | 26235 | 26019 ]
    [================================================== ====================]
    Good script! 66K xp per hour with gold bars + goldsmith gauntlets!

  16. #2116
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could please the Tiara crafting be fixed? :/ it's doing them one by one and only 6 of em then it banks and goes to do 1 by 1 Tiaras again and again 6 :/

  17. #2117
    Join Date
    Apr 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [================================================== =====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== =====================]
    [ Bomb | True | 06:51:28 | 237 | 6580 | 0 | 148050 | 21588 ]
    [================================================== =====================]

    Thanks for this flawless script!

  18. #2118
    Join Date
    May 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Am i a noob or is canonballs not working?
    Steel bars in 1st bankslot and ammomault in toolbelt ..
    I tried "cballs" "steeltoball" but both are not working?

    Please don't tell me i made a stupid mistake gehe

  19. #2119
    Join Date
    May 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [================================================== =]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== =]
    [ Drip | True | 02:06:57 | 93 | 828 | 0 | 14536 | 6869 ]
    [================================================== =]

    Made steel bars. Breaked for 15:07 mins. Manually stopped. Another flawless run!

    Keep up the good work!!

  20. #2120
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I cant get this thing to run, [Error] (1788:3): Unknown identifier 'Screen' at line 1787
    if i delete the line then it compiles and has the form come up, once i complete the form and press start it just sits there and never works

    it says runescape loading.... at the bottom of simba but never starts.
    Last edited by chaseme3; 05-10-2012 at 01:07 AM.

  21. #2121
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NARCLE please fix this. it was originally a c ball maker now it can barely make c balls. pretty much all bar smithing is bugged.

  22. #2122
    Join Date
    May 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by superbuster4 View Post
    NARCLE please fix this. it was originally a c ball maker now it can barely make c balls. pretty much all bar smithing is bugged.
    Same problem for me .. Does not even run the Cball smelter.. (read 3 posts ago)

  23. #2123
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey, um..
    the script seems to start alright, but it just goes into the bank and then logs out...
    any help, please? I am new to this Simba, but need help, any will be greatly appreciated
    thanks!

  24. #2124
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    how do i fix this?

  25. #2125
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Really nice script! Any chance you can make it craft jewellery from gold ore? Training crafting along with smithing will be fantastic!

Page 85 of 95 FirstFirst ... 35758384858687 ... 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
  •