[Release] Metallurgy Bot Beta

01/16/2010 19:35 tbstewa#136
Quote:
Originally Posted by lukea View Post
so u throw everything in metal3.rar into mabinogi folder and get the right pics? ._. im complete noob at these things >.<
no, you can extract the bot to any desired folder and then you run the bot with mabinogi as your main window... that is all....
01/16/2010 21:14 Jacqueline#137
Quote:
Originally Posted by akosumani View Post
Hm, the screenshot for the image replacement is blurry. Thanks for the info btw, and any idea on the font used? Instead of screenshotting and replacing while clearing the blemishes, it should be easier to find the font and replace the alphanumeric in my opinion maybe D: and small question, the file images are put into the folder with the script? Just making sure, I know it was covered but not too clear kinda.
It's the bitmap font option from Tiara/MAMP.
Currently Hackshield is detecting the previous working IJL15.ini (or more like the special options in them).
01/17/2010 03:11 akosumani#138
Hmm, I tried it with my own screenshot font and even changed around with the tolerance. It still doesn't pick up the image on mabinogi but it picks up the image that's not in mabi (the folder with the picture.) I'm thinking if there's a way to turn mabi into one of those desktop games so it can be read better so it can scan those picturess, not sure though
01/17/2010 03:39 lukea#139
how do u open the bot...
01/17/2010 04:02 tuxx95#140
Quote:
Originally Posted by lukea View Post
how do u open the bot...
srry for my language but srsly read the ENTIRE thread before asking questions
01/17/2010 04:47 sketch56#141
Quote:
Originally Posted by akosumani View Post
Hmm, I tried it with my own screenshot font and even changed around with the tolerance. It still doesn't pick up the image on mabinogi but it picks up the image that's not in mabi (the folder with the picture.) I'm thinking if there's a way to turn mabi into one of those desktop games so it can be read better so it can scan those picturess, not sure though
You want to know why? You have that image showing. Likely in the top portion of your screen. Why do you even have the folder open as you run the macro?
01/17/2010 08:05 Yuukari#142
Umm... Im not entirely interested in the bot for now, not till I make a metalurgy alt, anyways... but Im wondering...
Is it possible for you to create a basic HOWTO for creating basic bots? Im interested in learning how to make them, and maybe once I know the basics I can help you out to make a good metalurgy bot? I just have no clue how to start it off...
If you can, Id really appreciate it!
01/17/2010 08:46 akosumani#143
Quote:
Originally Posted by sketch56 View Post
You want to know why? You have that image showing. Likely in the top portion of your screen. Why do you even have the folder open as you run the macro?
The folder is up so I can open the script from the folder I extracted to. Folder with the images closed or open still doesn't help the bot read the images on the screen from mabi.
01/17/2010 10:22 cookiexu#144
Quote:
Originally Posted by akosumani View Post
The folder is up so I can open the script from the folder I extracted to. Folder with the images closed or open still doesn't help the bot read the images on the screen from mabi.
Script doesn't start functioning until you press the OK button. So just close the folder.

The reason it doesn't detect the image is because all screen resolution is different. So you might have to take your own screen shot. If that doesn't help then change the:

$result1 = _ImageSearch("example.jpg",1,$x1,$y1,80)

to

$result1 = _ImageSearch("example.jpg",1,$x1,$y1,120)

Keep on changing the number around
01/17/2010 22:51 sketch56#145
Quote:
Originally Posted by cookiexu View Post
Script doesn't start functioning until you press the OK button. So just close the folder.

The reason it doesn't detect the image is because all screen resolution is different. So you might have to take your own screen shot. If that doesn't help then change the:

$result1 = _ImageSearch("example.jpg",1,$x1,$y1,80)

to

$result1 = _ImageSearch("example.jpg",1,$x1,$y1,120)

Keep on changing the number around
Just an FYI, but the searched images have to be in bitmap. Also, the lower the number on the tolerance, the more precise the in-game image has to be in relation to the searched image.
01/18/2010 01:23 Theri#146
the images do not have to be bitmaps. it supports multiple image types, bitmaps seem to work better tho.
01/18/2010 02:25 basic401k#147
Quote:
Originally Posted by Theri View Post
the images do not have to be bitmaps. it supports multiple image types, bitmaps seem to work better tho.
Correct!
01/18/2010 03:00 sketch56#148
Quote:
Originally Posted by Theri View Post
the images do not have to be bitmaps. it supports multiple image types, bitmaps seem to work better tho.
News to me. I've never gotten .gif or .png to work with ImageSearch.

And basic, thank you for the useless post. I'm sure it has opened the eyes of many people here.
01/18/2010 04:43 Theri#149
[Only registered and activated users can see links. Click Here To Register...]

If you can't be bothered to read the documentation, dont bother scripting.
01/18/2010 11:00 sketch56#150
Quote:
Originally Posted by Theri View Post
[Only registered and activated users can see links. Click Here To Register...]

If you can't be bothered to read the documentation, dont bother scripting.
Well, aren't you in a mood. I didn't even disagree with you, and you're acting pretty obnoxious.

Somewhere in the AutoIT forum library I found a thread about ImageSearch that said that it was questionable with most anything but bmp. Obviously that was an older thread. MY BAD, princess.