
Smart Chat Bot
I send chat messages based on some triggers or time
Total Downloads: 1,856 - First Release: Apr 20, 2017 - Last Update: Jan 2, 2018
- 5/5, 12 likes
-
Thanks for changing the file location.
Mod works well for me. It's a lot of fun too!
Feature request: Allow multiple messages responses. Allow those messages to be randomly given.
For instance, if I wanted to provide a message for the word bear, as a hypothetical example, I might use the word 'bear' to be recognized, but have 3 messages which might return:
1. Cuddly thangs aren't they?
2. They bite, watch out!
3. I hear they only eat berries
This might create a more dynamic bot and make the responses more interesting.
[DOUBLEPOST=1493470480][/DOUBLEPOST]Also, I'd love to have an option to see the responses in the console. A player's chat message may sometimes be in response to a bot response and it'd be hard to know what it was that they were responding to if you're looking at the console. -
-
You can also just remove the empty blocks
Code:"AutomatedResponses": [ { "Message": "hello there", "SendToServer": true, "TriggerMessages": [ [ "must", "say" ] ] },
-
Does this work fine along side Advertmessages?
-
I assume if the plugin is purely advert messages on a timer it should be fine. If anything, you could combine the timed messages into this plugin. -
[DOUBLEPOST=1493487656][/DOUBLEPOST]
Code:{ "ChatDisplayName": "<color=#00FF00>[Bot]</color>", "BotCooldownInSeconds": 2.0, "BotChatDisplaySteamId": "****************", "TimedMessages": [{"Message": "Press J to view stats, /clans to make a clan , /Skin to skin an existing item, /kit to view existing kits", "InitialCooldown": 0.0, "Cooldown": 3.0}], "AutomatedResponses": [] }
-
@i_love_code Would you be able to make it so it is not case sensitive?
-
[DOUBLEPOST=1493523212][/DOUBLEPOST] -
i_love_code updated Smart Chat Bot with a new update entry:
1.3
[DOUBLEPOST=1493523586][/DOUBLEPOST] -
any plugins needed for this to work as mine is not
-
-
i_love_code updated Smart Chat Bot with a new update entry:
1.4
-
not work , plugin dont load on server
-
-
(23:08:42) | [Smart Chat Bot] ----------------------------------------------
(23:08:42) | [Smart Chat Bot] SmartChatBot - i_love_code
(23:08:42) | [Smart Chat Bot] ----------------------------------------------
(23:08:42) | Failed to call hook 'DebugConsoleCommand' on plugin 'SmartChatBot v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) -
-
i_love_code updated Smart Chat Bot with a new update entry:
1.5
-
Can someone be kind enough to share a working json for this plugin. Maybe it's too early or maybe I am the dumb... but I am getting numerous parsing errors when I follow the examples from the overview D:
Edit -- It was just too early. I have it working now XDLast edited by a moderator: May 10, 2017 -
Is it possible to have the bot look for a specific word, but not find words that also contain that same word? For example, have the bot return a message if someone says wipe, but not if they say the word swipe or wipeout.