Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 19:45

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

Advertisement



[Lands Of The Forgotten Release] Pull Back

Discussion on [Lands Of The Forgotten Release] Pull Back within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old 09/08/2009, 04:24   #16
 
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
You're both ignorant, arrogant, annoying, stupid, and wrong.

Yes that means both of you.
Holy ****.
_tao4229_ is offline  
Old 09/08/2009, 05:15   #17
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Ouch
hunterman01 is offline  
Old 09/08/2009, 15:11   #18
 
elite*gold: 0
Join Date: Sep 2009
Posts: 26
Received Thanks: 0
Quote:
Originally Posted by Zion~ View Post
Incorrect usage, yes pull backs can stop you from trying to jump disconnect.
But they where actually made too stop speed hackers.

Your code is incomplete I believe.
You dont even know why its "incomplete".
Quote:
Originally Posted by Empty Project View Post
Incomplete? How so? It works perfectly fine...

Reads the distance between the previous step and the new step, If too great it will pull you back. To tell you the truth this was created for the very purpose of stopping people for disconnecting. Show your code and tell me your purpose, I can speed perfectly fine on a server with pullback. This pullback has nothing to do with speeding, It does not calculate how fast they are going but how far they are going in one single jump. So in fact, Your definition of pull back is incorrect.
Indeed Zion was right...it is incomplete but he doesnt really know why its incomplete.
Quote:
Originally Posted by Empty Project View Post
Code:
                                        if (MyMath.PointDistance(PrevX, PrevY, NewX, NewY) > 15)
                                        {
                                            MyChar.Teleport(MyChar.LocMap, MyChar.LocX, MyChar.LocY);
                                            SendPacket(General.MyPackets.SendMsg(MessageId,"SYSTEM", MyChar.Name, "PullBack!", 2011);
[B]retrun;
In case 133: 

search for 

Code:
ushort NewY = (ushort)((Data[0xf] << 8) + Data[0xe]);
Directly under that insert this code
//this way your server won't still change the LocX and LocY of the client. }
You may also edit the > 15, The 15 is how many spaces between the previous step and the next step.

[/b]

Brought to you by Empty Project Forums
Ready...now it is Complete.
ftplayer is offline  
Old 09/08/2009, 15:51   #19
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
The script I use is better, this is incomplete, you can still use Cheat Engine >_>.
I didn't code mine so won't release it.
Basser is offline  
Old 09/08/2009, 16:07   #20
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
Code:
ushort nx = ... 

if(PointDistance(Client.Entity.Location.X, Client.Entity.Location.Y, nx, ny) > 15) {
	Teleport(Client.Entity.Location.Map.ID, Client.Entity.Location.X, Client.Entity.Location.Y);
	Client.SendMessage("[PULLBACK: Jump too far]", ChatType.Center);
	return;
}
nx/y = new x/y
ox/y = old x/y

You're comparing the nx, ny and ox, oy that you get from packets; One could just spoof the coordinates so it would fit your code. Instead of that you should check the nx and ny from the packet and ox and oy from your clients location.
tanelipe is offline  
Old 09/10/2009, 21:09   #21
 
elite*gold: 0
Join Date: Sep 2009
Posts: 249
Received Thanks: 17
#request close
Empty Project is offline  
Old 09/10/2009, 22:01   #22
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
#Closed
_Emme_ is offline  
Closed Thread


Similar Threads Similar Threads
[Lands Of The Forgotten Release] Backsword & Bracelet Fix
09/10/2009 - CO2 PServer Guides & Releases - 24 Replies
#request Close.
New Private Server [Lands Of The Forgotten]
05/20/2008 - Conquer Online 2 - 5 Replies
The private server we know as CoEstX is restarting ! The server is known as : Lands Of The Forgotten (CO testserver) Website url : Lands of the Forgotten Drop rates : Very High and Developed Exp rates : 25 x Max level : 135



All times are GMT +2. The time now is 19:45.


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.