nope...it's not...but i fixed it...it's just as i said in my first post...where i said //does the item effect goes here? and it did but now that i fixed it i dun wanna release it
Please post it, otherwise your going to force me to spend a few minutes fiddling with the packet in order to find the fix, and to be honest ive better things to be doing with my time.
Please post it, otherwise your going to force me to spend a few minutes fiddling with the packet in order to find the fix, and to be honest ive better things to be doing with my time.
5165 is this Enemy guild packet? 02/21/2010 - CO2 Private Server - 8 Replies Is this the packet of enemy guild? can anyone help me? how to add this in my sourve? im using 5165, and how to add this in npc.
public static COPacket GuildData(uint Type, int Data)
{
byte Packet = new byte;
COPacket P = new COPacket(Packet);
P.WriteInt16((ushort)(Packet.Length - 8));
P.WriteInt16((ushort)1107);
P.WriteInt32(Type);
Possible flower packet conversion for 5165 NCS 02/20/2010 - CO2 Private Server - 19 Replies Hey all,
I believe ImmuneOne released this packet(?)
So give him thanks if he posts here!
I believe I pressed enough buttons to make everything stop underlining in red....
Thing is I don't know how to test if I actually did the packet conversion correctly.
These are the original packets
public static byte FlowerPacket(string Flowers,bool CreateInstance)