|
You last visited: Today at 06:43
Advertisement
Spawn Entity - Equipment (5273)
Discussion on Spawn Entity - Equipment (5273) within the CO2 Private Server forum part of the Conquer Online 2 category.
06/28/2010, 14:12
|
#1
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Spawn Entity - Equipment (5273)
The Entity Spawn packet (10014) is sent by the server and contains values to spawn the character, such as the equipment id's.
Now when logging packets, I never once see this packet sent, am I missing something?
I need to log it to get the correct offsets of the equipment id's, since my equipment isn't showing up on my character (looks naked, but if you go in the stats it shows the equipment is equipped).
So does anyone know if TQ changed some **** around? Thanks.
(PS, this is for client version 5273, as the title states)
|
|
|
06/28/2010, 16:23
|
#2
|
elite*gold: 20
Join Date: Jan 2008
Posts: 1,042
Received Thanks: 252
|
My immediate thoughts are packet splitting.
I'll login my proxy later and check nothings changed though.
|
|
|
06/29/2010, 00:50
|
#3
|
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
|
Quote:
Originally Posted by © Haydz
My immediate thoughts are packet splitting.
I'll login my proxy later and check nothings changed though.
|
He's using our proxy, which does split the packets. Anyhow, conquer doesn't send the character spawn of the player, only sends of other entities.
Example:
Quote:
[TQServer] D9 00 1E 27 49 01 00 00 64 3C 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 7F 00 00 00 7F 01 42 02 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 0D 49 63 79 42 6C 61 64 65 44 65 76 69 6C 00 ...'I...d<......
................
................
................
................
..B.............
................
................
................
................
................
................
...........IcyBl
adeDevil.
|
|
|
|
06/29/2010, 01:45
|
#4
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by © Haydz
My immediate thoughts are packet splitting.
I'll login my proxy later and check nothings changed though.
|
Yeah I have been packet splitting =P
Quote:
Originally Posted by ImmuneOne
He's using our proxy, which does split the packets. Anyhow, conquer doesn't send the character spawn of the player, only sends of other entities.
Example:
|
Yeah I found that out, how does your equipment show up then? I've seen some Item Info (1008) packets sent, but I've sent them too and still doesn't show up.
|
|
|
06/29/2010, 02:21
|
#5
|
elite*gold: 20
Join Date: Jan 2008
Posts: 1,042
Received Thanks: 252
|
Oh, I was under the impression you just weren't receiving any, sorry.
Equipment is sent with the 1008/0x3F0 "ItemDataPacket", with a subtype of 0x1.
|
|
|
06/29/2010, 06:48
|
#6
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by © Haydz
Oh, I was under the impression you just weren't receiving any, sorry.
Equipment is sent with the 1008/0x3F0 "ItemDataPacket", with a subtype of 0x1.
|
Yeah, exactly what I'm sending.
Code:
ConquerItem packet = new ConquerItem(true);
packet.FromPlayerItem(Item);
Client.Send(packet);
Code:
public ConquerItem(bool CreateInstance)
{
if (CreateInstance)
{
Packet = new byte[68];
PacketBuilder.WriteUInt16(68, Packet, 0);
PacketBuilder.WriteUInt16(1008, Packet, 2);
Mode = Enums.ItemMode.Default;
}
}
Code:
public enum ItemMode : ushort
{
Default = 0x1,
Trade = 0x2,
Update = 0x3,
View = 0x4
}
Edit:
Edit 2:
And yes, if I log another character, I can see the first character's equipment.
|
|
|
06/29/2010, 10:30
|
#7
|
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
|
Yeah, I had problems with that too first time I tried last patch. I managed to fix it afterall. Oh well, since we're on the same team, you can contact me tonight and I'll fix it for you.
|
|
|
06/29/2010, 10:45
|
#8
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by ImmuneOne
Yeah, I had problems with that too first time I tried last patch. I managed to fix it afterall. Oh well, since we're on the same team, you can contact me tonight and I'll fix it for you.
|
Then it's a date <3
=P
|
|
|
06/29/2010, 11:37
|
#9
|
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
|
Kinshi's problem has been fixed now, anyone else who runs into this problem can private message me.
|
|
|
06/29/2010, 12:11
|
#10
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
Quote:
Originally Posted by ImmuneOne
Kinshi's problem has been fixed now, anyone else who runs into this problem can private message me.
|
Or mee =P
|
|
|
Similar Threads
|
[5273] Botjail tool
09/07/2010 - CO2 Exploits, Hacks & Tools - 129 Replies
Can't be assed updating it anymore, sorry.
@Moderators, please close the thread, thanks :)
|
Read Entity Name from memory
11/07/2009 - Aion - 0 Replies
I can't seem to read a name of an entity.
Using Autoit3 with Nomad mem read. Does anyone have experience with this and what to pass to the memory read and how the data is returned in order to get the string from memory?
Thanks
|
Special Entity
09/01/2005 - World of Warcraft - 4 Replies
Well, I was doing a stockade gangbang to lvl my mage. I pulled all the mobs to the beginning, and waited in the wall. As I looked on the minimap and point in the "Mob Train" I saw this strange "Jcffb0b" Entity/Player/Mob/Npc/Shit. I was like goddammnitagmigottagetthefuckouttahere.
When I did it again later, there were the same thing... Maybe someone knows what it is? Don't think it's something harmful anymore, just curious about it :P
...
|
All times are GMT +1. The time now is 06:43.
|
|