Re: 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?
I try one time, but that code is in game.dll, edit whit vb. But, maybe i am wrong.
Re: Change message color between Clans
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.
Re: Change message color between Clans
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 ?
Re: Change message color between Clans
I thought the clans feature didn't work on D2? Do you have it working now Feofilaktt?
Admin of Resurgence - Vanilla++ mod
Co-Founder of Hellforged - Diablo 09 built on 1.13 engine (current work in progress)
Founder of Diablo2.org - Dedicated Discord server for PvPGN/D2GS questions
6 17.09.2018 14:45 (edited by Karol 17.09.2018 14:55)
Re: Change message color between Clans
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.