Google-Code-Fork / tibiaapi

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

SendPacket or StatusMessagePacket broken #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
    Private Sub SendStatustoClient(ByVal Msg As String)
        Dim packet As Tibia.Packets.StatusMessagePacket

        packet = Tibia.Packets.StatusMessagePacket.Create(myClient, 
Tibia.Packets.StatusMessageType.ConsoleRed, Msg)
        myClient.Send(packet)
    End Sub

What is the expected output? What do you see instead?
It's supposed to send a red status message packet to the client. It had 
done this before the update. It does nothing now. 

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

Original issue reported on code.google.com by jared.ca...@gmail.com on 16 Dec 2008 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by brunodun...@gmail.com on 16 Dec 2008 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by brunodun...@gmail.com on 18 Dec 2008 at 10:17