Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IanChandler1990

Pages: [1] 2 3 ... 6
1
Name Changes / Re: Name change due to making new account on twitch
« on: November 16, 2017, 01:48:32 AM »
Permissions Updated.

If you need to update your bot's name, here is the guide: http://wiki.deepbot.tv/changebotname

If you have a subscription setup, you will need to cancel your subscription.
How to cancel an existing subscription: http://wiki.deepbot.tv/cancel_vip

Thanks,
Ian

2
Bug Reports / Re: DeepBot custom cmd sound is bugged!
« on: February 06, 2016, 11:04:11 PM »
Hi,

Are you running windows 10? as everything in my testing it works fine.

If not we can get one of the team to teamveiwer into the pc and see what we can do.

Ian

3
Bug Reports / Re: @cost@ in "Insuffucient Points Message" field
« on: February 06, 2016, 10:56:59 PM »
This is a know issue and will be looked at some point

Ian

4
Help/Support / Re: It keeps telling me
« on: January 14, 2016, 02:51:06 AM »
Admin here.

Change date to yesterday or more and then once you have connected change the date back to today after that dont close the bot. some things like popups wont work but everything else will.

we are working on the fix.

Ian Chandler

5
Help/Support / Re: Firewall error
« on: January 14, 2016, 02:51:00 AM »
Admin here.

Change date to yesterday or more and then once you have connected change the date back to today after that dont close the bot. some things like popups wont work but everything else will.

we are working on the fix.

Ian Chandler

6
Help/Support / Re: Deep Bot cant connect
« on: January 14, 2016, 02:50:34 AM »
Admin here.

Change date to yesterday or more and then once you have connected change the date back to today after that dont close the bot. some things like popups wont work but everything else will.

we are working on the fix.

Ian Chandler

8
Custom Notifications / Re: custom sub/donation graphics
« on: October 31, 2015, 08:01:30 AM »
Sub
Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#sub-notification {
width: 300px !important;
height: 190px !important;
background-color: transparent !important;
background-image:url("http://i.imgur.com/AV30KnD.png") !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
        margin-top: -145px !important;
        margin-left: 0px !important;
        text-align: center;
        line-height: 80px;
        width: 300px !important;
        font-size: 32px !important;
        text-transform: capitalize;
        font-weight: normal !important;
        font-family: impact !important;
        color: white !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

tip

Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !important;
overflow: hidden !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 130px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -32px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

9
Custom Notifications / Re: custom sub/donation graphics
« on: October 31, 2015, 05:31:52 AM »
not aligned properly bud on both

If you want it like this



this is the code

Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !important;
overflow: hidden !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 70px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -20px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

11
Help/Support / Re: Kill Command - How make?
« 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.


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



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.



!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.



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

Cmd Chaining= !add 200 @user@



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

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



!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

12
Help/Support / Re: Kill Command - How make?
« 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

13
Help/Support / Re: Using Deepbot with Multiple Streamers for Music
« on: September 25, 2015, 12:43:26 AM »
well lets say you add a song on the playlist and have it play in the player in the bot and add a second song when you load the player in say chrome it will skip the song on both. what i think is happening is that one of the windows you have open is not loading the player correct when it plays the first clip the stars and will keep skipping to new one as that is what it is ment to do. this could be due to that video is blocked for that person so it will skip that song.

14
Help/Support / Re: Donations not being received... Where are they going?
« on: September 25, 2015, 12:39:46 AM »
I would go back to http://deepbot.tv/dev/donationaccess/#Home and just make sure its still in there. but this is secure as it is just taking you to you paypal page as you have it now just with added info like twitch name and message

15
Help/Support / Re: Donations not being received... Where are they going?
« on: September 24, 2015, 07:49:27 PM »
I took a look at your tip page well the URL it would of been and it seems you don't have it setup

Pages: [1] 2 3 ... 6