Author Topic: Deep control FrankerFaceZ via VIP points  (Read 1664 times)

0 Members and 1 Guest are viewing this topic.

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Deep control FrankerFaceZ via VIP points
« on: July 04, 2016, 10:43:57 PM »
Hi,

Just wanted to see if anyone has been able to use Deep to control FrankerFaceZ via VIP points and if so how? If this isn't possible is deep not able to control any emoji on points

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Deep control FrankerFaceZ via VIP points
« Reply #1 on: July 08, 2016, 08:26:34 AM »
When you say "control" do you mean just control them typing emotes in chat? There is a workaround to get that particular function working for you. Keep reading to find out how.

GUIDE BEGIN

For this to work you're going to need to be a VIP user as this will make use of the moderation feature. If you're not a VIP user you can become one here http://deepbot.tv/services. For everything VIP users have access to click here http://wiki.deepbot.tv/doku.php?id=vip_features

With that obligatory segment out the way, lets get into the meat of the guide. Follow these steps to achieve greatness (and control, obviously)

  • Set up moderation

Moderation by default is disabled as having it enabled can increase CPU usage on the PC that Deepbot is residing on. First navigate to the moderation tab and click the Links button. Enable this moderation feature. This particular feature needs to be enabled to allow use of the !permit command which will prove key to your particular usage. Do note that !permit will grant access through ALL the moderation layers.

Next, click the Banned Words button and add the FFZ emotes you want to control. I'm afraid this step will take you a while as you will need to enter each of these manually. You can go an extra step further and control BTTV emotes by adding them to the same list. If you want to control the normal Twitch emotes you can do this by clicking the Spam button and ticking Emote Spam. Set this to 0 to deal with all emotes that get posted in chat.

  • Setting up the command

Below is the command that you need to allow your viewers to "buy" access to post emotes in your chat. I made it so they need a minimum of 100 points (Viewer, VIP Bronze, VIP Silver, VIP Gold) to buy the permit. Copy the code in the box below to have this already set up for you. To import a command into your Deepbot go to Channel Commands -> Right Click any command -> Import Command and paste the code in the box that appears.

Code: [Select]
[{
  "command": "!buyemote",
  "group": "",
  "status": true,
  "runAsBot": false,
  "runAsUserElevated": false,
  "startsWithEx": false,
  "message": "!permit @user@",
  "lastUsed": "0001-01-01T00:00:00",
  "cooldown": 0,
  "accessLevel": 1,
  "soundFile": "",
  "costEnabled": true,
  "costAll": 0,
  "costVIPViewer": 100,
  "costVIPB": 100,
  "costVIPS": 100,
  "costVIPG": 100,
  "costVIPMod": 0,
  "costVIPStreamer": 0,
  "OnScreenWidgetEnabled": false,
  "OnScreenWidgetName": "",
  "OnScreenWidgetTitle": "",
  "OnScreenWidgetMessage": "",
  "OnScreenWidgetImageLink": "",
  "OnScreenWidgetAnimMode": 0,
  "OBSRemoteEnabled": false,
  "OBSRemoteAction": 0,
  "OBSRemoteSceneName": "",
  "CommandChaningCmdName": "",
  "CommandChaningRunAfter": 0,
  "CommandChaningRunAsAdmin": false,
  "VIPModEnabled": false,
  "VIPModIfViewer": 0,
  "VIPModIfVIPB": 0,
  "VIPModIfVIPS": 0,
  "VIPModIfVIPG": 0,
  "VIPModAddDays": 30,
  "countdown": "2016-07-08T01:10:14.5848562+01:00",
  "counter": 0,
  "APITarget": false,
  "hideFromCmdList": false,
  "accessDeniedMsg": "",
  "noPointsMsg": "",
  "disableChanAccess": false,
  "disableWhisperAccess": false,
  "disableDiscordAccess": false,
  "isSoundVolumeSet": true,
  "soundVolume": 100
}]
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556