Topic: Change message color between Clans
It would be interesting to exchange the colored messages (green) between the clans of Diablo II, to differentiate the messages from the list of friends.
Does anyone know how to make this change?
PvPGN Community Forums |
forums.pvpgn.pro → [EN] The Source Code → Change message color between Clans
It would be interesting to exchange the colored messages (green) between the clans of Diablo II, to differentiate the messages from the list of friends.
Does anyone know how to make this change?
It would be interesting to exchange the colored messages (green) between the clans of Diablo II, to differentiate the messages from the list of friends.
Does anyone know how to make this change?
I try one time, but that code is in game.dll, edit whit vb. But, maybe i am wrong.
It is possible.
I set up my realm to:
-friend massages / whispers / announcements - green color
-events like login/logout, enter/leave game - blue color
My players always complain about that green spam.
It is possible.
I set up my realm to:
-friend massages / whispers / announcements - green color
-events like login/logout, enter/leave game - blue colorMy players always complain about that green spam.
So ? How make it ?
I thought the clans feature didn't work on D2? Do you have it working now Feofilaktt?
edit source file
src/bnetd/watch.cpp
lines 155-166
Adjust for your preference text of messages
line 184
message_send_text(dest_c, message_type_whisper, my_c, msg);
change to
message_send_text(dest_c, message_type_info, my_c, msg);
if you wont blue
Tips apply friend list no clans. I never used clans so I dont know how them work.
forums.pvpgn.pro → [EN] The Source Code → Change message color between Clans