Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 04:03

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

Advertisement



Evolution [An unfinished bot project]

Discussion on Evolution [An unfinished bot project] within the CO2 Programming forum part of the Conquer Online 2 category.

Closed Thread
 
Old 08/01/2012, 11:48   #16
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
It give me disconnect after 5 mins.. of hunting
metallica556 is offline  
Old 08/01/2012, 19:29   #17
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by exbobexbobex View Post
still no progress. when i click start on the program after build, its says end with zero or something
You are not providing any useful information about the problem so... How am i supposed to help you


Quote:
Originally Posted by metallica556 View Post
It give me disconnect after 5 mins.. of hunting
This isn't a compile and run/ready to use Bot you gotta edit it to suit your needs and that's the idea of releasing the source code...

However the default setting for the hunt thread are way too fast atm and the faster it moves the faster it will disconnect

Evolution.dll -> Client.cpp -> HuntThread -> And change the sleep time to something like 100 this will make it a little bit slower but will reduce the disconnecting chance a lot
{ Angelius } is offline  
Thanks
1 User
Old 08/01/2012, 19:54   #18
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
oh thank you so much !

o yeah and one more thing. how can i make it to do not pick up gold ? and pick up what i want?

hey man i raise the sleep time at 150->> still disconnect. at 250->> still disconnect. 350 ->> still disconnect. what can i do?

Quote:
Originally Posted by { Angelius } View Post
You are not providing any useful information about the problem so... How am i supposed to help you




This isn't a compile and run/ready to use Bot you gotta edit it to suit your needs and that's the idea of releasing the source code...

However the default setting for the hunt thread are way too fast atm and the faster it moves the faster it will disconnect

Evolution.dll -> Client.cpp -> HuntThread -> And change the sleep time to something like 100 this will make it a little bit slower but will reduce the disconnecting chance a lot
i changed it. aand nothing. still gives me disconnect
metallica556 is offline  
Old 08/01/2012, 22:19   #19
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by metallica556 View Post
oh thank you so much !

o yeah and one more thing. how can i make it to do not pick up gold ? and pick up what i want?

hey man i raise the sleep time at 150->> still disconnect. at 250->> still disconnect. 350 ->> still disconnect. what can i do?
Evolution.dll -> Client.cpp -> HandleServerPacket -> case 1101 ->

if (ID == 1090020 && !PickGold) return; or if (ID == 1090020) return;


And about the disconnecting thing... are you sure you are setting the start/end points before hunting
{ Angelius } is offline  
Old 08/01/2012, 22:20   #20
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by { Angelius } View Post
Evolution.dll -> Client.cpp -> HandleServerPacket -> case 1101 ->

if (ID == 1090020 && !PickGold) return; or if (ID == 1090020) return;


And about the disconnecting thing... are you sure you are setting the start/end points before hunting
hmmm i didn't, how can i do that . (sorry for my question but i never used a bot like this before) and if i change something in the evolution.dll it may not take effect. cuz after i change nothing happend
metallica556 is offline  
Old 08/02/2012, 05:43   #21
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Just look through the source for startpoint and endpoint.
Obvious question but gotta ask, Have you been building and debugging it?
corbit15 is offline  
Old 08/02/2012, 10:23   #22
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by corbit15 View Post
Just look through the source for startpoint and endpoint.
Obvious question but gotta ask, Have you been building and debugging it?
yes i build it and debug it just like in the video . but i don't know how to set up my own setting .
metallica556 is offline  
Old 08/02/2012, 11:41   #23
 
elite*gold: 0
Join Date: Jul 2011
Posts: 161
Received Thanks: 6
work on last patch?
anonim95 is offline  
Old 08/02/2012, 12:18   #24
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by anonim95 View Post
work on last patch?
yea . but i have some problems with disconnecting and pick ups

