[Release] Metallurgy Bot Beta

02/25/2010 21:11 123ammerson#196
how to use it?
02/25/2010 22:34 woojine2v#197
so i installed auto it, moonshine, extract the metal3, run mabi then what

all it does is it walks my character to where it says [silver]. thats all

most importantly
it wont load the metallurgy skill

my metallurgy skill is at novice rank

+ when i do it manually and leave it on for several seconds, it does pick it up
02/25/2010 23:49 aclazer#198
Quote:
Originally Posted by woojine2v View Post
so i installed auto it, moonshine, extract the metal3, run mabi then what

all it does is it walks my character to where it says [silver]. thats all

most importantly
it wont load the metallurgy skill

my metallurgy skill is at novice rank

+ when i do it manually and leave it on for several seconds, it does pick it up
If you actually read the thread you would know that you need to take a new pic or you could edit the script so it use uses the skill instead of clicking it
02/26/2010 02:08 woojine2v#199
the thing is i did read the entire thing twice, i just cant , either find or understand it,

if you arent too busy, would you mind simply writing in steps what i need to follow? or anyone?
02/26/2010 02:34 aclazer#200
*make sure you have tiara*
1: Replace all the images with your own
2: Start the script and press ok, then quickly press mabinogi and dont touch it again

If this doesnt work, edit the script to make it work for you
02/26/2010 02:44 woojine2v#201
if i have not it mistaken, arent images for picking up or finding the shiny part of the map? only problem im having is, it just wont load the skill (i put it to f10 as he mentioned) when i press f10 manually it works for once, but then doesnt work again. sorry to bother ya btw

plus,, i confess i do not feel too comfortable with computer codes and all, so by just saying edit the script i, do not know where to start off and all..
02/26/2010 03:05 aclazer#202
Look at the script you can kinda get an idea of what it saying
ex//: MouseClick("left") ; click the left mouse
Send("{ALTUP}") send the alt key up
02/26/2010 03:31 woojine2v#203
While 1
Send("{F10}")
Send("{ALTDOWN}")
$x1=0
$y1=0
$result = _ImageSearch("site.BMP",1,$x1,$y1,60)
if $result=1 Then
$x3=0
$y3=0
$result3 = _ImageSearch("skill.BMP",1,$x3,$y3,70)
Send("{ALTUP}")
MouseMove($x3,$y3)
MouseClick("left")
sleep(3000)
MouseClick("left",$x1,$y1,3)
Sleep(15000)

just adding that f10, will it do it?
02/26/2010 04:59 aclazer#204
yeah to load the skill, but you want it have it under the ALTDOWN and you may as well get rid of the skill.bmp cheak since theres really no need for it
02/26/2010 14:28 tbstewa#205
get rid of skil.bmp and the mouse moves prior to the sleep. then change the send mousclick left to send {F10}. do this and you should have something similar to this
Code:
Send("{ALTDOWN}")
$x1=0
$y1=0
$result = _ImageSearch("site.BMP",1,$x1,$y1,60)
if $result=1 Then
$x3=0
$y3=0
Send("{ALTUP}")
Send("{F10}")
sleep(3000)
MouseClick("left",$x1,$y1,3)
Sleep(15000)
02/26/2010 19:56 aclazer#206
I Also Found its easiar if you just click the "silver" then loading this skill since when you click silver it will move there and use the skill (:
02/26/2010 20:23 tbstewa#207
Quote:
Originally Posted by aclazer View Post
I Also Found its easiar if you just click the "silver" then loading this skill since when you click silver it will move there and use the skill (:
that i did not know *goes to test*
02/26/2010 20:36 aclazer#208
xD thats what im using for my metallurgy bot
02/27/2010 04:48 pb07080#209
Can anyone make a video, and post it some where? Because it seem easier to see some one do it then just read.
02/28/2010 05:13 Reaishi#210
I cropped my own 'ore' and 'site' , replaced it with the others in the script. and changed it to .JPG since it was the type of file. But when go to mabi nothing happens :/ and when i open the folder with the pics it starts clicking on them. Ideas? :x