Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Archlord
You last visited: Today at 04:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Evolution Bot

Discussion on Evolution Bot within the Archlord forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
nigroangelus's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 152
Received Thanks: 221
Arrow Evolution Bot

new Version as shown below!




Hi all,
i begun to make my own Archlord Bot, which is still in progress.

If u like u may download it and try, maybe u got some further ideas or find bugs etc.
U are welcome to post.

The Source-Code is included to let u do what u like and even to keep it as an open souce.
Even if u wanna help to finish that Bot, pls send me a pm or post right here.


added english and german Guide to the Files List.


Camera rotate >> working

Autoloot >> working (hopefully works better now)

next Target >> workíng (Timer in milliseconds)

Check Target's HP >> working (will possess if 'next Target' is inactive)

Crafting >> working

Action Keys >> working (Timer is given in seconds)

Buff Keys >> working (Timer is given in seconds)

Lens Stoned Buffs >> working

Pet Usage >> working (will check if a pet is target and switch)


Resolution >> tested with 1024x768 & 1280x1024



note:
Coord Tool is needed to let the Bot get coordinates and color-codes.
Put this in the same directory where ur bot is located.

Some of ur suggestions i'm implementing, some i cannot realise, pls have a look for the next update, which will declare what have been changed.

i tried to fix the huge lagtime while checking keys etc, hopefully it works for u too, here it worked fine....
Attached Files
File Type: rar _old.rar (293.6 KB, 2406 views)
File Type: rar Evolution Bot [AL] (0.8.3.7).rar (1.17 MB, 2851 views)
File Type: rar Evolution Bot [AL] (0.8.3.8).rar (1.17 MB, 13056 views)
nigroangelus is offline  
Thanks
168 Users
Old 01/24/2008, 11:44   #2
 
Dzumara's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 13
can u make bot who wont target mobs which dont have full hp? couse all other bots atack all mobs so when u steal someones mob he will pk u everytime
Dzumara is offline  
Old 01/24/2008, 12:15   #3
 
elite*gold: 0
Join Date: Sep 2007
Posts: 207
Received Thanks: 24
Dosen't Autoit support mouse button 3??? because if it does just use mouseclick 3 to make camera rotation.
I have a verry good working bot made on qmacro and it has autollot, camera change, ransaking/skining/carving/, auto weapon switch, and it dosen't uses timers it just detects when every skill is rdy to use.
Eliberate is offline  
Old 01/24/2008, 13:57   #4
 
elite*gold: 0
Join Date: Nov 2007
Posts: 9
Received Thanks: 0
Eliberate can you post it your bot?
rysio101 is offline  
Old 01/24/2008, 15:01   #5
 
SatanicBible666's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 7
Received Thanks: 0
Well, seems good, nice work!
SatanicBible666 is offline  
Old 01/24/2008, 18:24   #6
 
nigroangelus's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 152
Received Thanks: 221
I will implement all other functions asap.
As above told, i still programming that one, but i thought to let u try it and maybe, if someone likes, work together on it.
Lastly i like to hear, what is needed and whats wrong.

@Eliberate:
It does, if u start the Bot and there is no monster in target it will use mid mouse to rotate once and try to target again.
I did it that way, because of many different Windoof XP-styles and resolutions.

@Dzumara:
i can let it do so, give me a little time to figure out how to let it work on different machines, like above i told.
nigroangelus is offline  
Old 01/24/2008, 18:33   #7
 
elite*gold: 0
Join Date: Jan 2008
Posts: 457
Received Thanks: 32
rotate is easy, i have it in my bot( still **** atm )

after Send("{TAB") just put
Send("{LEFT}")
it taps left turning the camera
iamabot is offline  
Old 01/24/2008, 18:37   #8
 
elite*gold: 0
Join Date: Jan 2008
Posts: 457
Received Thanks: 32
also in the script
you use controlsend
this mean you can bot without it being in the main active window?
as long as HP bar in sight?
iamabot is offline  
Old 01/24/2008, 19:07   #9
 
nigroangelus's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 152
Received Thanks: 221
Quote:
Originally Posted by iamabot View Post
also in the script
you use controlsend
this mean you can bot without it being in the main active window?
as long as HP bar in sight?
You're right, i made it like this, because all other bots needed to be in front, but hey, while botting, i want to do something else of course.
nigroangelus is offline  
Old 01/24/2008, 20:48   #10
 
