Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant archive_postsperpage - assumed 'archive_postsperpage' (this will throw an Error in a future version of PHP) in ..../archive/index.php on line 456
Packets [Archive] - Forums

PDA

View Full Version : Packets



Huck
03-26-2007, 02:03 AM
I've been programming in normal visual basic (non packetish) for around 3 years now, and im trying to learn Tibia packet programming.

Just need someone to tell me how to send a packet to say a word to the server (Like saying "Chicken!".)

Juapillo
03-26-2007, 01:40 PM
list of packets: http://www.tpforums.net/forum/showthread.php?t=54
sending packets: http://www.tpforums.net/forum/showthread.php?t=16

~juapillo~

Huck
03-26-2007, 10:13 PM
thanks, but i still don't get HOW to actually send the packets with VB6

I have NEVER used packets before, so I'm clueless.

Also, what do I declare for packet.dll?

Like, what would the params be in the Declare Function area?

Xura
03-26-2007, 11:48 PM
yea yea... i kinda wanna know the same thing.. i see a new tutorial request comming!

Dark Pallys
03-27-2007, 06:14 AM
download the packet.dll and see the examples that come with it.. there they have how to send in many languages.. including vb6..