Umm dc issues related to attacking means you are not using my coding. I removed ALL botting functionality from the proxy. if you are getting dc'd it means YOU (or whoever you got your code from) coded things wrong and it's causing you to get kicked off the server.
Examples of problems would be.
-Attacking a mob out of range
-Attacking too fast
-Using wrong coords for self (Ie saying you are at 400 500 when you're at 500 400 or w/e in the attack packet)
-Attacking with an invalid type
-Attacking an invalid mob/doesn't exist.
I know why things go wrong in the proxy, I just never had any desire to really fully stabilize things. If I was releasing more stuff it would just be examples (IE: there's a user interface, it has a few buttons! You can use them to learn how to code your own UI into the proxy) or 'it has some hunting functionality! This is some ideas on how to handle looting/hunting/mining" but it wouldn't be some full ready to use bot that is coded perfectly. just ideas for people to base stuff off.
Sounds like you aren't directing the connections to the proxy... You can't already be logged in. You have to use a loader to direct your client to connect to your own computer on the proxy ports (by default 5000/5001/5002 but you can change them in program.cs) and then log in using the conquerloader or w/e.
It has to handle ALL connection aspects between you and the conquer servers or it will not work.
That and the database is not used at all in the base version I posted.
You need to use conquerloader or some similar program to change what conquer is connecting to to force it to connect to your own computer (IE: The proxy).
The sql/navicat/database does NOTHING currently. It's not being used by the proxy for anything.
You need to use visual studio or some C# editor to edit the project files. You have to actually BUILD IT before it creates a new .exe for you to run. You cannot just open the .cs files in notepad and have it work...
You also need to download conquerloader from this site and edit the settings to connect back to the proxy and use that instead.
You are simply not doing this right.
What is it you're looking to learn? I sometimes do a bit of coding/guiding for cash.
Hello guys, i'm using path record(activepath), i just created an index and make the bot go in the coord, try get closestmonster, atack and back to the coord of path that the character was and sometimes coz he is finding closestmonster he stay very far from the original and if i make he jump to there will dc, then i created this function just to make he come jumping 3 by 3... well, i know that it's not a really good function yet, but works fine... i got something from here and from caio_bola or kimbola, dont remember...now just trying to help others =)...
Conquest monster name offset it's this...
Quote:
Mob M = new Mob(UID, Mesh, ReadUInt16(Data, 80), ReadUInt16(Data, 82), Client.Map);
M.Dir = Data[84];
M.Name = ReadString(Data, 209, ReadByte(Data, 208));//209 name / 208 lenght
If someone need a path record bot i can help =) my path recording func its working good(not best but good)
I have it saved with no errors but how do I use /record because when I type /record and jump to a spot then another spot etc then hit /record to stop recording then hit /hunt my char just stands there and does not move in the path that I tried to set???
I have it saved with no errors but how do I use /record because when I type /record and jump to a spot then another spot etc then hit /record to stop recording then hit /hunt my char just stands there and does not move in the path that I tried to set???
When you type /record and you jump, it actually adds the poses to C.activepath, but it won't show that it did.
So ill make a mini-tut on how to add that.
First of do the following:
Code:
Open up Packet->Handler.cs in your Visual C#
Then we want to find the point that it records the point as example if we jump. So we search for..
Code:
Client.ActivePath.Points.Add
You should find something like this..
Code:
if (Client.Recording)
{
if (Client.Hunting)
{
Client.Hunting = false;
Handler.Chat(Client, "Do not record while hunting! Stopped bot", 2011);
}
ushort PID = (ushort)(Client.ActivePath.Points.Count);
Client.ActivePath.Points.Add(new _Point(PID, Handler.MakeCoord(ToX, ToY)));
}
I have it saved with no errors but how do I use /record because when I type /record and jump to a spot then another spot etc then hit /record to stop recording then hit /hunt my char just stands there and does not move in the path that I tried to set???
No, sorry. This code is for you come more near, look... the code..
this will make u come to your position... if you are far from then and come jumping 3by3 to the position... its like a code to see if your jump will be so long, then he comes just jumping 3by3 until come more near to can jump without dc...
Path Record Idea:
Will show you how i made the path record, im actually dont using the random jump fuction coz i dont like cant control where my char is going...
Let's see the idea first:
1. You hit "/record"
2. then you jump in this coords
Quote:
1. 10, 10
2. 20, 20
3. 30, 30
4. 40, 40
5. 50, 50
3. you hit "/record" now, then the alchemy save it for you on the array of path...
What to do now? we are in the 5. coords(the 50, 50)
we need to start jumping back from the end to the begin...(5.;4.;3.;2.;1.).
let's get the last coord of the path that we recorded...
Quote:
C.ActivePath.Points.Count // this show us how many points we have on the activepath
we need to get the last point in the record first, but it's an array then we need an Index to get the point of activepath...
Quote:
int pathIndex;
pathIndex = C.ActivePath.Points.Count - 1;
" - 1" coz we have 5 counts but the index start from "0" the index of the coords will be (1. 10,10) = 0 ; (2. 20,20) = 1 ........ (5. 50,50) = 4 in my case pathIndex will be 4;
Now i get this last coord that i recorded the (50,50) using the index to find in the array of pathpoints..
now i jump in this pathX, pathY see if has some closestMonster, if no, then i dec the pathIndex
Quote:
pathIndex--;
until i be in the pathIndex = 0, then i back jumping until the pathIndex be = ActivePath.Points.Count - 1;
try to work now... try to do you logic...
keep in mind that you need to jump in the path...see if there is a monster near you, if has, you need to jump to him, attack him, then back to the last path that you was...
if you dont get it working... or get so many difficults i can post my code... but it's not good right now... it's more complicated that need to be... but worked for 3H in my warrior without get DC or stop...
[RELEASE(SOURCE CODE)]-- KabBOT2 v1 Full Source(vb6) 10/07/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 106 Replies I've been meaning to post this for awhile but I pretty much forgot about it. I've been getting quite a few requests for it so I decided to finally get around to posting it.
#1. So here you go, Just have or Download Visual Basic 6, you need to update it to VbRuntime 6 Service Pack 6.
#2. Run the file name KabBOT.vbp.
#3. Enjoy.
100% Virus Free VirusTotal.com report.
VirusTotal - Free Online Virus, Malware and URL Scanner
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code 02/13/2011 - AutoIt - 6 Replies Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein.
Funktionsweise:
1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken
2. in meinem Programm auf "Code generieren" klicken
3. In euer Scite gehen und einfügen
Hier ist der Source Code vom Programm: