Conquer online bot

12/20/2013 11:56 The-Dreamer#1
Hey ,
I'm making a bot for realco patch 5826 .. latest patch

i'm facing some problems and i want to know the reason

1 - it disconnects after 30 sec of hunting

2 - The jump type [137] doesn't work but 156 works !

Sorry for bad english and thanks for helping
12/20/2013 21:59 pro4never#2
137 does not display the jump client side. There are workarounds for that but generally you want to use shift or set location to update the client location.


Disconnection could be antibot checks not being removed or it could be invalid packets being sent to the server. Make sure your jumps are only going to random location and that they are always close enough to be valid. Any invalid locations can quickly disconnect you.

As a test, write a script to just jump back and forth between two points (with a slow speed say 1500 ms) and see if that remains stable. If it does then you know it's your bot logic that's disconnecting you. Invalid actions, moving too fast, etc.
12/28/2013 11:51 demon17#3
Quote:
Originally Posted by pro4never View Post
137 does not display the jump client side. There are workarounds for that but generally you want to use shift or set location to update the client location.


Disconnection could be antibot checks not being removed or it could be invalid packets being sent to the server. Make sure your jumps are only going to random location and that they are always close enough to be valid. Any invalid locations can quickly disconnect you.

As a test, write a script to just jump back and forth between two points (with a slow speed say 1500 ms) and see if that remains stable. If it does then you know it's your bot logic that's disconnecting you. Invalid actions, moving too fast, etc.
Or could be "invalid distance" or he try to jump in a spot where actually cant.
I remember old times when you shared the Alchemy I had this kind of problems at begins but after some help what I got from you and Olea worked fine that time for over half year. I miss that project:)