@calroc
sorry for the late answer, as
evanxxxm said this is a pixel based bot, and with only pixels I dont have a way to recognize when the durability is low.
(the messages from the system are not big enough to use them)
@crashoveride
=/ I just posted a picture on the previous page, here ill attach the image again but please when u have any questions try looking into the previous posts to see if your question was already answered
@Silent-Death
Comments are always welcome and you are not offending me at all.
I'll try to answer some of your doubts.
1.- It doesnt have a right cilck function:
No, I made this just for learning purpose (as I have said in previous posts) with my only char (a trojan).
Since the first day I posted the bot, I also posted the code and I said I was willing to answer questions about the code (all this on post#1) so anyone would be able to modify it, and Im even working on a AutoHotKey tutorial so nobody can say they dont know how.
So far only one person took the code of KIRA1 and made one version for taos called KiraZ, I dont know if it works okay but that's the idea, that other ppl can take these codes and start working on them.
2.- It doesnt jump:
I didnt make it to jump and I dont understand why u wanna jump but you can do it by adding this to the code:
Code:
Send, {Control down};add this before the click
Click left, %rposx%, %rposy%
Send, {Control up};and this after the click
You could have asked me for the solution before sticking a coin into the ctrl key lol
3.- Is a bit slow:
As i said before it works very good for me (not only "it does kinda work") and I guess is because I know exactly how to configure it. You are right that even when hitting a monster the bot will recalculate but since it already made click it will keep killing while recalculating.
If the bot run slow for you or for anyone there are a few changes
on the code that can make them faster.
a) remove one of the areas, leave only area 2 and 3
b) increase the variation of the color (not recommended)
c) remove some resolution variables and write them as constants
So if anyone is willing to take the code and modify it and release a new version just go ahead.
So, if you want to read the code to make any modifications I'll be here to answer any questions about how it works or what a line of code does.
(both KIRA1-AutoIt or KIRA2-AutoHotKey)
And you can also keep on eye on my
[Only registered and activated users can see links. Click Here To Register...] for samples and explanations.
:D