KIRA2 bot

05/11/2007 23:12 hieitk#241
@Silent-Death
nice :D +k lol

@eyemerald
El arhivo es de unos 200k asi que seguramente hay un problema en la descarga.
Si usas un administrador de descargar porfavor intenta descargando solo con Internet Explorer.
Si no estas usando administrador de descargas entonces intenta usando uno de los links opcionales.

Espero te sirva ^^
05/12/2007 19:06 Simetro#242
if we need few hits to kill monster.. will it hit monster till it dies or it will hit only once and go away?
05/12/2007 22:32 Silent-Death#243
it scans and hits closest target, looking after hp bar.. since there`s a hp bar next to you while you hit mob but it`s not dead yet.. do the maths.. it will hit till it kills..
it does search alot, and i did say it`s well thought but it`s slow... but.. it works :)
05/13/2007 05:07 lostorfound19#244
ok i have tried this program it works

but... i have been trying for a long time now to figuar out how it finds the pixel color. i am trying to make soem changes but it seems i am jsut a stupid noob and i have to beg for everything i get.

so... what i wanted to chage is:
~add an option to left or right click
~and 3rd color option for gold coins
~increase the speed that it looks and clicks


what i really wanted to do is make a program so that i could move around onmy own and just use the program to click on the monsters, and maybe pick up gold

i will continue to attempt but dont count on me to get anything right LOL after all... i am a noob begger :\
05/13/2007 05:35 hieitk#245
Quote:
Originally posted by lostorfound19@May 13 2007, 05:07
ok i have tried this program it works

but... i have been trying for a long time now to figuar out how it finds the pixel color. i am trying to make soem changes but it seems i am jsut a stupid noob and i have to beg for everything i get.

so... what i wanted to chage is:
~add an option to left or right click
~and 3rd color option for gold coins
~increase the speed that it looks and clicks


what i really wanted to do is make a program so that i could move around onmy own and just use the program to click on the monsters, and maybe pick up gold

i will continue to attempt but dont count on me to get anything right LOL after all... i am a noob begger :\
take a look at my [Only registered and activated users can see links. Click Here To Register...], maybe you can learn a bit from it.

Quick reference to pixel search function:
Code:
PixelSearch, coordX, coordY, minX, minY, maxX, maxY, 0x000000, 8, fast
coordX: output variable for the X coord where the pixel was found
coordY: output variable for the Y coord where the pixel was found
minX, minY, maxX, maxY: the area where the program should look for the pixel, between a minimal point (minX,minY) and a maximum point (maxX,maxY)
0x0000BD: the numeration of the color, monster's red hp bar
8: variation of the color, if 0 it will look only the exact color, if is too big it will look for similar colors too
fast: the type of search, fast (files top>bottom)|slow(columns left<right)
you can also add the option BGR here

Hope it helps, take a look at the picture I just made.
05/13/2007 14:26 RaZatA#246
Hi !

I haven't tried this bot atm, but I would like to ask you smtg.

Could you change it so it takes the command tokens ? Cauz I need to do some moon boxes :p.

Thanks :).
05/13/2007 15:09 -edu-#247
Bueno.como se que eres espaņol (al menos lo hablas) te preguntare como tendria que hacer exactamente para matar en el laberinto(2) solo la clase de los Bladeling y no los otros ( los de ataqu magico ) ? Si tienes timpo i puedes me explicas como poner el programa desde el principio
Si veo que me has ayudado bastante te dare karma :p
-Ty ^^
05/13/2007 15:51 HeLlFiGhTeR!#248
hi,
sry i am so noob i dont understand it...can anyone tell me how to start the bot...plz
if i start it with the "home"-button where is this button (omg im a real noob)
05/13/2007 21:08 Silent-Death#249
yes... you are.. and i am not gonna tell you where`s the home button.. try a search on google.com .. you might find there a picture.. or look deep in this thread.. you will find here too..
secondly .. the bot can not pick up tokens.. bcuz it pixel based.. it wont search for something that "looks like so" it will search for a combination of pixels..

@hieitk: give me a link for a good pixel based tutorial.. i have some things in my head that really need a sheet of paper..
05/13/2007 21:21 RaZatA#250
Quote:
Originally posted by Silent-Death@May 13 2007, 21:08
yes... you are.. and i am not gonna tell you where`s the home button.. try a search on google.com .. you might find there a picture.. or look deep in this thread.. you will find here too..
secondly .. the bot can not pick up tokens.. bcuz it pixel based.. it wont search for something that "looks like so" it will search for a combination of pixels..

