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 - TinyxDestiny

Pages: [1]
1
Custom Notifications / Re: Custom Notification WorkShop
« on: April 23, 2016, 03:37:46 AM »
I don't know why it comes up a squished. D:

2
Custom Notifications / Re: Custom Notification WorkShop
« on: April 23, 2016, 03:35:18 AM »
If for some reason later I wanted just swap for a gif can I swap the img link?

3
Custom Notifications / Re: Custom Notification WorkShop
« on: April 23, 2016, 03:34:09 AM »
That works thank you so much! Going to put it in now!

4
Custom Notifications / Re: Custom Notification WorkShop
« on: April 22, 2016, 08:44:14 PM »
I will be working on Custom Notifications for all DeepBot users. Don't expect your notifications to be done right away, since I am doing this for free. Expect up to 48 hour delay for your custom notifications to be done. (It all depends on how busy I am and how many requests I get.) If you want them done faster, you can donate to me, and I will move you to the top of the list. (PM me for details on that.)

Post Below with the following the notifications you need. Here are the layouts:

For image links use Imgur.

Follower Alert:
Code: [Select]
Follower Alert

Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Where do you want text located? (Follower Name):
Example (If applicable):
Anything else?:

Donation Alert: (You do not need to include all 3 text options, Just an FYI.)
Code: [Select]
Donation Alert

Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Currency Type:
Where do you want text located?(Text Options: Donator Name, Donation Amount, Message)
Example (If applicable):
Anything else?:

Subscriber Alert:
Code: [Select]
Subscriber Alert

Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Where do you want text located? (Subscriber Name)
Example (If applicable):
Anything else?:







Follower Alert

Image Link:  http://i.imgur.com/HfdAkqJ.png
Font Style/Link: http://www.dafont.com/lobster.font
Font Color: White
Any text fill/boarder?: Whatever just long it stands out  Maybe border like a twitter blue?
Where do you want text located? (Follower Name): Middle
Example (If applicable): http://i.imgur.com/TgNisYO.png
Anything else?: Thank you Repent!

5
It doesn't come up the same, i'll mess with it after stream though. <3

6
You are the best thank you!

7
To get this custom font to work for you, you need to go here: http://www.mediafire.com/download/loyr1s59jltqg1b/HoboStd.otf Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere

Requested by:

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 2253px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/o5EtWPK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 350px !important;
margin-left: 900px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 132px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

Preview: (If there is a black background, it is just my background.)





Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: 'Hobo';
src: url('InsertDownloadLinkHere');
}
#donor-notification {
width: 2253px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kKl6wfT.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}


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

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

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 420px !important;
margin-left: 1100px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 870px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}

Preview: (If there is a black background, it is just my background.)



Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#sub-notification {
  display: none;
  position: absolute;
  width: 2253px !important;
  height: 750px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/FnRcvxn.png') !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 250px !important;
margin-left: 900px !important;
width: 300px !important;
font-size: 132px !important;
font-weight: bold !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

Preview: (If there is a black background, it is just my background.)




I need help with the same thing with a sub alert Repent! <3


http://www.dafont.com/authentic-hilton.font
http://i.imgur.com/WWGHZlv.png

Please and thank you!  Last time I tried it myself the photo would come up but no ones name would show up.

8
Help/Support / Re: Bot Name Change Please ? Thank you!
« on: October 29, 2014, 04:19:14 AM »
Thank You!

9
Help/Support / Bot Name Change Please ? Thank you!
« on: October 28, 2014, 01:33:20 AM »
If anyone could get my bot license changed to TinyxProfessorOak I would greatly appreciate it! 

I'm TinyxDestiny. 

Please, and thank you so much.  I really love the Bot!

10
Help/Support / Re: Think My Bot Name Was Taken? Or Password...
« on: October 03, 2014, 06:15:51 AM »
Thank you!  Sorry for the hassle.. funny because I thought of a much better bot.  But, I don't want to be a hassle.  Thank you for changing it! <3

11
Help/Support / Re: Think My Bot Name Was Taken? Or Password...
« on: October 02, 2014, 11:53:01 PM »
Thank you Emerald!   :)

12
Help/Support / Re: Think My Bot Name Was Taken? Or Password...
« on: October 02, 2014, 11:26:44 AM »
Think it will be by tomorrow?

13
Help/Support / Re: Think My Bot Name Was Taken? Or Password...
« on: October 02, 2014, 09:04:19 AM »
Anyone?!

14
Help/Support / Think My Bot Name Was Taken? Or Password...
« on: October 02, 2014, 12:06:49 AM »
I cannot either get the password to get into "tinybot" or someone had already made it.. i'm not sure.. I made a TinyxDestinyBot , just as a back up but it won't let me use it.  Please help! Trying to get setup in the next hour! Please, and thank you to everyone that helps! <3

15
Closed Beta Applications / Re: Closed Beta Applications Phase 2 - Now Open
« on: September 30, 2014, 12:57:18 AM »
Where did you hear about DeepBot from?
   Hienz93 / AvoidThe9to5
Your stream name?
    TinyxDestiny
Twitch bot account name?
    TinyBot
Your streaming schedule?
   Random Usually Monday - Friday. 
   10/11/12am pm til usually 6/7pm EST.
Is your stream partnered with Twitch?
    No
Average number of users on your channel?
85-100
Do you need to migrate an existing points system over to DeepBot? If yes, please specify which Bot you are currently using.
  No

System Edit : Application Accepted. Install complete. Thanks for the support!

Pages: [1]