Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: SliqKilla on August 09, 2015, 10:40:05 AM

Title: Is this possible? (command to give point by mods)
Post by: SliqKilla on August 09, 2015, 10:40:05 AM
the !add points option is reserved for level 2mods, but all the mods on my channel are only level 1, so i made a command with command chaining that executes "!add 100 all" by deepbot. This works fine, as long as it is "ALL".

Is there a way to create a command with a command chaining string "!add 100 @target@" by entering for example "!youwin xxuser"   ?

I have tried this and the message accepts @target@ with a response " Congrats xxuser you win 100 points", but the command chaining does not allocate the points.

please advise.

Title: Re: Is this possible? (command to give point by mods)
Post by: TheNumbLock on August 09, 2015, 10:48:58 AM
To make them mod level 2, just go to user database tab > Right Click the user > Edit user > Set mod level 2
Title: Re: Is this possible? (command to give point by mods)
Post by: SliqKilla on August 14, 2015, 01:56:27 AM
i dont want to make them level 2.

the question was , is it possible to use @TARGET@ with command chaining?

ie: "!add 100 @target@"
Title: Re: Is this possible? (command to give point by mods)
Post by: emrerocky on August 14, 2015, 02:28:15 AM
You could try this:

(http://emrerocky.com/u/i/3U30815.png)

And the command to run in chat would be : !add_points (amount) (user)
Title: Re: Is this possible? (command to give point by mods)
Post by: SliqKilla on August 14, 2015, 03:42:35 AM
ok thanks for your response... i guess that would work alternatively.

Perhaps i am not explaining it right... here is what i am trying but the "command chaining" does not execute !add points @target@

(https://i.gyazo.com/17bd7a11578557fec2cc8f1e12ca83c3.png)


Title: Re: Is this possible? (command to give point by mods)
Post by: TheNumbLock on August 14, 2015, 07:12:55 AM
You gotta make another command, add command doesn't work in chaining. Command chaining runs another command from the other channel commands.

So make an ew command called like !youwin2 and put that in the command chaining box, and then put the !add 200 @target@ in there.
Title: Re: Is this possible? (command to give point by mods)
Post by: DanSizn on May 18, 2017, 04:17:17 PM
So what I am trying to do with this is allow a mod to do;

!give @user@ gives @target@ x amount of @pointsname@  So I am stuck on the x amount of points part.
Title: Re: Is this possible? (command to give point by mods)
Post by: TheNumbLock on May 18, 2017, 09:49:45 PM
!give is already built in. Why do you need to make a command for it?