Register for your free account! | Forgot your password?

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

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

Advertisement



Character Spawm proplem patch 5366

Discussion on Character Spawm proplem patch 5366 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
Character Spawm proplem patch 5366

hello my character spawm didnt right

i cant see my stuff and other titles about magic attack and defens and HP can any one help me
koko425 is offline  
Old 03/07/2011, 08:43   #2
 
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
If you don't know how to code, then don't use the 5360 source that is being leaked from me because you'll get little / no respect from both forums.
Spirited42 is offline  
Thanks
1 User
Old 03/07/2011, 09:15   #3
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
Quote:
Originally Posted by Spirited View Post
If you don't know how to code, then don't use the 5360 source that is being leaked from me because you'll get little / no respect from both forums.
hay fang i am coding more well see iam updateing some packtes npc spawm and other thing iteams
koko425 is offline  
Old 03/07/2011, 09:17   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
To show items you need to use 1009 item usage packet which now has an offset for each gear slot. You simply write the item uid to that slot and send it. That's what shows the packet on yourself.

PS: released ACTUAL 5355+ source
pro4never is offline  
Thanks
1 User
Old 03/07/2011, 09:37   #5
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
i update it actualy
here is my iteam usage
Quote:
using System;

namespace Conquer_Online_Server.Network.GamePackets
{
public class ItemUsage : Writer, Interfaces.IPacket
{
public const ushort
BuyFromNPC = 1,
SellToNPC = 2,
RemoveInventory = 3,
DropItem = 37,
EquipItem = 4,
UnequipItem = 6,
ViewWarehouse = 9,
WarehouseDeposit = 10,
WarehouseWithdraw = 11,
DropMoney = 38,
Repair = 14,
DragonBallUpgrade = 19,
MeteorUpgrade = 20,
Ping = 27;

byte[] Buffer;
public ItemUsage(bool Create)
{
if (Create)
{
this.Buffer = new byte[0x20];
Writer.WriteUInt16(0x18, 0, this.Buffer);
Writer.WriteUInt16(0x3f1, 2, this.Buffer);
}
}
public uint dwExtraInfo
{
get
{
return BitConverter.ToUInt32(this.Buffer, 20);
}
set
{
Writer.WriteUInt32(value, 20, this.Buffer);
}
}

public uint dwParam
{
get
{
return BitConverter.ToUInt32(this.Buffer, 8);
}
set
{
Writer.WriteUInt32(value, 8, this.Buffer);
}
}

public uint ID
{
get
{
return BitConverter.ToUInt32(this.Buffer, 12);
}
set
{
Writer.WriteUInt32(value, 12, this.Buffer);
}
}

public uint Position
{
get
{
return BitConverter.ToUInt32(this.Buffer, 8);
}
set
{
Writer.WriteUInt32(value, 8, this.Buffer);
}
}

public uint TimeStamp
{
get
{
return BitConverter.ToUInt32(this.Buffer, 0x10);
}
set
{
Writer.WriteUInt32(value, 0x10, this.Buffer);
}
}

public uint UID
{
get
{
return BitConverter.ToUInt32(this.Buffer, 4);
}
set
{
Writer.WriteUInt32(value, 4, this.Buffer);
}
}

public byte[] ToArray()
{
return Buffer;
}
public void Deserialize(byte[] buffer)
{
Buffer = buffer;
}
public void Send(Client.GameState client)
{
client.Send(Buffer);
}
}
}
koko425 is offline  
Old 03/07/2011, 10:05   #6
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
Keep trying. Item usage is a BIG packet now. It has uint offsets for each item slot.

That packet will no longer work as it's like a 80+ byte packet for starters and has way more values now to write to.
pro4never is offline  
Thanks
1 User
Old 03/07/2011, 10:06   #7
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
Quote:
Originally Posted by pro4never View Post
To show items you need to use 1009 item usage packet which now has an offset for each gear slot. You simply write the item uid to that slot and send it. That's what shows the packet on yourself.

PS: released ACTUAL 5355+ source
thanks i got it
but i want show titles and detiles
see
koko425 is offline  
Old 03/07/2011, 10:08   #8
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
Quote:
Originally Posted by koko425 View Post
thanks i got it
but i want show titles and detiles
see
That's a new packet.


It's also in my source but I forget what the id is. If you're really wanting to work on his source on your own then I'd suggest grabbing my proxy and logging packets. You can find that one really easily with it.
pro4never is offline  
Old 03/07/2011, 10:12   #9
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
Quote:
Originally Posted by pro4never View Post
That's a new packet.


It's also in my source but I forget what the id is. If you're really wanting to work on his source on your own then I'd suggest grabbing my proxy and logging packets. You can find that one really easily with it.
in velite bot have packet logger
can i use it to grap packets
and the id is 1040
koko425 is offline  
Old 03/07/2011, 10:38   #10
 
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
pro4never thanks any way i got it


#closed
koko425 is offline  
Reply


Similar Threads Similar Threads
proplem in 5366 patch intilzing start login
03/07/2011 - CO2 Private Server - 14 Replies
hello gus i have 1 proplem in my source 5366 patch i got stucked in intilizing what i miss?
problem at login in 5366
03/07/2011 - CO2 Private Server - 6 Replies
i have problem when i login in 5366 see the pic http://www.freeimagehosting.net/uploads/th.04a0d2a 88c.jpg pls any one try to help me here is my charinfo
Mass Spawm
05/18/2010 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 4 Replies
You have to install it in in 2moons/bin folder. Note:I tried this hack just in 2moons i dont know if it works in dekaron.
i have proplem whit load all nobility in patch 5165 sql
05/03/2010 - CO2 Private Server - 0 Replies
hay all can any one help me for load all nobil in sql patch 5165 when i logging in with one acc its load his donation only not other players else if i logging in another acc load 2 acc only i want to load all donation and all nobil can any one know?



All times are GMT +1. The time now is 11:37.


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