Could you please make this work for Insanity Flyff? I would even be willing to pay for it!! thanks!!
The source has been added...you can make your own version (using Autoit tools) or ask a member to do it...It is simple to do it even for a person (like me) who have basic knowledge in autoit programming.
Good luck and I remain at your disposal for further questions...
Do I need to response to your comment dude?? I released a FREE bot and as I want to share it with other people (not with you obviously) I released the source...It is so stupid to ask people not to pay when I added the source or maybe you are trying to be funny, anyway...
Really appreciate your efforts in making this bot and it's good and works fine, it's just that some idiots who probably cant even create a new folder doesn't know how to use it, it is a good bot for a FREE version so if any of u ******** who doesn't like it go get another bot that requires you to pay money for it.. Just one thing I didn't like in this bot and that is it attacks very distant mobs instead the ones that are close by, it killed me 3 times because it attacked a mob higher level than me.
Really appreciate your efforts in making this bot and it's good and works fine, it's just that some idiots who probably cant even create a new folder doesn't know how to use it, it is a good bot for a FREE version so if any of u assholes who doesn't like it go get another bot that requires you to pay money for it.. Just one thing I didn't like in this bot and that is it attacks very distant mobs instead the ones that are close by, it killed me 3 times because it attacked a mob higher level than me.
I appereciate your comments! Well, my intention was not to make a perfect bot but a working one, as you can see in the source code that is not enhanced and can be improved...(this is not what you said but I say it in case someone else comes and accuse me to release a "bad" source code!)
Well, for attacking mobs, you can use the [+] button on the navigator in order to have only some mobs near you (especially when you are crowded like in azria).
Another option, is to modify the x & y values of the search rectangle in order to get a small area around the char.
You can see that I make the area bigger and bigger if we don't find a mob (a1_new, a1_new_new ...) => you can give the same value to all of them so the area doesn't change or just add a little pixels.
Another simple option is to deactivate the function that changes the search area by commenting it in the main function;
Change this :
Code:
If $active = 1 Then; if program is active, do...
If $search = 1 Then; if search is active, do...
refreshSearch() ; make search area bigger if no mob found in the navigator
To this:
Code:
If $active = 1 Then; if program is active, do...
If $search = 1 Then; if search is active, do...
;refreshSearch() ; make search area bigger if no mob found in the navigator
For some reason the bot will select a target, then throw the "bad target" error and unselect it all the time.
Im now using the PixelChecksum method on the Element icon and check for changes to see if the mob is alive. Anything else wouldnt work for me on insanity flyff.
please help me too it says bad target everytime i use it please helpppp
i appreciate the bot its almost perfect but please a little help here about the
bad target thing please... :'(
please help me too it says bad target everytime i use it please helpppp
i appreciate the bot its almost perfect but please a little help here about the
bad target thing please... :'(
he only kills those who are in front of him. Would put to kill those who are around?
Basically, it searches mobs in the navigator so there is no direction to take..I will check this tomorrow maybe coz I am busy at making a new pixel bot right now
I wish but it if everyone asks me to make a bot for a special private server, it will be too much work as every client is different from the others except the official clients that are almost the same!
The coming release will only use the actual interface of official servers. If I have some time I will make bots for some p servers...The source code is also released so some people may use it to make a bot for their p server
I just tried your bot and noticed one thing :
After i hit "pause" i can't resume the bot nor can i quit it -just nothing happens.
(if i try to quit it, before i pressed start, it works).