Help on Send Private Message from Server

07/17/2022 21:37 saycobobs#1
Hello
How can i Send private Message from Server Not need to login in Game Like if
can this be from SQL I tried but no thing happen please any Solution.
07/20/2022 16:07 momocruz#2
With PSMServer_mgr.exe after right clic on game select command and /help you see all you can do on server with command
07/20/2022 17:35 wurstbrot123#3
If you can actually develope you can simply Create a Gui that does that.

Basicly you need to:

Read Charnames from ps_game
get CUser instance of the User you want to PM to
Send PM Packet to the User

If i remember correctly, CUPS released examples of
all of this somewhere in the Forum except for creating the
Gui and Combining the Steps i guess.

Also through some Forum posts, you can Find enough Informations
about the PM Packet.

ps:
ive never looked much into the Serverside of Shaiya,
( except for some Packet related / security related stuff )
so there might be other Methods .

But the one i told you is fairly easy to make and easy
to use for Admins.