vBrenth 39 Posted May 21, 2014 How can i increase the max value of 10 seconds delay? Quote Share this post Link to post Share on other sites
vBrenth 39 Posted May 22, 2014 -The Max option for MessageDelay is 10. Is there a way to make it higher? Bump . Quote Share this post Link to post Share on other sites
Mystery 594 Posted May 22, 2014 -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 Quote Share this post Link to post Share on other sites
vBrenth 39 Posted May 23, 2014 -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 ? Quote Share this post Link to post Share on other sites
Mystery 594 Posted May 23, 2014 (edited) 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 May 23, 2014 by Mysterious Quote Share this post Link to post Share on other sites
maxmum 0 Posted November 11, 2014 (edited) 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 November 11, 2014 by maxmum Quote Share this post Link to post Share on other sites
Spre 0 Posted January 12, 2015 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. Quote Share this post Link to post Share on other sites
astralprojection 35 Posted January 28, 2015 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. 1 vBrenth reacted to this Quote Share this post Link to post Share on other sites
jaBote 438 Posted February 6, 2015 I find this last suggestion of use. 1 vBrenth reacted to this Quote Share this post Link to post Share on other sites
Roberto 5 Posted February 7, 2015 IRC minifier Good work Ind Quote Share this post Link to post Share on other sites
astralprojection 35 Posted February 13, 2015 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. will making a SCRIPT accomplish this procedure? prevent user from writing to my specified readonly channel? Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 9, 2015 READ ONLY should be implemented very useful. Can someone add a hack for now. Quote Share this post Link to post Share on other sites
Geonecis 0 Posted January 25, 2016 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 Quote Share this post Link to post Share on other sites
astralprojection 35 Posted January 27, 2016 (edited) 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. When user send message they get a notice "Channel System is currently offline, please try later." like that is maybe a good idea. Edited January 27, 2016 by astralprojection Quote Share this post Link to post Share on other sites
Sai 0 Posted April 24, 2016 Is there a way to put delay on channel chat? Quote Share this post Link to post Share on other sites
astralprojection 35 Posted April 24, 2016 Is there a way to put delay on channel chat? @channel setopt <channelname> MessageDelay <seconds 1 -10> Quote Share this post Link to post Share on other sites
Sai 0 Posted April 29, 2016 (edited) 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 April 29, 2016 by Sai Quote Share this post Link to post Share on other sites
bWolfie 138 Posted May 7, 2016 (edited) aaa Edited May 8, 2016 by True Zeal Quote Share this post Link to post Share on other sites
KeiKun 8 Posted May 15, 2020 Am I the only one who thinks, discord integration would be awesome since this exist already? Quote Share this post Link to post Share on other sites
vBrenth 39 Posted May 16, 2020 4 hours ago, KeiKun said: Am I the only one who thinks, discord integration would be awesome since this exist already? I think someone made it already here in the forum as addon/plugin or is it in rathena? Quote Share this post Link to post Share on other sites