[Release] Metallurgy Bot Beta

04/13/2010 07:54 gerblekiller#256
nice gonna try it out.
04/14/2010 03:22 elvo36#257
Still dont work for me just spins in circles non stop.
04/14/2010 21:55 !!N0083rP00F!!#258
I get the same issue but I figure its my images that are the issue.
Now to find an image editor that will make the transparency around what I am looking for, disappear.
04/27/2010 01:48 elvo36#259
If in anyone can get this updated and working good, please pm the download.
06/19/2010 06:07 Novinho#260
can someone please explain how the hell to make bots work? i really dont know what to do...
06/19/2010 17:32 TheKinsman#261
how do i get the bot to start running?
06/25/2010 01:47 ninjamage063#262
ya how do i start it?
06/26/2010 04:18 rouzuki#263
You need G10 tiara or the other mod program for this to work. If you haven't done that yet then do it. You also need AutoIt
06/26/2010 05:20 kent990#264
Hi. Im using a mod now and when i start the bot it only change the view and pick up stuff.
but how to metallurgy? TY
07/01/2010 01:23 vang6#265
do u need mabi bot or u just need to put it in mabiongi
07/14/2010 03:53 lootingkid2#266
how do i start up the bot?
07/21/2010 21:16 Zergun#267
:rtfm: :cool:
08/20/2010 22:45 Jamaalrulesalllol#268
wait i downloaded it now how do ig et it to start
08/21/2010 04:33 oeg#269
I had to change the code quite a bit to get this to work. For example, the main loop now looks like this:

; Main loop
While 1
; Pick up stuff in case there are some other errors we didn't detect
Loot()

; Check to see if HUD is turned on
$hud = _ImageSearchArea("hud.BMP",0,$tl_x,$tl_y,$br_x,$br _y,$x,$y,80)
; Makes SURE we close HUD
While ($hud=1)
Send("{\ 1}")
Sleep(200)
$hud = _ImageSearchArea("hud.BMP",0,$x,$y,$br_x,$br_y,$x, $y,80)
WEnd

; Pauses script if Mabi window exits
CheckPause()

; Load Metallurgy skill
Send("{F1 5}")
Sleep(1500)
; Pauses script if Mabi window exits
CheckPause()

; Pick up stuff in case there are some other errors we didn't detect
Loot()

; Click our stored value of next target ore site
MouseMove($site_x,$site_y,0)
MouseClick("left",$site_x,$site_y,5,0) ; Click 3 times for funz!
Sleep(10000)
ResetMouse()

; Pauses script if Mabi window exits
CheckPause()

; Pick up stuff in case there are some other errors we didn't detect
Loot()

; While skill is working, search for next ore site :D YAY EFFICIENCY
SearchSite(1)

; Might have a 1 sec delay between last small skill flashing part to finish
Sleep(500)
WEnd

It's probably slower then the OP, but I could not get the skill to recognize between loading and loaded no matter how many screen shots i took or how I sized them.

I also added a sleep in the sitesearch function to give me a chance to move around a bit. It actually helps.

Finally, you will need new screenshots... lots of them. LOTS OF THEM! Aparently they changed the shading affect so you will need to watch it for a while and if you see you're standing next to a patch and it's not recognizing, take a SS while ALT is down, then crop the heck out of it. Save your new BMP as silver2, silver3... etc.

Just add a new search line to the sitesearch function with your BMP's name. Presto!

Like I said, it's slower, but not that much slower than I am normally, plus it doesn't miss anything now. And it only took about 3 hours to flood my inventory.
09/04/2010 10:06 Okarni#270
where do we save it?