Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

SendPacketToClientByMemory is broken #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Tibia.Packets.Incoming.TextMessagePacket.Send(Cliente, 
Tibia.Constants.StatusMessage.StatusSmall, "Item Number: 3433")
2. Tibia.Packets.Incoming.ChannelOpenPacket.Send(Cliente, 
Tibia.Constants.ChatChannel.Custom, "Rose")

What is the expected output? What do you see instead?
Tibia just rash

What version of the product are you using? On what operating system?
8.54

Please provide any additional information below.
Vb.net 2008 and tibiaapi 8.54 from svn <:

Original issue reported on code.google.com by sebasb...@gmail.com on 15 Dec 2009 at 2:32

GoogleCodeExporter commented 9 years ago
Are you using the proxy?

Original comment by brunodun...@gmail.com on 17 Jan 2010 at 9:51

GoogleCodeExporter commented 9 years ago
without proxy

Original comment by sebasb...@gmail.com on 6 Feb 2010 at 7:23

GoogleCodeExporter commented 9 years ago
It appears that SendPacketToClientByMemory is broken. If you want to send 
packets to
the client, use the proxy or hook proxy.

Original comment by ian320 on 17 Feb 2010 at 11:25

GoogleCodeExporter commented 9 years ago
Fixed with r791.

Original comment by joebingham07@gmail.com on 1 Mar 2010 at 6:32