How to Send Message on Channel by Using NPC
Hi there, this is just little explanation about my previous post that Channel System was Expanded.
If there is a question how to send message on channel by using NPC, after patching that changes, just use this simple command.
channel_chat("#event","Hi Ragnarok players!");
channel_chat("#event","Catch The Poring event will be started in 5 minutes!");
Here is the full documentation how to send message on channel by using NPC.
*channel_chat "<chname>","<message>"{,<color>};
Sends message to the channel.
Returns 1 on success.
// Example if channel doesn't have alias
channel_chat(#rathena,"Hello World!"); // #rathena Hello World!
// Example if channel has alias
channel_chat(#rathena,"Hello World!"); // [rAthena] Hello World!
And how it looks like in-game.
