From e06692db966fb775e16164819c34d2d30ea135fc Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Sun, 8 Jan 2012 21:52:47 -0200 Subject: [PATCH] fix messages in 862 protocol --- TODO | 3 ++- src/otclient/net/protocolcodes.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 232457d5..75651a1c 100644 --- a/TODO +++ b/TODO @@ -95,8 +95,9 @@ break window anchors when moving ===== KNOWN BUGS 2x2 corpses is drawn above players -cratures with invisible effect is not rendered correctly +creatures with invisible effect is not rendered correctly animatedtext is displayed in non visible floors attack while walking cancels the walk if a spell is used while pressing arrows keys the walk is canceled and it doesnt starts walking again game map text message boxes is not displayed like tibia +name/shields doesnt follow the creature when walking on parcels diff --git a/src/otclient/net/protocolcodes.h b/src/otclient/net/protocolcodes.h index 372ff6dd..941b784d 100644 --- a/src/otclient/net/protocolcodes.h +++ b/src/otclient/net/protocolcodes.h @@ -270,7 +270,7 @@ namespace Proto { MessageStatusSmall, MessageConsoleBlue #elif PROTOCOL==862 - MessageEventOrange = 12, + MessageEventOrange = 13, MessageConsoleOrange, MessageWarning, MessageEventAdvance,