Can anyone help me ? . this is my problem. I do everything on that video says . but when i start tu hunt it gives me disconnect in 1-2 mins. I tried to chage the sleep time but nothing . i think i do somoething worng here . because every time when i try to change something in evolution.dll. it not take any effect. so... my question is : Can anyone exaplain me step by step how can i repair the problem with disconnecting and how can i make bot to not pick up gold? . thanks
metallica556 is offline  
Old 08/02/2012, 16:12   #25
 
elite*gold: 0
Join Date: Jul 2011
Posts: 161
Received Thanks: 6
i followed tutorial,console is appeared and when i click start new button nothing hapened just exit.Why?What is wrong?
anonim95 is offline  
Old 08/02/2012, 20:04   #26
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by anonim95 View Post
i followed tutorial,console is appeared and when i click start new button nothing hapened just exit.Why?What is wrong?
you have to move your conquer folder in E partition and rename it to Conquer online 2. just like it says in the description
metallica556 is offline  
Old 08/02/2012, 20:04   #27
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by anonim95 View Post
work on last patch?
Yes it does

Quote:
Originally Posted by metallica556 View Post
yea . but i have some problems with disconnecting and pick ups

Can anyone help me ? . this is my problem. I do everything on that video says . but when i start tu hunt it gives me disconnect in 1-2 mins. I tried to chage the sleep time but nothing . i think i do somoething worng here . because every time when i try to change something in evolution.dll. it not take any effect. so... my question is : Can anyone exaplain me step by step how can i repair the problem with disconnecting and how can i make bot to not pick up gold? . thanks
Quote:
Originally Posted by anonim95 View Post
i followed tutorial,console is appeared and when i click start new button nothing hapened just exit.Why?What is wrong?
Do the changes you wanna make to Evolution.dll -> rebuild the project -> copying Evolution.dll into system32/SysWOW64 again

I'm sorry but if you don't know how to use it then probably you should learn some C++ first..
{ Angelius } is offline  
Old 08/02/2012, 20:37   #28
 
metallica556's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by { Angelius } View Post
Yes it does





Do the changes you wanna make to Evolution.dll -> rebuild the project -> copying Evolution.dll into system32/SysWOW64 again

I'm sorry but if you don't know how to use it then probably you should learn some C++ first..
thank you . and sorry for disturbinf you
metallica556 is offline  
Old 08/03/2012, 09:09   #29
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
Nice but C++ so not for me
denominator is offline  
Old 08/03/2012, 10:40   #30
 
Silent-Death's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 1,055
Received Thanks: 296
Q: Can you even pass the botcheck without getting restricted without an emulator?
Silent-Death is offline  
Closed Thread


Similar Threads Similar Threads
Project-Evolution News:
12/30/2012 - Conquer Online 2 - 10 Replies
The server is now official Private it will not be a Public Server Anymore... Sorry it was not my choice 2 GMs voted for making it a Public Server. And 4 GMs voted for making it Private Realy srry guys it hurts to say P.S: maybe i can try to change the choice from the GMs to make it public but i dont take so
[REQUEST] Project-Evolution NEEDS A CLIENT HELP!
07/26/2008 - Conquer Online 2 - 2 Replies
TOPIC CAN BE DELETED ITS FIXED!
Join Project-Evolution
07/18/2008 - Conquer Online 2 - 15 Replies
I Didn't Make it .. #EvolutioN made the Server Credits to him I'm just a GM Add me [email protected] for info or just keep #EvolutioN Threads I'm 1 of the GMs in Project-Evolution How to Connect: Download this Client: MEGAUPLOAD - The leading online storage and file delivery service Then when you have downloaded it you must change the IP in Server.dat to 84.25.90.214 When you did that you can login with your created account you made at create-accont.tk When there is a White...
Movie List Project-Evolution.
07/17/2008 - Conquer Online 2 - 20 Replies
Hello we made a little movie about the server its not a great movie but better something then nothing ^_^ And yes there are more movies coming soon please dont flame! YouTube - Project-EvolutioN Video 1
Project Evolution Is Searching Test!
07/17/2008 - Conquer Online 2 - 34 Replies
http://www.elitepvpers.com/forum/co2-main-discussio ns-questions/151273-project-evolution-news.html



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


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.