@hieitk: give me a link for a good pixel based tutorial.. i have some things in my head that really need a sheet of paper..
Sorry for asking about the Tokens :/.

How come you can make it take the mets/dbs, but not the tokens :/ ?

I mean, is it TOTALLY impossible, or not ?
05/13/2007 22:10 hieitk#251
@RaZatA
sorry for the late answer, kinda busy lately =/
well, it can pick up mets and dbs because those are items with similar color on the whole item
Is not impossible to make it pick up tokens, one solution is to change the .dds file of tokens for purple color (for example), I wont have time today or tomorrow =/ maybe on tuesday I can look myself for the .dds file of tokens and upload a purple version xD

@-edu-
Antes de hablar del bot, si estas en laberinto dos has intentado ir a lab3? porque se pega mas daņo a los bird que a los bladeling y su ataque es casi el mismo, si eres 112+ probablemente recibas 1's de los birds en lab3 pero ganaras mas experiencia.
De todas formas si quieres quedarte en lab2 es cosa de escoger un spawn adecuado para echar a correr el bot, en muchos de los buenos spawn de lab2 se pasean warriors buscando bots para matarlos asi que te recomendaria el spawn que esta indicado en la imagen de mas abajo.
y sobre el karma, kedatelo

@HeLlFiGhTeR!
Take a look at the picture, this is the third time I post the image of the keyboard xD

@Silent-Death
I dont think there is a thing such a pixel tutorial, the AutoHotKey Help File has everything u need =/ at least I learned from it.
If you pm the idea I can send u a piece of code with the main structure.
05/14/2007 01:57 lostorfound19#252
Quote:
Originally posted by RaZatA+May 13 2007, 21:21--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (RaZatA @ May 13 2007, 21:21)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--Silent-Death@May 13 2007, 21:08
yes... you are.. and i am not gonna tell you where`s the home button.. try a search on google.com .. you might find there a picture.. or look deep in this thread.. you will find here too..
secondly .. the bot can not pick up tokens.. bcuz it pixel based.. it wont search for something that "looks like so" it will search for a combination of pixels..

@hieitk: give me a link for a good pixel based tutorial.. i have some things in my head that really need a sheet of paper..
Sorry for asking about the Tokens :/.

How come you can make it take the mets/dbs, but not the tokens :/ ?

I mean, is it TOTALLY impossible, or not ? [/b][/quote]
not at all man just change the color of the mets or dbs by clicking on a token

i have this bot picking up everything that is yellow because that is the color of the names and my char isnt in a guild so you can try that alos you just have to click on it perfectly.
05/14/2007 04:40 Biceps#253
when I press the home key to run the bot...I get the error message "please open ERROR before pressing the HOME key" anyone know what to do?
05/14/2007 05:19 hieitk#254
Quote:
Originally posted by Biceps@May 14 2007, 04:40
when I press the home key to run the bot...I get the error message "please open ERROR before pressing the HOME key" anyone know what to do?
lol, it should say please open [Conquer2.0] blablabla...

if it says ERROR where it should say [Conquer2.0] I bet the problem is that it cant find the settings.ini file.

KIRA2 come with a folder called [files], and inside that folder there's a file called [settings.ini] that is required to load a lof of info like colors, coords (settings in general) xD

so you have to keep the .exe and the folder togheter =P

hope that helps
05/14/2007 15:00 carmend#255
what is error window ( when i want it to srart)