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,