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

Pages: [1]
1
Help/Support / Re: Small chat CSS
« on: January 28, 2017, 09:14:19 AM »
Probably need to adjust the size in the .tag section ;)

Dont think thats the problem, because when the message is like 3 words its still good and normal how they should be but if the message is like 8 words it pushed the badges so small.

2
Help/Support / Small chat CSS
« on: January 27, 2017, 02:00:36 PM »
Hi everyone,

How is it that my chat badges are getting smaller when the message is bigger ?

CSS:
Code: [Select]
::-webkit-scrollbar {
    visibility: hidden;
}
html {
    height: 95%;
    width: 95%;
}
BODY {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #FFF;
    height: 95%;
    width: 95%;
    overflow: hidden;
}
.nick {
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 #000;
}
.emote {
    margin: -4px 0px;
}
.tag {
    display: inline-block;
    text-indent: 21px;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    height: 18px;
    width: 18px;
    padding: 0;
    margin-right: 3px;
    margin-bottom: -1px;
    text-indent: -9999px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}
.turbo {
    background-color: #6441a5;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_turbo.svg);
    background-size: 100%;
}
.moderator {
    background-color: #34ae0a;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_mod.svg);
    background-size: 100%;
}
.broadcaster {
    background-color: #e71818;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_broadcaster.svg);
    background-size: 100%;
   
}
.staff {
    background-color: #200f33;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_staff.svg);
    background-size: 100%;
}
.admin {
    background-color: #faaf19;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_admin.svg);
    background-size: 100%;
}
.global_mod {
    background-color: #0C6F20;
    background-image: url(http://www-cdn.jtvnw.net/images/xarth/badge_globalmod.svg);
    background-size: 100%;
}
.creator {
    background-image: url(http://deepbot.deep.sg/images/obschat/creator.gif);
}
.support {
    background-image: url(http://deepbot.deep.sg/images/obschat/support.png);
}
.vipbronze {
    background-image: url(http://deepbot.deep.sg/images/obschat/vipbronze.png);
}
.vipsilver {
    background-image: url(http://deepbot.deep.sg/images/obschat/vipsilver.png);
}
.vipgold {
    background-image: url(http://deepbot.deep.sg/images/obschat/vipgold.png);
}
.chat_line {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -10px;
    padding-top: 2px;
    padding-bottom: 15px;
    line-height: 16px;
    word-wrap: break-word;
    color: #FFF;
}
#chat_box {} #chat_container {
    border-radius: 10px;
    background-color: transparent;
    padding: 10px;
    height: 95%;
    width: 95%;
}

3
Help/Support / Re: Variables Check
« on: January 25, 2017, 10:12:47 AM »
@RepentGamingTV

Works great, that was the thing i ment.

4
Help/Support / Re: Chat Color
« on: January 25, 2017, 01:44:34 AM »
Try going into the master settings and adding your name as a highlighted word.

Ooooow damn ! How did i not see that.  ??? :o
Thanks for the support.

5
Help/Support / Variables Check
« on: January 24, 2017, 05:16:28 PM »
Hi everybody,

So i want some custom commands in my bot, but i need to check on some things.
If the target is not empty and after that is the user exist.

Now i have some setup but it fails after the user exist check.
If the target is empty it gives the message fine, but after that it should check if the user exist but its not.

!hug
Code: [Select]
@if@[@target@||||@user@ You must name a target for you to hug!||!hug_2 @target@]
!hug_2
Code: [Select]
@if@[@target@||User not found||@user@ sorry but that is not a valid user||!hug_3 @target@]
!hug_3
Code: [Select]
GivePLZ @user@ Gives @target@ a BIG HUG TakeNRG
Can anyone help me with this ?

Regards,
RDBGaming

6
Bug Reports / Custom Points String
« on: January 24, 2017, 03:16:37 PM »
Hi deepbot,

In the Default Points String Custom. The @pointsname@ and @userclass@ dont work for me.
Can you help me out ?

Regards,
RDBGaming

EDIT: Fixed the @userclass@ to @class@

7
Streamer Introductions / Hi Everybody !
« on: January 24, 2017, 02:07:01 PM »
I am Remon from the netherlands. Born on october 20th 1983. Dutch streamer/gamer! Big fan of FPS games, especially Call of Duty and Battlefield.

If you have the time, feel free to check my twitch and say hi!
https://www.twitch.tv/rdbgaming

8
Help/Support / Chat Color
« on: January 24, 2017, 01:41:26 PM »
Hi everyone,

I hope that someone can help me out.
Is this even possible, that if anyone mention me inside the bot my background color is red or something ?
In that way it stands out better.

I uploaded a attachment, like what i mean.

http://imgur.com/fPEMLrf

Well i think most of the people know what i mean, cause when i go into the streamer chat from deepbot i see my background is red when someone mention me.

Regards,
RDBGaming

Pages: [1]