![]() |
[Release] Cloud Bot
Guys.I looked over the most simplest problem =P. run my bot as a script not an exe. Halfslashed help me haha i feel like a real idiot right now sorry guys.
Here's the script if you need it. and pictures is up to you .[Only registered and activated users can see links. Click Here To Register...] |
Here's the bot with a few tweaks and comments on the bot.
Code:
#include <ImageSearch.au3> |
Code:
#include <ImageSearch.au3> |
Lol, pro'd by Theri. He's a lot better with autoit than me, because that is his primary area of expertise.
|
;) I also use autoit for other projects so I probably have a ton more practice with it.
That code is not tested and that should have a working exit and pause hot key, they worked for me when I played as hotkeyset does not work with mabinogi. |
The bot runs fine for a bit, but then he starts to attack a tree or signpost or something. I was wondering if there was any way to make my character stop hitting them and go back to monsters without me having to intervene?
Also, even if a monster is closer to the mouse when it clicks to attack it stays attacking the non monster. (Sorry if that doesn't make sense. =\) |
im guessing you're running mods?
|
Yeah I am, so if i remove them, he won't get stuck?
Sorry, I'm a noob with all this stuff TT~TT Haha, gratz on the 123 post count btw. Lol EDIT: Ok, removing the mods fixed that issue, but now I'm wondering if there is a way to stop my character from getting stuck on trees/rocks/etc. |
it doesnt for me... mess around with the script a little to make it work for you.
|
I'm trying use Theri's script but I keep getting an error on the ALTUP line, flame all you want for my general lack
of know how in AutoIt but then at least point me in the right direction. I've already searched the AutoIt section of the forums and looked at several Tutorials and Guides for AutoIt and none of them seem to cover my error. Here's what it looks like; Spoiler:
|
I'm not at home now and most my scripts are on my external drive. I see you fixed the missing bracket. For the other problem I probably forgot to include a line, I'll post up when I figure out what I forgot.
edit: Add Code:
#include <WinAPI.au3> |
I get an error on line 27, it says its an unknown function name?
I used Theri's script on the first page, any suggestions? |
.. Read the post above you.
|
Lmao
|
quick question: i've made autoit scripts for past nexon events, and was wondering how u get the hotkeys to work in mabi. i used 2 example script from the help files.
HotKeySet("{TAB}", "TogglePause") HotKeySet("{-}", "Terminate") they'll only work if i alt+tab outside of mabi ... feels like mabi blocks me from using hotkeys while in game?? edit: any good idea on how to get bot to buy more fireworks after they fired them all. currently i have to manually buy 6 stacks everytime, so i afk only 3 hours...ish...before they run outta fireworks |
@superwrong266
See my version of clouds bot for a working example of how to make hotkeys that work with the mabinogi client as your active window. for the second part, pixel/image search and mouseclicks to buy what you want. |
A little bump to the thread. My version of the bot has been updated a few times to fix some errors as pointed out to me in private messages. Should be working fine now.
|
The bot runs perfectly fine, except it doesn't pickup gold. Why does this happen? I've taken my own images correctly. I have disabled the UAC on Vista as well.
|
I know the scripts posted here are using png file formats, I personally find bmp to be a better choice for this. Id suggesting taking new screen shots, cutting out a new "gold" image and saving it as a bmp. Then I'd test it and tweak the tolerance setting till it starts picking up gold.
|
srry im a noob but how do u start it?
EDIT:nvm but i get an error about fomor ill post the error when i get it again ---------------------------------------------------------------------------------------------------- i get error Line 33 (File "C:\Program Files\AutoIt3\ImageSearch.au3"): $result= _ImageSearch("fomor.png",1,$x,$y,100) $result= ^ ERROR ERROR: Unknown function name ------------------------------------------------------------------------------------------------- EDIT2: fixed |
Quote:
Edit: im going to use the bot to prof until i get a reply |
Code:
$result = _ImageSearch("Fomor.png",1,$x,$y,100) |
i got it to pick up gold and fomor scrolls but it doesnt always pick it up.
|
Is it possible to use the function MouseTrap() to trap the mouse into a certain resolution? (Ex: 800x600 inside of a screen that is much bigger)
Imagesearch tend to select the mobs that is farthest away. Usually on top. |
Nothing you can do about it in this script. Imagesearch isnt the one selecting the mobs, in this script it is only used to find fomor and gold to pick up.
|
Only problem that I had with this bot was dying. It was an easy fix of adding a few lines for image search to pick up on and placing the proper images in the same folder as the .exe (I haven't had any problems running it as an exe)
Just get a picture of the "Revive right here" button and a picture of the "OK" confirmation button. Code:
$result = _ImageSearch("Revive.png",1,$x,$y,100) |
So I've been trying to find out how to actually use a bot and yes I've read the manual's but I still don't get what to do can anyone make a video on how to use a bot from the very beggining or something?
|
How to write/use a bot:
[Only registered and activated users can see links. Click Here To Register...] |
| All times are GMT +2. The time now is 07:42. |
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.