Page 2 of 9 FirstFirst 1234 ... LastLast
Results 26 to 50 of 225

Thread: Ultimate Smelter

  1. #26
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    a detector when all ores are smelted would be great

  2. #27
    Join Date
    Apr 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    those two options you gave me have red X so i dunno what your trying to show me. but after trying version 1.5 it still doin it, so i dunno whats wrong. oh well lol. ill just do something else.

  3. #28
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    Quote Originally Posted by RlagkRud View Post
    a detector when all ores are smelted would be great
    Already has one, this is the end of my debug when I got home. But a AmountToSmelt setting can be added to script. Will add on next update.


    Found stored CoalOre in slot 9
    You only have 8 items in bank slot 9 and you need 13
    Failed at getting item from bank
    Banking Failed, Shutting Down
    Ending Script

    Progress Report:
    ======== Bud's Ultimate Smelter ver 1.5 ========
    Smelting MithrilBars
    Time Running: 3 Hours, 42 Minutes and 4 Seconds
    MithrilBars Smelted 2290    TTL: 43 Hours, 50 Minutes and 17 Seconds
    Smelting Experience Earned: 66360   Levels Gained: 1
    Experience/Hour: 17929    SpinTickets Found: 0
    Breaking is off
    =========================================================
    SRL function didn't find a ticket, trying my way
    Going to Bank
    Checking my position
    My position is the Furnace
    Not at bank, walking to it
    Think we found Bank booth, Quick clicking
    Didn't find Bank optons
    Checking my position
    My position is the Bank
    Seaching for bank
    Trying to find bank
    QuickFind Failed, didn't find uptext
    Quick Bank failed
    Searching for bank with ACA
    Drawing on found colors
    Not Moving
    Bank found with ACA
    Not Moving
    Bank Found
    Checking slots 2 to slot 28 for leftover items
    Found stored CoalOre in slot 9
    Withdrawing CoalOre from slot 9
    Withdrawed item
    Found stored MithrilOre in slot 6
    Withdrawing MithrilOre from slot 6
    Looking for numbers: 10
    Withdrawing 10
    Withdrawing 
    Withdrawed item
    Found stored CoalOre in slot 9
    You only have 8 items in bank slot 9 and you need 13
    Failed at getting item from bank
    Banking Failed, Shutting Down
    Ending Script
    Successfully executed.
    The following DTMs were not freed: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]
    The following bitmaps were not freed: [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]


    Quote Originally Posted by trev22 View Post
    those two options you gave me have red X so i dunno what your trying to show me. but after trying version 1.5 it still doin it, so i dunno whats wrong. oh well lol. ill just do something else.
    Toggle Production Dialog

    Follow this link for info about it ---> http://services.runescape.com/m=rswiki/en/XP_Display
    Last edited by bud_wis_er_420; 04-01-2013 at 04:37 AM.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  4. #29
    Join Date
    Mar 2013
    Location
    Freedomville.
    Posts
    155
    Mentioned
    2 Post(s)
    Quoted
    107 Post(s)

    Default

    Neitiznot seems to not work for me. Doesn't detect when player is in bank or furnace.

  5. #30
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    I will look into it. I admit, I haven't been there in a while to test it. The water color on the minimaps change a while back and broke my fishing script till I made a custom map. I tested the 3 other locations for this script, to make sure they still worked and they did. But I didn't test Neitiznot.

    Updated to ver 1.6.

    @sdf
    I looked in to Neitiznot for you sdf, but it was detecting it's location fine for me. The quick find points were a little off but it still worked with the other failsafes. I adjusted the quick find points in ver 1.6. If you still having problems I'd suggest posting your debug log. If you turn on dubug, You will find a txt file in your scripts folder that has the log. Also make sure you have everything up to date and in working order. Did you try other locations? And did they work?
    Last edited by bud_wis_er_420; 04-04-2013 at 07:01 PM.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  6. #31
    Join Date
    Apr 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Error: Out Of Range at line 3396
    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, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

  7. #32
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    Quote Originally Posted by trev22 View Post
    Error: Out Of Range at line 3396
    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, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]
    OK I see it. I forgot to take out the for loop. For now just commit out line 3394. Like this...
    //for i := 0 to High(Name) do
    That should fix it for now. I will fix tomorrow after work.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  8. #33
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
    Compiling failed.

    This is the error that i keep getting. Could you explain to me how to fix this?

  9. #34
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    Quote Originally Posted by prabhsun View Post
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
    Compiling failed.

    This is the error that i keep getting. Could you explain to me how to fix this?
    Hmm, do you get any debug text? Because everything around line 281 is mainly the debugging code that takes screen shots of bugs. Not even my code. I will be updating soon though, so get back with me as soon as you can, so I can look into your problem.

    Edit:
    Been running for 30 mins with no problems. And this is only with the for loop fix. Gonna let it go for an hour and if I don't find anything gonna release as is.

    Edit:
    Updated to ver 1.7
    Progress Report:
    ======== Bud's Ultimate Smelter ver 1.6 ========
    Smelting MithrilBars
    Time Running: 1 Hours, 54 Seconds
    MithrilBars Smelted 640    TTL: 38 Hours, 21 Minutes and 35 Seconds
    Smelting Experience Earned: 18840   Levels Gained: 0
    Experience/Hour: 18560    SpinTickets Found: 0
    Breaking is off
    =========================================================
    Last edited by bud_wis_er_420; 04-06-2013 at 05:18 PM.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  10. #35
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    hey, i still keep getting that error, i dont know something might be wrong with my simba or something.

  11. #36
    Join Date
    Dec 2010
    Location
    Humboldt, TN
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Error: Out Of Range at line 3409

    ItemsNeed[0] := Name;


    Not sure at all....I had this pop up in 1.6.
    Just tried 1.7 and it still pops up? It's related to Load1?

  12. #37
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Hey bud, i was able to solve the issue by reinstalling simba and smart and ODTM, thanks for a wonderful script. I know you have coalbag support and thats wonderful. i was wondering if you could add pakyack support as well if it is not too big of a task???? in ur front page, u had a line about requesting to add something to the script, i think pack yak support would be wonderful if it isnt too hard to implement. Thanks for the wonderful script!!!

  13. #38
    Join Date
    Apr 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    problem im having:

    Error: Out Of Range at line 3409
    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, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

  14. #39
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    Sry about the out of range error totally forgot to set the array length. Fixed in ver 1.8. Again sry about that, was a silly mistake.

    Quote Originally Posted by prabhsun View Post
    in ur front page, u had a line about requesting to add something to the script, i think pack yak support would be wonderful if it isnt too hard to implement. Thanks for the wonderful script!!!
    BoB it is. Will start working on it.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  15. #40
    Join Date
    Dec 2010
    Location
    Humboldt, TN
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    You're sexy! Thank you
    Quote Originally Posted by bud_wis_er_420 View Post
    Sry about the out of range error totally forgot to set the array length. Fixed in ver 1.8. Again sry about that, was a silly mistake.



    BoB it is. Will start working on it.

  16. #41
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    tyvm
    Last edited by prabhsun; 04-07-2013 at 05:08 PM.

  17. #42
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by bud_wis_er_420 View Post
    Sry about the out of range error totally forgot to set the array length. Fixed in ver 1.8. Again sry about that, was a silly mistake.



    BoB it is. Will start working on it.
    Thank you sooo much bud!! this would significantly speed up smelting. I am smelting addy bars, with coal bag and pak yak support, i can smelt 12 addy bars at once, significantly speeding up smelting. please do let me when you have added BoB support, i will post proggie for you for addy bars with pack yak and coal bag enabled

  18. #43
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    Quote Originally Posted by prabhsun View Post
    Thank you sooo much bud!! this would significantly speed up smelting. I am smelting addy bars, with coal bag and pak yak support, i can smelt 12 addy bars at once, significantly speeding up smelting. please do let me when you have added BoB support, i will post proggie for you for addy bars with pack yak and coal bag enabled
    I'm off work tomorrow. Will try adding it then.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  19. #44
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by bud_wis_er_420 View Post
    I'm off work tomorrow. Will try adding it then.
    Great!!!!! I look forward to it!!!! i will finally get my smithing up. And best of all, it will make future rune smelting easier

  20. #45
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Hey bud, i had another request. I am not scriptwriter therefore i am not going to demand, but request that if you could please write a nature runecrafting spriti graahk script??? That would be wonderful! I will try to find funds to donate to you if you could write a script for nature runecrafting
    Last edited by prabhsun; 04-08-2013 at 03:24 AM.

  21. #46
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    I will look into it. Don't know if you notice but I like doing things big. But the idea of an Ultimate Runecrafter that can craft every rune seems a bit too big a project to take on right now, b4 rs3 update. But I guess I can look into just making a Nature crafter that can use multiple crafting methods. Graahk, Balloons, Abyss, Notes to General store. Are there any other?
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

  22. #47
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by bud_wis_er_420 View Post
    I will look into it. Don't know if you notice but I like doing things big. But the idea of an Ultimate Runecrafter that can craft every rune seems a bit too big a project to take on right now, b4 rs3 update. But I guess I can look into just making a Nature crafter that can use multiple crafting methods. Graahk, Balloons, Abyss, Notes to General store. Are there any other?
    hehe yes i have noticed, that why is ur ultimate smither is the best. Yeah crafting all types of runes would be a big project. The reason i requested this was because there is plenty of other runecrafters and none for natures, and so since you had made such a wonderful smithing script, i thought it would be best to request you to make a nature runecrafting script. No, i think you covered all the traveling methods. One of the best methods is Castle Wars banking, teleing using the graahk, then using ring of dueling to tele to cw to bank and then repeat . Thank you for taking my request into consideration. I await summoning support on your smithing script

  23. #48
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    How's it coming along bud?

  24. #49
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Bro i dont know whether it is with the client or the script, but after logging it, it tried to put my username and password in the chat itself!!! :S
    Last edited by prabhsun; 04-09-2013 at 03:44 AM.

  25. #50
    Join Date
    Mar 2013
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Bank Found, opening it: Quick
    Searching for bank with ACA
    Drawing on found colors
    Waiting 2sec
    Not Moving
    Didn't find bank with ACA, trying DTM
    Error: Exception: The given DTM Index[4] doesn't exist at line 1058
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, AdamantOre.Dtm, CoalOre.Dtm]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, AdamantOre.Bmp, CoalOre.Bmp]

    Bug report

Page 2 of 9 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •