Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 04:45

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

Advertisement



Weapon bug, wearing right/left weapon see only 1 weapon equip

Discussion on Weapon bug, wearing right/left weapon see only 1 weapon equip within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
marcbacor6666's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 557
Received Thanks: 76
Weapon bug, wearing right/left weapon see only 1 weapon equip

Weapon bug, wearing right/left weapon , you will only see 1 weapon equip if you view or look at the other players. But if you look at your own character you will see your two weapons equipt, but others see it as one. sorry for the bad english

problem solve wrong packet in observeequipment
marcbacor6666 is offline  
Old 10/26/2013, 20:54   #2

 
GameHackerPM's Avatar
 
elite*gold: 153
Join Date: Mar 2011
Posts: 631
Received Thanks: 489
Problem in Equipment.cs in Game/ConquerStructure/Equipment.cs.

Search for this Code :
Code:
                case ConquerItem.RightWeapon:
Remove the whole code and the next code that should be "case ConquerItem.LeftWeapon:"

Change them to these :

if you are Client 5735 Then it will be :
Code:
                case ConquerItem.RightWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 208, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 60, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.LeftWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 204, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 56, Owner.Entity.SpawnPacket);// Offset Correto.
                        Writer.WriteUInt16((byte)item.Color, 137, Owner.Entity.SpawnPacket);
                        break;
                    }
if you are Client 5760+ Then it will be:

Code:
                case ConquerItem.RightWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 208 + 4, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 60 + 4, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.LeftWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 204 + 4, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 56 + 4, Owner.Entity.SpawnPacket);// Offset Correto.
                        Writer.WriteUInt16((byte)item.Color, 137 + 4, Owner.Entity.SpawnPacket);
                        break;
                    }
The problem is " Wrong Offsets! " That's all!
GameHackerPM is offline  
Thanks
1 User
Old 10/27/2013, 01:16   #3
 
marcbacor6666's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 557
Received Thanks: 76
yes its been fixed thanks.
marcbacor6666 is offline  
Reply


Similar Threads Similar Threads
Monster Online Cap 110 New Weapons New Effect Weapon New Weapon System New Avatar's
05/24/2013 - SRO PServer Advertising - 42 Replies
http://www12.0zz0.com/2013/05/20/09/952168030.png << Game information >> ****************** WebSite Website: MONSTER-GAMINGNETWORK Download Links: Multiupload.nl - upload your files to multiple file hosting sites! Faebook: https://www.facebook.com/OfficialMonsterOnline
Can Any One Make Weapon Hack or Weapon Custom replace M16
06/22/2011 - CrossFire Hacks, Bots, Cheats & Exploits - 5 Replies
Pls any one can make Hack weapon to give weapon Dragons Golden Crystall Replace it ( m16 ) Answer me



All times are GMT +2. The time now is 04: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.