|
You last visited: Today at 11:36
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.
03/07/2011, 08:40
|
#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
|
|
|
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.
|
|
|
03/07/2011, 09:15
|
#3
|
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
|
Quote:
Originally Posted by Spirited
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
|
|
|
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
|
|
|
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);
}
}
}
|
|
|
|
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.
|
|
|
03/07/2011, 10:06
|
#7
|
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
|
Quote:
Originally Posted by pro4never
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
|
|
|
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
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.
|
|
|
03/07/2011, 10:12
|
#9
|
elite*gold: 0
Join Date: Sep 2007
Posts: 188
Received Thanks: 8
|
Quote:
Originally Posted by pro4never
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
|
|
|
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
|
|
|
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.
|
|