I don't think that it's changed. My router died so I have to replace it- but when I do, I'll code it for my source and see if it's changed. I'll get that done tonight hopefully.
Well the wiki is only up to 5100, that's why I ask.
Anyway, seriously, this packet is so general that the only thing you have to add is subtype... I don't think it has never change (can check maybe with my packet logger) and I don't think it will never change.
PS. No change.
Code:
MsgID: 1015 MsgLength: 30 Direction: Server -> Client
1E 00 F7 03 00 00 00 00 14 02 0F 73 6F 75 6E 64 ...........sound
2F 74 72 61 69 6E 2E 77 61 76 01 31 00 00 54 51 /train.wav.1..TQ
53 65 72 76 65 72 Server
Will be for npc's so they can talk etc. But might also do some for like headshot etc. And thank you ^^
What you COULD do is make a pizza store. That's what I was going to do for someone else. You can have the guy saying something that a pizza place guy would say ._. and it.. would give u a supreme pizza item.. (coded already into the game- patch 5250+).
What you COULD do is make a pizza store. That's what I was going to do for someone else. You can have the guy saying something that a pizza place guy would say ._. and it.. would give u a supreme pizza item.. (coded already into the game- patch 5250+).
Trying with another packet (sound) 08/03/2010 - CO2 Private Server - 6 Replies Okay so I have this packet (in a command)
string Strings = new string;
Strings = (Data);
Strings = "1";
StringPacket SoundPacket = new StringPacket(true);
SoundPacket.UID = client.Entity.UID;
SoundPacket.Type = 20;
...
Play sound via Packet Send?? [Question String Packet] 07/14/2010 - CO2 Private Server - 5 Replies Yow im trying to figure out why i cant play music with the string packet
What im doin is;
MyChar.Client.SendPacket(Game.Packet.String(MyCha r.UID, 20, Splitter));
My Packet is:
public byte String(long CharId, byte Type, string name)
Sound Packet 05/07/2010 - CO2 Private Server - 7 Replies Does anyone know the sound packet to play music on your client?
Or a good packet logger so i can try and capture it.