Page 69 of 95 FirstFirst ... 1959676869707179 ... LastLast
Results 1,701 to 1,725 of 2359

Thread: [SRL] AK Smelter

  1. #1701
    Join Date
    Feb 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Error

    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(560:12): Unknown identifier 'TPAFromEllipse' at line 559
    What can I do with this one?
    Thank you,
    DannyBlue

  2. #1702
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dannyblue View Post
    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(560:12): Unknown identifier 'TPAFromEllipse' at line 559
    What can I do with this one?
    Thank you,
    DannyBlue
    Update your simba.

  3. #1703
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Do you delete the FindNormalRandoms; line to in bank and smelt to make it stop checking the music tab?

  4. #1704
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default problem

    [================================================== =================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== =================]
    [ Leik | True | 00:00:33 | 0 | 0 | 0 | 0 | 0 ]
    [================================================== =================]
    SwitchToPlayer(PlayerNo: 0, Active: False);
    Player is not Active...
    All players not active!
    NextPlayer(True)


    my bot was logged int AK but its only standing and watching i putted my steel bars in 1st slot. and in edge it says that he cant find location

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

    Default

    Update 1.6.3: 02-04-2012 - Released
    -Bank updated for 31/01
    -Added wait to bank when counting how much is left
    -Improved Bank opening Loop
    -Removed a CloseWindow (would spam move the mouse around)
    -Added a Disable Anti Ban feature
    -Increased Tolerance for TPAItem Finding 4 to 7 (hopefully it fixes this)
    -Added active check (should fix some start up issues)
    -[I believe clicking issues were UpText and ChooseOption]


    If you have Form problems try deleting AKchars.ini in Simba folder first.
    (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.

  6. #1706
    Join Date
    Feb 2006
    Location
    Weed Ca
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Smile

    Quote Originally Posted by Narcle View Post
    Update 1.6.3: 02-04-2012 - Released
    -Bank updated for 31/01
    -Added wait to bank when counting how much is left
    -Improved Bank opening Loop
    -Removed a CloseWindow (would spam move the mouse around)
    -Added a Disable Anti Ban feature
    -Increased Tolerance for TPAItem Finding 4 to 7 (hopefully it fixes this)
    -Added active check (should fix some start up issues)
    -[I believe clicking issues were UpText and ChooseOption]


    If you have Form problems try deleting AKchars.ini in Simba folder first.
    HAHA! I was in the middle of copy and pasting my fixed version of your script to post here and you beat me. Good work thanks. Happen to need a smelter a few minutes ago and worked on it =P
    Have fun always

    Taken from Boreas
    [CODE]If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig[/CODE]

  7. #1707
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    [======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP    | XP/Hour ]
    [======================================================================]
    [ ***  | True   | 02:49:51 | 61     | 648  | 2592    | 27864 | 9842    ]
    [======================================================================]
    another prog

    thx Narcle for the update
    Last edited by l337murd3r; 02-05-2012 at 12:53 AM.

  8. #1708
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know I am so far a leecher and all, but I am going to try to make a script and so far I know the basics (just need script idea) so don't hate on me. It says:

    SwitchToPlayer(PlayerNo: 0, Active: False);
    Player is not Active...
    All players not active!

    I am using only one player and it is active. The script does 2-4 rounds, then logs out. How do I make it last longer? Any help is appreciated

  9. #1709
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for some reason the coal bag wont work with the newest version ive set true in the settings but it banks it and still goes with 9 iron

    Code:
     Arrays[0] := [1, 2, true, false, '180:00', true, true];//Settings array
        //Settings array := [1st Bankslot, 2nd Bankslot, Take-Breaks, Take-Sleeps, Sleep-Time 'hh:mm', Rest for run, Use Coal bag];
    these are the setting i use

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

    Default

    Quote Originally Posted by l337murd3r View Post
    for some reason the coal bag wont work with the newest version ive set true in the settings but it banks it and still goes with 9 iron

    Code:
     Arrays[0] := [1, 2, true, false, '180:00', true, true];//Settings array
        //Settings array := [1st Bankslot, 2nd Bankslot, Take-Breaks, Take-Sleeps, Sleep-Time 'hh:mm', Rest for run, Use Coal bag];
    these are the setting i use
    If you looked you would see its changed. Its one longer now for DisableAntiBan. It should be

    Arrays[0] := [1, 2, true, false, '180:00', true, true, false];
    (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.

  11. #1711
    Join Date
    Jan 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    form isn't coming up and declare players not working

  12. #1712
    Join Date
    Oct 2011
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ Bain | True | 02:12:33 | 42 | 0 | 4532 | 28892 | 13077 ]
    [================================================== ====================]


    This is prior to your updated script. I tweaked it for my own use.

  13. #1713
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    If you looked you would see its changed. Its one longer now for DisableAntiBan. It should be

    Arrays[0] := [1, 2, true, false, '180:00', true, true, false];
    ooo dam ty Narcle i looked at it for like 2-3 minutes but didnt even notice


    Thx for the great update!
    Last edited by l337murd3r; 02-04-2012 at 09:02 PM. Reason: working now

  14. #1714
    Join Date
    Oct 2011
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    With the new update, the disable anti-ban function does not work.

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

    Default

    Quote Originally Posted by 3von View Post
    With the new update, the disable anti-ban function does not work.
    Delete AKchars.ini. Re-enter info.
    (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.

  16. #1716
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    [======================================================================]
    [ Nick | Active | Worked   | Banked | Bars | Crafted | XP    | XP/Hour ]
    [======================================================================]
    [  | True   | 03:50:05 | 61     | 1080 | 4320    | 46440 | 12110   ]
    [======================================================================]
    very nice update Narcle this is what ive got so far

  17. #1717
    Join Date
    Oct 2011
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I think I"m going to stick to my modified version of the script.

    [================================================== ====================]
    [ Nick | Active | Worked | Banked | Bars | Crafted | XP | XP/Hour ]
    [================================================== ====================]
    [ lemonz | True | 01:12:17 | 23 | 0 | 2576 | 16422 | 13629 ]
    [================================================== ====================]

  18. #1718
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Narcle, can you answer my earlier question on how to make the script not switch to the next player so often? I use one player and it does that, ending the script because I do not have another player. Thanks

  19. #1719
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey man, When I'm smelting rune bars in edge....it keeps clicking on the music and the program is saying "possible random, evil bob's island" but then it clicks the music and invo tabs then does its thing....makes it take a long time to smelt....Do you know what causes this?

  20. #1720
    Join Date
    Dec 2011
    Location
    florida
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great job cj use the new update and disable antiban srl need be updated so that can be fix it not him

  21. #1721
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks lol305..i will try that! this is all new to me.

  22. #1722
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well I tried that and it still does the same thing....So idk what to do, other than just to live with it.. Thanks tho for your thoughts

  23. #1723
    Join Date
    Jan 2012
    Location
    California
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for updating the script.

  24. #1724
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Player 0 has no name, making inactive for now.
    Error: Type Mismatch at line 1806
    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]

    hey i just installed the bot and when i enter all the ifo and hit save and start it says that
    (im new to this program so please dont flame me)

  25. #1725
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not working to me stands near furnace in edge ;/

Page 69 of 95 FirstFirst ... 1959676869707179 ... 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
  •