i have question in conquer 4267

04/07/2011 16:40 262315610#1
when i vending in market
i click my Shop ... only show the buyButton

i can't add item and remove item in my shop...
why that?
and how to fix that?

this is the screen ...
[Only registered and activated users can see links. Click Here To Register...]


all help this ,,,, 3q very much!!!!
04/07/2011 17:05 Syst3m_W1z4rd#2
You need to code the packet and use it through your packetprocessor.
04/07/2011 17:55 262315610#3
what packets i need?
i comparison of 5165 source vending code .... And didn't less to send packets
but 5165 client work it nice and fully .....
04/07/2011 20:22 Syst3m_W1z4rd#4
The packets is not the same. They change all the time. Look at the packetwiki or log the packets from the client.
04/08/2011 03:23 262315610#5
One example of the best
I can modify the example

who can help this ?

help this please

PacketBuilder Packet = new PacketBuilder(new byte[28]);
Packet.WriteUInt16(Packet.Packet.Length);
Packet.WriteUInt16(1010);
Packet.WriteUInt32(Timer);
Packet.WriteUInt32(Identifier);
Packet.WriteUInt16(Value1);
Packet.WriteUInt16(Value2);
Packet.WriteUInt32(0);
Packet.WriteUInt16(Value3);
Packet.WriteUInt16(Value4);
Packet.WriteUInt32((uint)PacketType);
return Packet.Packet;

this is the General packet
04/08/2011 11:49 pro4never#6
# reported

4 posts in a row... really? Learn to use the edit button.
04/08/2011 11:54 262315610#7
Quote:
Originally Posted by pro4never View Post
# reported

4 posts in a row... really? Learn to use the edit button.
ok... i will!!!
can you help this ??
04/08/2011 11:57 262315610#8
Quote:
Originally Posted by 262315610 View Post
PacketBuilder Packet = new PacketBuilder(new byte[28]);
Packet.WriteUInt16(Packet.Packet.Length);
Packet.WriteUInt16(1010);
Packet.WriteUInt32(Timer);
Packet.WriteUInt32(Identifier);
Packet.WriteUInt16(Value1);
Packet.WriteUInt16(Value2);
Packet.WriteUInt32(0);
Packet.WriteUInt16(Value3);
Packet.WriteUInt16(Value4);
Packet.WriteUInt32((uint)PacketType);
return Packet.Packet;

this is the General packet
i think it;s the packet wrong
Value1 = ShopID
Value2 = Char.X
Value3 = Char.y
Value4 = Dir

but didn't know how can i fix..
04/09/2011 09:29 262315610#9
help help help ... i will die...