[Q] About Gold Packet, Pots Packet

06/16/2012 17:33 idohadar#1
I created program that make the character sit and stand .
I'm just sending the packet:

PHP Code:
BYTE Pack[7] =
{
    
0x010x00// Packet length
    
0x4F0x70// Opcode
    
0x010x00// Direction to send it
    
0x04 // Packet data    
}; 
Now how I sent packet like pick a gold, or use potions ?
Here the packet for the Vigor pot:

PHP Code:
[-> S][704C]
19                                           
30 0C 01 03 
Or Picking Gold:

PHP Code:
[-> S][7074]
01                                  
02                              
01    
12 4B 26 00 
How I can send it ?

Admin: Please close / delete the last 3 topics.
06/25/2012 22:26 dragonsword1#2
may i ask you to send me the cpp file coz im learning how to send packets :D?