elite*gold: 0
Join Date: May 2005
Posts: 30
Received Thanks: 6
Tryed window mode 1024x768x32, 1280x1024x32 and fullscreen. Highest graphic mode and the middle one. Each try the same result:

"Could not find X/Y Coords for mob healthbar ..."
mithandir is offline  
Thanks
2 Users
Old 01/24/2008, 21:24   #11
 
nigroangelus's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 152
Received Thanks: 221
@mithandir:
Hm, thats bad .. could u pls gimme a screenshot of ur whole desktop, if this happens? (i need to see only the appearance of the AL window)

to explain, what it does ..
$coord = PixelSearch(*X*400, *Y*0, *WIDTH*600, *HEIGHT*100, *COLOR*0xA32728)
If Not @error Then $msg = MsgBox(*Ok*)
Else $msg = MsgBox(*coords missing*)

It searches in the defined rectangle for exatcly colorcode, i use 1280x1024/32BPP resolution, but it also works within others.

>> Oh and btw, it tries to target a mob, if there's noone, the error occours! <<
nigroangelus is offline  
Old 01/24/2008, 21:28   #12
 
nigroangelus's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 152
Received Thanks: 221
Quote:
Originally Posted by nigroangelus View Post
@mithandir:
Another Idea, i load up that tool to claim coords here, if u use it and hower ur mouse pointer over the monsters health bar, which is selected, u should see in the AU3Info-Tool on Tab 'Mouse' its location and maybe a different color.
Its what i need.

Attached Files
File Type: rar Au3Info.rar (52.8 KB, 272 views)
nigroangelus is offline  
Thanks
1 User
Old 01/25/2008, 04:14   #13
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1
Received Thanks: 0
I would really enjoy a bot with more than just the first bar because my chantra buffs are on my second bar! its a pain in the ***

please add that? =)
bilkins11 is offline  
Old 01/25/2008, 10:18   #14
 
elite*gold: 0
Join Date: May 2005
Posts: 30
Received Thanks: 6
I will try another color code i found: 0xE74942

just downloading autoit and then try to fix it myself
mithandir is offline  
Old 01/25/2008, 11:11   #15
 
elite*gold: 0
Join Date: May 2005
Posts: 30
Received Thanks: 6
Ok i got it working finally:

I replaced each old native color i found with the local variable:

$colorCode = 0xA52829
mithandir is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
[Mod] Evolution
06/01/2010 - WarRock Guides, Tutorials & Modifications - 13 Replies
Hey, hier stelle ich euch meinen zweiten Mod zur verfügung. Screens: Lobby: Login: http://www.fotos-hochladen.net/screenshot784y0w5c ero.jpg
[317] Evolution Pro 24/7
03/16/2010 - Private Server - 1 Replies
http://www.runelocus.com/tools/statusimg.php?ip=Ev olutionpro.no-ip.biz&port=43594 http://i41.tinypic.com/1pf81f.gif DOWNLOAD CLIENT: Www.EvoProClient.Tk http://i43.tinypic.com/s3g9c2.png http://i39.tinypic.com/72wppt.png http://i30.tinypic.com/2ykxl44.jpg Owner: Chase http://i30.tinypic.com/2ykxl44.jpg Co-Owner: Available http://i30.tinypic.com/2ykxl44.jpg Head Admin: Available http://i30.tinypic.com/2ykxl44.jpg Admin: Available http://i34.tinypic.com/125kv1u.jpg Head Moderator:...
[Tut] GC-Evolution set-up
09/19/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 23 Replies
This is my first tut that i have written. I will post pictures later. Please hit the "Thanks" button if this helped you. Okay first you will need an account http://69.162.77.212:8090/gcv2/paginas/Cadastro.p hp Second download the client http://www.gbro.com.br/Cliente_GC-Evolution.exe
Evolution Bot ?
03/21/2009 - Archlord - 0 Replies
I have download Evolution Bot when i start he attack but my pc make pIEEEP everytime .. what is wrong ? sry im german ..
evolution bot
04/19/2008 - Archlord - 0 Replies
do any1 knows how to configure evolution bot ?? because ive tried couple times but still dunno what i am doing wrong;/



All times are GMT +2. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2023 elitepvpers All Rights Reserved.