i manuall added the lope color patch v2.0
it compiles with many warnings in comm.c
warning C4129: 'e' : unrecognized character escape sequence
While running the server i get many bugs
BUG: Act: bad code 36.
this seems to happen whenever a mob, player or object is
displayed. here is an example of when i get the bug
player1 says hi and it displays
e[0;32mYou say 'e[1;32m <@@@> Te[0;32m'e[0m
player2 sees <@@@> n says ' <@@@> T'
the <@@@> seems to trigger the bug. once for each
time <@@@> is displayed.
there is no color.
it compiles with many warnings in comm.c
warning C4129: 'e' : unrecognized character escape sequence
While running the server i get many bugs
BUG: Act: bad code 36.
this seems to happen whenever a mob, player or object is
displayed. here is an example of when i get the bug
player1 says hi and it displays
e[0;32mYou say 'e[1;32m <@@@> Te[0;32m'e[0m
player2 sees <@@@> n says ' <@@@> T'
the <@@@> seems to trigger the bug. once for each
time <@@@> is displayed.
there is no color.