Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] The Source Code → Change message color between Clans

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 6

1

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?

Diablo 2 Online

Itens - Armory - Market - Clans - Builds - Chat

2

Re: Change message color between Clans

Feofilaktt wrote:

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.

3

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.

https://forums.pvpgn.pro/uploads/images/2018/09/16/screenshot013.jpg

4

Re: Change message color between Clans

Karol wrote:

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.

https://forums.pvpgn.pro/uploads/images/2018/09/16/screenshot013.jpg


So ? How make it ?

5

Re: Change message color between Clans

I thought the clans feature didn't work on D2? Do you have it working now Feofilaktt?

Owner of SlashDiablo - One of the oldest and most well known Diablo II servers
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 (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.

Posts: 6

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] The Source Code → Change message color between Clans