Search the Community
Showing results for tags 'chat'.
Found 4 results
-
File Name: Odin Server side manner File Submitter: hemagx File Submitted: 17 Jan 2014 File Category: Plugins ~ Hello Here's my Server side manner based on ind one with more advanced options. ~ Features -- For Full Version it uses regular expressions Option to bypass by GM Level or Group Permission or by using special Variable Auto mute -- Full Lite Version it uses regular expressions Option to bypass by Group Permission eh.. yep nothing else that why it's LITE ~ How to install Download the File Copy manner.c to "src/plugins" Copy the config files to "conf/plugin" Follow usual installation guide ~ How to customize To change plugin options you can check "conf/plugin/manner.conf " ( Not Available in Lite Version ) To add more words to the filter you can add it to "conf/plugin/manner.txt" ~ useful information you can know more about regex from : http://www.regular-e...quickstart.html you can also test your regex and write your regex by this useful tools : http://www.rubular.com or http://regexp-evaluator.de/evaluator/ or http://www.weitz.de/regex-coach/ or http://regex101.com/ you have to know that one wrong regex can make no one able to talk. ~ Credits Haruna Ind Hemagx ~ Changelog Unknow date - First Working Version v0.1 2015/12/12 v0.2 - Update to work with latest Hercules, optimized a bit for faster plugin, officially release lite version. ~ thank you Click here to download this file
-
Version 0.2
180 downloads
~ Hello Here's my Server side manner based on ind one with more advanced options. ~ Features -- For Full Version it uses regular expressions Option to bypass by GM Level or Group Permission or by using special Variable Auto mute -- Full Lite Version it uses regular expressions Option to bypass by Group Permission eh.. yep nothing else that why it's LITE ~ How to install Download the File Copy manner.c to "src/plugins" Copy the config files to "conf/plugin" Follow usual installation guide ~ How to customize To change plugin options you can check "conf/plugin/manner.conf " ( Not Available in Lite Version ) To add more words to the filter you can add it to "conf/plugin/manner.txt" ~ useful information you can know more about regex from : http://www.regular-e...quickstart.html you can also test your regex and write your regex by this useful tools : http://www.rubular.com or http://regexp-evaluator.de/evaluator/ or http://www.weitz.de/regex-coach/ or http://regex101.com/ you have to know that one wrong regex can make no one able to talk. ~ Credits Haruna Ind Hemagx ~ Changelog Unknow date - First Working Version v0.1 2015/12/12 v0.2 - Update to work with latest Hercules, optimized a bit for faster plugin, officially release lite version. ~ thank you -
Hello People, When i send a private chat to someone i get the line ( To "name" () "Message" Why is there is () at the and of To Wisper ( From "name" ) "Message" If any 1 has any idea how i could change that please shout out.
-
Greetings to everyone, I'm not really sure where exactly to post this topic, but since I tried some source editing and failed, I decided it belongs in Client support section. What I'd like as result is a colored message inside chatroom. I'm not sure if it's possible, but nonetheless. What I tried is replacing normal message packet (0x8d) with colored message one (0x2c1). Well, for normal chat it makes wonders, but for chatrooms... Text sent with this packet doesn't appear in chatroom itself, but only in chat log of all players within chatroom. So it's not working, I guess. Are there any more ideas I can try out? Maybe someone succeeded in such a deed before?