
Originally Posted by
Minipo
I'll do this, also how can I get a proggy? When I start the bot directly from here the proggy; gets red so I need to delete it
On the first page, I mention that a method is named incorrectly which will cause an error (like the error you're seeing) and when I talk with Lorenzo about it, I mention that there are 2 fixes. One is deleting it, but that will remove the progress reports and goal trip handling. The other option is to fix the naming problem (the harder portion of the anti-leech).

Originally Posted by
Destined2bGreat
I'm on 1.4, and debug is on but there's no output in SIMBA. It just switches to "runtofurnace" method after a couple bracelets and rebanks.
The output to SIMBA should only be if the script closes due to erroring, like what happened to Minipo. So for you it does this:
Banks, Runs to the furnace, selects the furnace, Starts crafting, finishes a couple bars, And then it claims to run to the furnace it's already at but runs to the bank instead, and then it banks despite only having finished a couple bracelets?
I recently changed how it determines if it is currently crafting or smelting to be based off the screen that pops up to say your current progress as of 1.4. So I can only imagine that it's having trouble recognizing the screen is there for you. So I either assume your settings aren't set to typical SIMBA standards (even a little off could affect this screen since it's not a solid color) or something else is pushing it slightly off for you.
Try changing line 827 to:
Simba Code:
if((CountColorTolerance(855309, ABX1, ABY1, ABX2, ABY2, 25) + CountColorTolerance(3750201, ABX1, ABY1, ABX2, ABY2, 25)) > 6000) then
That will check for the colors of the screen within a tolerance instead of the flat standards it is currently set to.
I'll work on adding a heavier debug tonight along with other changes I have planned.

Originally Posted by
Minipo
the text says "selectFurnace methode"
with this : Was looking for furnace and failed to open it.
Exception in Script: The given DTM Index[3] doesn't exist
The following DTMs were not freed: [SRL - Lamp bitmap, 6]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4]
Hmm... Can you do a quick screenshot of where it ended up? I'll look into adding that to happen automatically in a future version as well.