Jump to content
Ind

Introducing Hercules Channel System

Recommended Posts

-The Max option for MessageDelay is 10. Is there a way to make it higher?

 

Bump .

Share this post


Link to post
Share on other sites

-The Max option for MessageDelay is 10. Is there a way to make it higher?

 

Bump .

I believe this will help people who want to know :>

 

 

[11:31:21] <&Haruna> it can be changed to anything between 0 and 255 and it'll still work

[11:31:28] <&Haruna> it's in atcommand.c

[11:31:37] <&Haruna> if( v < 0 || v > 10 ) {

[11:31:38] <&Haruna> ^ line 9159

Share this post


Link to post
Share on other sites

 

-The Max option for MessageDelay is 10. Is there a way to make it higher?

 

Bump .

I believe this will help people who want to know :>

 

 

>[11:31:21] <&Haruna> it can be changed to anything between 0 and 255 and it'll still work

[11:31:28] <&Haruna> it's in atcommand.c

[11:31:37] <&Haruna> if( v < 0 || v > 10 ) {

[11:31:38] <&Haruna> ^ line 9159

 

 

How to bypass the delay if ur a GM ?

Share this post


Link to post
Share on other sites

How to bypass the delay if ur a GM ?

I don't think there's a permission for it https://github.com/HerculesWS/Hercules/blob/01e4647db2d5c635c7b4447f37663797a3f47b99/doc/permissions.txt

 

Edit*

 

Nvm. You asked it here: http://herc.ws/board/topic/5728-bypass-the-delay/#entry36330

Edited by Mysterious

Share this post


Link to post
Share on other sites

What about encoding for multi-lang servers?

If I send from client ro to irc msg(no english) I have ??????? in irc.

And If i send msg(no english) from irc to client ro I have ????? in game.

Where need change encoding?

 

in clientinfo.xml:

<?xml version="1.0"encoding="utf-8" ?><clientinfo><servicetype>russia</servicetype><servertype>ragray</servertype>	    <langtype>14</langtype> -I change to 20.(no result) 

Аnyone had problems with the encoding?

 

 

Solved.Need setup in irc other encoding
 

Edited by maxmum

Share this post


Link to post
Share on other sites

i just read this. any of the bridge code come from the old IRCBot that was in eA until r13014? that bot when it worked had alot of good functions, it was to bad it was not kept up and was eventually removed.

Share this post


Link to post
Share on other sites

How about adding <option> to make channel READ-ONLY?

- Players can't send message in this channel, only read message.

 

This will be useful for script, GM etc. announcements.

 

:D

 

will making a SCRIPT accomplish this procedure? prevent user from writing to my specified readonly channel? 

Share this post


Link to post
Share on other sites

Is it possible to have an @ command work with channel names as opposed to using the PM box or '@channel bindto' commmand?

 

Example:

@channel1 Hello everyone!

[#channel1] Player: Hello Everyone!

 

@channel2 Beautiful Day

[#channel2] Player: Beautiful Day

 

I want to know before I even try xD

Share this post


Link to post
Share on other sites

An option to Turn all Channel Off or On is  a MUST.  There are times server community gets uncontrolled especially after WoE  (TrashTalks and Provokes in the channel and you will ban all of them 1 by 1.  If we can just set a moment of silence by turning off all channel  or much much better a specific channel in times like this. :D

 

When user send message they get a notice "Channel System is currently offline, please try later." like that is maybe a good idea.

Edited by astralprojection

Share this post


Link to post
Share on other sites

Does the delay removes when server is restarted?

 

If it doesnt is there a permanent delay?



 

Is there a way to put delay on channel chat?

@channel setopt <channelname> MessageDelay <seconds 1 -10>

 

Does the delay removes when server is restarted?

 

If it doesnt is there a permanent delay?



 

Suggest no. 2: Can you add also a time interval on every messages to preventing spamming?

it makes use of the existent config on chat delay
	if (battle_config.min_chat_delay) {		if (DIFF_TICK(sd->cantalk_tick, gettick()) > 0) {			return;		}		sd->cantalk_tick = gettick() + battle_config.min_chat_delay;	}
as for your other suggestion im not sure the benefits, can you elaborate o-o?

 

Is there a way to set the delay on using #map permanently??

Edited by Sai

Share this post


Link to post
Share on other sites

Am I the only one who thinks, discord integration would be awesome since this exist already? :D

Share this post


Link to post
Share on other sites
4 hours ago, KeiKun said:

Am I the only one who thinks, discord integration would be awesome since this exist already? :D

 

I think someone made it already here in the forum as addon/plugin or is it in rathena?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.