In the following code in channel.c, when your tick is not at 0 it will direct you to message 1455, "You're talking too fast!"
if (sd && chan->msg_delay != 0
&& DIFF_TICK(sd->hchsysch_tick + chan->msg_delay*1000, timer->gettick()) > 0
&&...
View File
Channel Fee Plugin
With this plugin you be able to set required Zeny and/or Items to players be able to send messages on channels.
The idea came from this post, thank you @blaze.
How to configure channels:
// FIXME: make a better way to add fee on channels...
With this plugin you be able to set required Zeny and/or Items to players be able to send messages on channels.
The idea came from this post, thank you @blaze.
How to configure channels:
// FIXME: make a better way to add fee on channels (directly on channels.conf)
const struct {
char...