[Release] Metallurgy Bot Beta

02/05/2010 19:09 Theri#166
imagesearch.dll is a 32bit file :p
02/05/2010 23:42 Alwaho#167
Ok i am starting to get pissed, I have downloaded all the necessary items. I have the bot in my Mabinogi folder and i took the imagesearchDLL.dll into my mabinogi folder. I ran the bot and the mouse worked, then i clicked the game then boom.... nothing.I cant think of any ways to make it work, i even read through the whole thread. a nice simple guide would be nice thx.
02/05/2010 23:52 Theri#168
If you're putting the imagesearch dll into your mabinogi folder you obviously didn't read the threads that cover the subject.
02/06/2010 04:34 Alwaho#169
Im new to botting if you havnt noticed yet, i just want to get this over with and learn it so i can actually know how to create mods and bots.
02/06/2010 04:41 Theri#170
You got a lot of reading ahead of you then because you didnt even read what you said you did. If you had you wouldnt of put the imagesearchdll.dll into your mabinogi folder. :p
02/06/2010 19:08 Mercc#171
Sorry if im just an imbecile but the metallurgy bot will work for me however the bot for killin coons and foxes just spins the screen and even tho there are coons around it wont recognize them and just keeps spinning but it will pick up gold and fomors that drop and thats on xp on my laptop with vista it doesnt even spin the screen it just moves the mouse like its tryin too ive tried the screenshot thing still no go any help would be greatly appreciated thanks

Edit: yeh nvm I am an imbecile I played around with it and got it working good on xp with the exception of it clicking already dead animals thx for the bot btw it doesnt lag me at all dont know if you still needed info on that or not
02/09/2010 04:45 aclazer#172
Hey i just made a lil tweek to the bot script so it will use the ctrl funtion to target it should fix the clicking on dead animals

#include <ImageSearch.au3>
Global $Paused
HotKeySet("{Pause}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
MsgBox(0,"starting","press ok")
sleep(2000)
While 1
$x3=0
$y3=0
$x2=0
$y2=0
$x1=0
$y1=0
$x4=0
$y4=0
$x5=0
$y5=0
Send("{ALTDOWN}")
$result3 = _ImageSearch("fox.BMP",1,$x3,$y3,70)
If $result3=1 Then
Send ("{CTRLDOWN}")
Sleep (500)
MouseClick ("left")
Sleep (6000)
Send ("{CTRLUP}")
EndIf
$result = _ImageSearch("fomor2.BMP",1,$x2,$y2,80)
if $result=1 Then
MouseClick("left",$x2,$y2)
Sleep(500)
EndIf
$result = _ImageSearch("gold.BMP",1,$x5,$y5,80)
if $result=1 Then
MouseClick("left",$x5,$y5)
Sleep(3000)
EndIf
$result = _ImageSearch("rez.BMP",1,$x1,$y1,80)
If $result=1 Then
MouseClick("left",$x1,$y1)
MouseClick("left",610,400)
EndIf
MouseClickDrag ("Right",246, 503,350, 503)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc

Func Terminate()
Exit 0
EndFunc
02/09/2010 23:35 Mercc#173
Yes i tried something similar to that but it likes to wonder off and get stuck soon after i leave it to its business today it started at trefor and when i checked on it later it was stuck on the fence near the river across from ferghus xD i know why it does this i just dont know how to fix it without it clicking dead stuff thanks tho ill play with it some more let me know if you ve got something that will solve this
02/10/2010 00:27 aclazer#174
if you zoom all the way out and put the view from above it should fix that so you dont wonder off so much, also make sure you have same target on
02/10/2010 22:01 desirable#175
HOW DO I RUN IT>>>>
02/10/2010 23:43 aclazer#176
**Make sure you have autoit**
1: Download it
2: Extract to desired location
3: Open Metal
4: Click "Bot for the killing bot" or pickup for the metallurgy one
5: When the menu comes up click "ok" then click mabinogi like a second after
6: Dont touch shit after that and it should work fine
7: Enjoy
02/11/2010 06:22 desirable#177
Does this bot auto buy sieves? or equip a new one when it dies?
02/11/2010 18:27 pawntobishop#178
Read the source and find out ^^
02/19/2010 22:39 Winghearts#179
Does this still work O_O
02/19/2010 22:44 pawntobishop#180
Yes, if you tweak it a bit.