Re: [Solved]How to send red message (Error message) in Linux?
Login via telnet
msg sys #all Hello Server
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
Re: [Solved]How to send red message (Error message) in Linux?
Re: [Solved]How to send red message (Error message) in Linux?
The command /ann /announce does the same thing.
Re: [Solved]How to send red message (Error message) in Linux?
Login via telnet
msg sys #all Hello Server
not work, did I do it wrong?
The command /ann /announce does the same thing.
I wanted to make the announcement out of the game, straight from the pvpgn server on linux.
Re: [Solved]How to send red message (Error message) in Linux?
You can use php script or another solution that connects via telnet on pvpgn port 6112 and send commands.
pvpgn.harpywar.com/pvpgn_bot.class.txt
https://github.com/pvpgn/phputils/tree/ … ot-php-lib (not tested)
It seems the suggestion by Meanski is for D2GS telnet on port 8888.
Re: [Solved]How to send red message (Error message) in Linux?
You can use php script or another solution that connects via telnet on pvpgn port 6112 and send commands.
pvpgn.harpywar.com/pvpgn_bot.class.txt
https://github.com/pvpgn/phputils/tree/ … ot-php-lib (not tested)It seems the suggestion by Meanski is for D2GS telnet on port 8888.
Tks HarpyWar!
msg sys #all Hello Server
Yes, just a correction, the text has to be in quotation marks "Hello Server"
Exemple:
msg sys #all "Hello Server"