Register for your free account! | Forgot your password?

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

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

Advertisement



[Request] thats right [b]I[/b] have a request

Discussion on [Request] thats right [b]I[/b] have a request within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
[Request] thats right [b]I[/b] have a request

How would I go about removing an item from a character's model without removing it from the inventory?
Code:
for(byte i=0; i < 10; i++)
   SendPacket(General.MyPackets.RemoveItem((long)MyChar.Equips_UIDs[i], i, 6));
this removes them from the char and from their inventory screen... , the RemoveItem packet is as follows:

Code:
        public byte[] RemoveItem(long UID, byte pos, byte type)
        {
            ushort PacketType = 1009;
            byte[] Packet = new byte[20];

            fixed (byte* p = Packet)
            {
                *((ushort*)p) = (ushort)Packet.Length;
                *((ushort*)(p + 2)) = (ushort)PacketType;
                *((uint*)(p + 4)) = (uint)UID;
                *((uint*)(p + 8)) = (uint)pos;
                *((uint*)(p + 12)) = (uint)type;
            }

            return Packet;
        }
anyone have a clue?



in SpawnEntity() I tried:

Code:
                if (Player.Alive && Player.Transformed == false)
                {
                    *((uint*)(p + 28)) = (uint)HeadId;
                    *((uint*)(p + 32)) = (uint)ToArmor;
                    *((uint*)(p + 36)) = (uint)RightHandId;
                    *((uint*)(p + 40)) = (uint)LeftHandId;
                }
                else if(Player.Alive)
                {
                    *((uint*)(p + 28)) = 0;
                    *((uint*)(p + 32)) = 0;
                    *((uint*)(p + 36)) = 0;
                    *((uint*)(p + 40)) = 0;
                }

but it did not work


OKAY -so... I got it working, kind of -- you transform for everyone else and it works, but you do not transform on your own screen (XD).... sigh... *keeps looking*

So I update spawn (with editted spawnentity), then spawnmetoothers, and DON'T send my new model in a packet... then it works great in disguising myself so other people see what I want them to see. Sending my model, then I have the new model, but my displayed equips appear under me, and I cannot move....
Rechocto is offline  
Reply


Similar Threads Similar Threads
[Request]ZeroTolerance Dekaron Admin Request
02/21/2010 - Dekaron Private Server - 1 Replies
We need Staff Members ~EDITED~
[REQUEST] speak freakin english -_- florensi hack [REQUEST]
01/22/2010 - Florensia - 1 Replies
any florensia hacks?
[REQUEST]5165 Client Request Help/ Question
12/18/2009 - CO2 Private Server - 5 Replies
hey yall its me TheLeGend Im Back in CO for a while but i gots a question ok so i have a 5165 Client im editing for a server but the only problem is that stupid-ass popup page that comes up the Conquer Online - Official Site - co.91.com one well i was just wondering how can i edit that site orrr how can i make it not popup anymore??? Thanks so Much, TheLeGend209



All times are GMT +1. The time now is 18:28.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.