Register for your free account! | Forgot your password?

You last visited: Today at 16:54

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

Advertisement



[PROBLEM] With Jump

Discussion on [PROBLEM] With Jump within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
[PROBLEM] With Jump

Ok im useing 5017 source and i dont know what i did but when players jump it looks like they are laging but they arnt any what can make that happen here is my Case 133:

HTML Code:
case 133:
                                    {
                                        if (MyChar.Mining)
                                            MyChar.Mining = false;

                                        SendPacket(Data);
                                        short PrevX = (short)((Data[0x11] << 8) + Data[0x10]);
                                        short PrevY = (short)((Data[0x13] << 8) + Data[0x12]);
                                        short NewX = (short)((Data[0xd] << 8) + Data[0xc]);
                                        short NewY = (short)((Data[0xf] << 8) + Data[0xe]);

                                        MyChar.Attacking = false;
                                        MyChar.TargetUID = 0;
                                        MyChar.MobTarget = null;
                                        MyChar.TGTarget = null;
                                        MyChar.PTarget = null;
                                        MyChar.SkillLooping = 0;
                                        MyChar.AtkType = 0;
                                        MyChar.PrevX = MyChar.LocX;
                                        MyChar.PrevY = MyChar.LocY;
                                        MyChar.LocX = (ushort)NewX;
                                        MyChar.LocY = (ushort)NewY;
                                        MyChar.Action = 100;

                                        World.SpawnMeToOthers(MyChar, true);
                                        World.SpawnOthersToMe(MyChar, true);
                                        World.PlayerMoves(MyChar, Data);
                                        World.SurroundNPCs(MyChar, true);
                                        World.SurroundMobs(MyChar, true);
                                        World.SurroundDroppedItems(MyChar, true);

                                        break;
                                    }
Pete1990 is offline  
Old 08/08/2009, 21:53   #2
 
elite*gold: 0
Join Date: Apr 2009
Posts: 354
Received Thanks: 105
like it looks like they speed? its heaven blessing
CoAttack is offline  
Old 08/08/2009, 22:49   #3
 
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
its not heavenly blessing cuz my sevrer doesnt even have heaven bless and it still look slike chars lagjump
TehPwnzor is offline  
Thanks
1 User
Old 08/08/2009, 22:58   #4
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
hmmm but heavenblessing isnt even on the chars and its still doing that i had same problem before its a database.cs problem i know that much
Pete1990 is offline  
Old 08/08/2009, 23:02   #5
 
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
it's lucky time
_tao4229_ is offline  
Old 08/08/2009, 23:21   #6
 
elite*gold: 0
Join Date: Apr 2009
Posts: 354
Received Thanks: 105
odd.

emmes HB causes it for me and most servers ive see

LT didnt >< :O how odd
CoAttack is offline  
Old 08/08/2009, 23:55   #7
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
it dont look like they are speedhacking it just lags and it just started and luckytime has always been in there
Pete1990 is offline  
Old 08/09/2009, 00:17   #8
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
Well even on original conquer there are ways that you jump and it looks like lag..
raidenx123 is offline  
Old 08/09/2009, 00:34   #9
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
Hmm i think it justs my pc laging becuse it only shows on the other person screen if it was a problemw ith jump it would show on ur screen to
Pete1990 is offline  
Old 08/09/2009, 00:36   #10
 
elite*gold: 0
Join Date: Apr 2009
Posts: 354
Received Thanks: 105
or they just have their client editeddd
CoAttack is offline  
Old 08/09/2009, 00:46   #11
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
no its happening on a non edit client my pc been laging so made thats the problem but anyway
#request close
Pete1990 is offline  
Old 08/09/2009, 01:56   #12
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
The likely problem that you are getting is in relation to spawning a character to someone's screen that doesn't need to have a spawn packet for that character sent.
I.E. On someone's screen you see a player jumping and then midjump they seem to appear to their jump location because the client thinks it is just now seeing that entity for the first time, so it re-spawns them on their next co-ords.

Hope that helped,
#Closed - by request
andyd123 is offline  
Thanks
1 User
Old 08/10/2009, 01:46   #13
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
[QUESTION] can someone help me fix my jump?

Ok im having a problem with JUMP it like laging but its not really lag can someone help me fix this?
Pete1990 is offline  
Old 08/10/2009, 01:50   #14
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
#Re-opened, thread starter has similar issue.
andyd123 is offline  
Thanks
1 User
Old 08/10/2009, 01:56   #15
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
Thanks someone think they can help me with this problem i cant seem to fix it idk what the problem is
Pete1990 is offline  
Reply


Similar Threads Similar Threads
[Mini-Release] Fix invaild jump problem
01/25/2011 - CO2 PServer Guides & Releases - 36 Replies
some ppl have problems with invaild jump, its annoying and when u are transformed into a divine hare u can't jump with it just replace ur jump.cs with this one using System; using System.Collections.Generic; using System.Linq;
[INFO] Jump over the guild gate and wall problem
08/16/2009 - CO2 Private Server - 8 Replies
Yeah.. how to fix that since i tried to disable the coordinates but that doesnt work either.
[Help] Problem with jump
01/14/2009 - CO2 Private Server - 1 Replies
Hi all. I´ve some problem with the jump in my private server useing Power Source Co. When i dont equip weapons i jump like the new jump style. But when i equip the weapons, my character jump so slow. Can someone help me. Thanks!
wall jump problem
01/01/2009 - Conquer Online 2 - 3 Replies
Hi...does anybody knows or can teach me how to edit the conquer.exe in order make a wall jump and please explain it to me...xD if ever there is a link please post...ty
[Exploit] Jump through the ground and move whereever you want then jump back
06/28/2008 - General Gaming Releases - 7 Replies
Hai, in my effort to try and contribute to this amazing place =) This can work like a teleport in getting you almost any place you want to go. It requires no addons/bots/programs, its built in nicly in age of conan Here is how you do it : Simply type : /minion_falling_down Voila you fall through and can move wherever you want to go



All times are GMT +2. The time now is 16:54.


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.