fix messages in 862 protocol
This commit is contained in:
parent
90900e44a7
commit
e06692db96
3
TODO
3
TODO
|
@ -95,8 +95,9 @@ break window anchors when moving
|
||||||
|
|
||||||
===== KNOWN BUGS
|
===== KNOWN BUGS
|
||||||
2x2 corpses is drawn above players
|
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
|
animatedtext is displayed in non visible floors
|
||||||
attack while walking cancels the walk
|
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
|
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
|
game map text message boxes is not displayed like tibia
|
||||||
|
name/shields doesnt follow the creature when walking on parcels
|
||||||
|
|
|
@ -270,7 +270,7 @@ namespace Proto {
|
||||||
MessageStatusSmall,
|
MessageStatusSmall,
|
||||||
MessageConsoleBlue
|
MessageConsoleBlue
|
||||||
#elif PROTOCOL==862
|
#elif PROTOCOL==862
|
||||||
MessageEventOrange = 12,
|
MessageEventOrange = 13,
|
||||||
MessageConsoleOrange,
|
MessageConsoleOrange,
|
||||||
MessageWarning,
|
MessageWarning,
|
||||||
MessageEventAdvance,
|
MessageEventAdvance,
|
||||||
|
|
Loading…
Reference in New Issue