Author Topic: Is this possible? (command to give point by mods)  (Read 2986 times)

0 Members and 1 Guest are viewing this topic.

SliqKilla

  • Youngling
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
  • Twitch Name: GlitchingQueen
Is this possible? (command to give point by mods)
« 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.


TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Is this possible? (command to give point by mods)
« Reply #1 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
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

SliqKilla

  • Youngling
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
  • Twitch Name: GlitchingQueen
Re: Is this possible? (command to give point by mods)
« Reply #2 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@"

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Is this possible? (command to give point by mods)
« Reply #3 on: August 14, 2015, 02:28:15 AM »
You could try this:



And the command to run in chat would be : !add_points (amount) (user)

SliqKilla

  • Youngling
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
  • Twitch Name: GlitchingQueen
Re: Is this possible? (command to give point by mods)
« Reply #4 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@





TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Is this possible? (command to give point by mods)
« Reply #5 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.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

DanSizn

  • Youngling
  • *
  • Posts: 35
  • Karma: +0/-0
    • View Profile
  • Twitch Name: DanSizn
Re: Is this possible? (command to give point by mods)
« Reply #6 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.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Is this possible? (command to give point by mods)
« Reply #7 on: May 18, 2017, 09:49:45 PM »
!give is already built in. Why do you need to make a command for it?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport