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
Original issue reported on code.google.com by
jared.ca...@gmail.com
on 16 Dec 2008 at 9:50