Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: hellplay on October 07, 2015, 01:03:09 PM

Title: Kill Command - How make?
Post by: hellplay on October 07, 2015, 01:03:09 PM
Hi guys, i had an idea to do something like the assassination. One of the viewer under attack on any other viewer for 100 points if more than a certain number of drops, the attempt is considered successful, the victim went to the hospital and loses 100 points if the attempt fails, the victim gets 100 points, which are spent by the customer. I tried to implement something like this with the help of commands, but do not work out. It is generally possible to realize via commands? If so, how? Thank you in advance
Title: Re: Kill Command - How make?
Post by: IanChandler1990 on October 08, 2015, 08:29:52 PM
Hi I Think I know of a way of doing this but will have to play with it when I get home from work and will reply with the answer here.

Ian
Sent from my Nokia Lumia 920 using Tapatalk
Title: Re: Kill Command - How make?
Post by: IanChandler1990 on October 10, 2015, 08:29:33 PM
Hi Hellplay,

I have been playing with this idea and have come up with this. if you follow this guide you will have it all done but you don't need to use the wording have as that was for testing only.

This shows it working for a win and lose.
(http://puu.sh/kF4SC/3e324ccde4.png)

To get this all work first make the cmd you want to start this whole thing off mine was !die

(http://puu.sh/kF4Tv/20719dad83.png)

This is the cmd=   Ok @user@ and @target@[1] Have gone into battle

now make sure you add the command chaing part= !die2 @user@ @target@[1]
and tick the box Admin access and the run after is for your liking. now we go onto making the next cmd.

all the cmds name what you want as you will see i used die1 to die5 so you see how it all links.

(http://puu.sh/kF4Vi/8618a69f5f.png)

!die2 = @if@[>||@rand@[0,100]||50||!die3 @target@[1] @target@[2]||!Die4 @target@[1] @target@[2]]

with this Cmd this part will make it 50/50 on who wins"[0,100]||50||".no chaining required for this one but do make sure hide from cmd list is ticked on all the next cmds.

(http://puu.sh/kF4Wu/30c91305f9.png)

!die3=  Ok @target@[1] Won the battle And @target@[2] Lost

Cmd Chaining= !add 200 @user@

(http://puu.sh/kF4XA/c812557e3c.png)

!die4=  Ok @target@[1] Lost the battle And @target@[2] Won!

Cmd Chaining= !die5 @target@[1] @target@[2]

(http://puu.sh/kF4Yl/52dc0f1147.png)

!die5=  !remove 200 @target@[1]

Cmd Chaining=  !add 200 @target@[2]

for all the cmds just name them for what you want and change them in all the cmds.

Regards,

Ian Chandler
Title: Re: Kill Command - How make?
Post by: hellplay on October 20, 2015, 12:28:15 AM
Hi Hellplay,

I have been playing with this idea and have come up with this. if you follow this guide you will have it all done but you don't need to use the wording have as that was for testing only.

This shows it working for a win and lose.
(http://puu.sh/kF4SC/3e324ccde4.png)

To get this all work first make the cmd you want to start this whole thing off mine was !die

(http://puu.sh/kF4Tv/20719dad83.png)

This is the cmd=   Ok @user@ and @target@[1] Have gone into battle

now make sure you add the command chaing part= !die2 @user@ @target@[1]
and tick the box Admin access and the run after is for your liking. now we go onto making the next cmd.

all the cmds name what you want as you will see i used die1 to die5 so you see how it all links.

(http://puu.sh/kF4Vi/8618a69f5f.png)

!die2 = @if@[>||@rand@[0,100]||50||!die3 @target@[1] @target@[2]||!Die4 @target@[1] @target@[2]]

with this Cmd this part will make it 50/50 on who wins"[0,100]||50||".no chaining required for this one but do make sure hide from cmd list is ticked on all the next cmds.

(http://puu.sh/kF4Wu/30c91305f9.png)

!die3=  Ok @target@[1] Won the battle And @target@[2] Lost

Cmd Chaining= !add 200 @user@

(http://puu.sh/kF4XA/c812557e3c.png)

!die4=  Ok @target@[1] Lost the battle And @target@[2] Won!

Cmd Chaining= !die5 @target@[1] @target@[2]

(http://puu.sh/kF4Yl/52dc0f1147.png)

!die5=  !remove 200 @target@[1]

Cmd Chaining=  !add 200 @target@[2]

for all the cmds just name them for what you want and change them in all the cmds.

Regards,

Ian Chandler

BIG THX YOU!!!