Ok so I have a far superior broadband now compared to the one I had before but the login issues are still there? Is there any way to make the login more stable? Could it be due to my laptop?
You don't need to change any of the ips... you simply need to use a loader using the hamachi/external ip for your own computer and the ports you set the proxy to use (by default game server is 5000, login ports 5001 or 5002 depending on server groups)Quote:
do i need to change anything else but there authIP in order to connect to the Capricorn server .
shit yeah i know that but i dident know that i dont need to change the ips .Quote:
You don't need to change any of the ips... you simply need to use a loader using the hamachi/external ip for your own computer and the ports you set the proxy to use (by default game server is 5000, login ports 5001 or 5002 depending on server groups)
Quote:
case "/addrespawn":
{
Coord Z = new Coord();
Z.X = ushort.Parse(Cmd[1]);
Z.Y = ushort.Parse(Cmd[2]);
if (Calculations.ValidDmap(C.StaticMap, Z.X, Z.Y))
{
Console.WriteLine("Valid Coord!");
C.InGoTo = true;
C.To = Z;
}
else
Console.WriteLine("invalid Coord!");
break;
whats wrongQuote:
private static void RandomJump(Client C)
{
Mob M = GetClosestMonster(C);
Items.GroundItem moneyloot2 = GetClosestItemz(C);
if (M == null)
{
if (Calculations.ValidDmap(C.StaticMap, C.To.X, C.To.Y))
{
Packets.CliJump(C.To.X, C.To.Y, 156, C);
Packets.Jump(C, C.To.X, C.To.Y, 137);
C.X = C.To.X;
C.Y = C.To.Y;
C.UpdatedX = C.To.X;
C.UpdatedY = C.To.Y;
Calculations.UpdateLocal(C);
System.Threading.Thread.Sleep(800);
C.LastJump = DateTime.Now;
}
Why not read the entire packet/botting/proxy sticky that I wrote?Quote:
pro4never...
im delphi programmer, i know that what i know is not soo much for a proxy...
but i wanna make it work on conquest(BR), can you just give me good links where i can learn about packets, enc/decry, to change what i need to work on CO(br)
thks for everything
The real question is what's right.Quote:
Help here , whats wrong!??!?!?!
whats wrong
That's why im wanting to post some tutorials etc.Quote:
We need tutorials , codes , solutions
Isnt this a OPEN SOURCE thread? Why the hell am I the only willing to release my code here?
We need to unite to make things better
If it wasnt p4n releasing his proxy source , no one would be working on it. Im pretty sure the more people working on a code solution , the better the bot will be
Dont call me leecher , read the **ucking thread I developed my own code ( even I being a damn noob at C ).
Are we bringing this proxy to a new level or everyone wanna keep your own "broken code" to yourselves?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
1k [URL=http://img163.imageshack.us/i/82204558.png/][IMG]http://img163.imageshack.us/img163/8207/82204558.png[/IMG][/URL] Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL] 2k Coming soon, its at 1.6k atm.