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

Pages: [1]
1
Well you can simply add up the points as each event happens to one master file that you would then wipe clear whenever you wanted.

(...)

PLEASE VERIFY ALL CODE BEFORE USING IN PRODUCTION AS I AM WRITING IT AT THE TOP OF MY HEAD WITHOUT ACCESS TO MY DEEPBOT FOR TESTING.

I was travelling abroad for the last few weeks and didn't think of checking back on this thread but thank you so, so much for taking the time to write this up.
It looks like this is pretty much everything I wanted (with the small exceptions of allocating extra points for tier 2 and tier 3 subs, but I'll either try and find a workaround for that, or just live with it).
You're amazing.

2
As for the gauge itself, I'm thinking of using a 3 quarters circle shape, similar to variant 2 on this page:
http://bernii.github.io/gauge.js/

But without text, and using a custom image as gauge fill to make it more visually appealing.

3
Hi there,

Thanks a lot for for your reply, to be honest I had lost hope of getting help from this forum.

To answer your question, the way I have my current system set up is I have both a customized donation goal and subgoal on Tipeeestream, as progression bars and added this to the CSS in OBS:

.gauge-fill {
    background-color:transparent;
    background:url(https://i.imgur.com/e5fiCRa.png) right no-repeat;

I made the gauge fill image twice the size of the gauge itself, and with 2 different-colored sections, so what happens is the 1st half of the image gradually fills the bar as we get near the goal, and if we go over the goal the gauge starts being filled with the 2nd half of the image, indicating that we're basically filling a 2nd gauge over the 1st one. And if I wished I could repeat this process with a 3rd, 4th, etc... full "bar".
I'd like to keep something similar with this project, i.e visually indicate that we went over the goal for a single session, but definitely restart at 0 when I clear/reset the file for the next session.

This system visually works well, the problem is that I'm forced to have a separate progression bar for donations, subs and follows, while cheers for some reason simply can't be used as a goal variable on Tipeee (despite obviously being correctly recorded by the site).

What I want to do is COMBINE donation/subs/follows/cheers into a single custom daily gauge/goal using a "score" system that I previously outlined, for a more elegant, streamlined and less screen-cluttering solution.

So to be clear, while I realize turning the output current "score" + goal into a visual gauge/progression bar will require some html/CSS/JS work later down the line, my main issue right now is with the previous step, i.e finding how to combine donations/follows/subs of various tiers/cheers, assign a point value to each, output a result and have all of that be over a single, over a session length that'd be easy to customize and reset at will. 

4
Hey guys,

Longtime DB user here.
As the title indicates, I'm trying to build a custom overall stream goal counter (such as the ones you often see for donations, subs, etc... except this one would combine all of these in one "score").

Basically, I'd be giving point values to:

Donations, 1€ = +1pt
Cheer, 100Bits = +1pt
Subs, 1 sub point = +5pt
And (maybe, not sure about that one) Follows, 1 new follow = +1pt

I'd need my custom text file/command to combine and add up all of these, giving me an overall score for the session.
I.e 20€ donated, 1000 Bits cheered, 3 Tier1 subs, 1 Tier2 sub, 7 followers = 20*1 + 10*1 + 3*5 + 1*10 + 7*1 = +62pts total

I'd need also need to be able to reset that file whenever I want, so it would only account for a period of my choosing (which should pretty much be every stream/day).

Once I have that custom output, I'll turn it into a an onscreen progression bar, but I know how to do that.
I also realize I could just build a command to manually increment a counter when each of the previous event occurs, but that sounds impractical while streaming and prone to error, so I'd rather find a way to automate it if such a thing is possible.

And hopefully it will, with your help.

5
Help/Support / Re: Bot Errors/Crashing? Please read this first
« on: October 05, 2016, 09:03:46 AM »
Nope, plot twist: I actually lost 90% of my user database, my custom commands, stream interaction/game settings, saved polls and bets...

Edit: I think everything's back where it is supposed to be now. Seems like something i my data folder was corrupted, but restoring a slightly older backup did the trick.

Edit 2: and sorry for multiple posting, I rely on DB so heavily at this point that the thought of having lost anything was pretty stressful :p

6
Help/Support / Re: Bot Errors/Crashing? Please read this first
« on: October 05, 2016, 08:34:44 AM »
Alright nevermind, I had to do a full clean reinstall and manually switch back the Data folder, but all is well now, thanks again RepentGaming

7
Help/Support / Re: Bot Errors/Crashing? Please read this first
« on: October 05, 2016, 08:29:01 AM »
Damn, I was really hoping it wouldn't come down to that. Alright, thanks for your time.

8
Help/Support / Re: Bot Errors/Crashing? Please read this first
« on: October 05, 2016, 08:22:58 AM »
I did run DB as admin (even though I never needed to) to check if it made any difference, DeepBot still refuses to connect and gives me the same log:

05 Oct 02:20:55,849 - 0.9.9.3: Crashed Method not found: 'Void Discord.DiscordClient.add_Ready(System.EventHandler)'.
05 Oct 02:20:55,853 - 0.9.9.3: Crashed    at #W8b.#75b.Connect()
   at DeepBot.Main.#Rq(Boolean #Ck, DateTime #Sq, Boolean #Tq)
   at DeepBot.Main.#Yrc.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)

9
Help/Support / Re: Bot Errors/Crashing? Please read this first
« on: October 05, 2016, 07:11:30 AM »
Hi, I finally updated today from, if I remember correctly, 9.5.5 to 9.9.3 and now DeepBot won't connect anymore. I did install/repair MS 2013 C++ redistributable, both the 64 and x86 version. This is the crash log:

05 Oct 00:58:05,844 - 0.9.9.3: Crashed Method not found: 'Void Discord.DiscordClient.add_Ready(System.EventHandler)'.
05 Oct 00:58:05,857 - 0.9.9.3: Crashed    at #W8b.#75b.Connect()
   at DeepBot.Main.#Rq(Boolean #Ck, DateTime #Sq, Boolean #Tq)
   at DeepBot.Main.#Yrc.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
05 Oct 01:01:58,569 - 0.9.9.3: Crashed Method not found: 'Void Discord.DiscordClient.add_Ready(System.EventHandler)'.
05 Oct 01:01:58,573 - 0.9.9.3: Crashed    at #W8b.#75b.Connect()
   at DeepBot.Main.#Rq(Boolean #Ck, DateTime #Sq, Boolean #Tq)
   at DeepBot.Main.#Yrc.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)


Any help would be greatly appreciated there.

10
Help/Support / Re: Streaming on two different channels/DB accounts
« on: February 27, 2016, 03:33:01 AM »
Yes the original intent was to each run it from our individual computers, but we'll look into your suggestion. In any case, thanks a lot for the help!

11
Help/Support / Streaming on two different channels/DB accounts
« on: February 26, 2016, 10:40:41 PM »
Hey everyone, I'm in a bit of a confusing situation right now regarding using two different DeepBot accounts on two different channels and would love to receive a clear answers on a few questions.

I have been a (very satisfied I should add) daily user of DeepBot on my personal channel (http://www.twitch.tv/santosvella) for around 8 months.

As it happens, I'm also streaming a few times a week for a multigaming/multi streamer WebTV (http://www.twitch.tv/warlegend) whose management is now planning on also switching to DeepBot as a comprehensive solution for all the channel's botting needs that would be shared among all the streamers (around 20 people or so) . The WebTV's manager (not me) already applied for and obtained an account.

Knowing this, my questions are the following:

1) Is sharing a single Deep Bot account between 20 people all streaming on the same channel but needing different commands/bot features allowed, and technically feasible?
Poking around the streamer chat, we've seemingly been getting conflicting answers:

http://imgur.com/fE6EvMV

http://puu.sh/nkSBO/d1dafe5f7e.png


2) Assuming the answer to this 1st question is positive, how would I, having my own DeepBot account and using it on my own channel, go about setting things up properly?
That is, how would I be able to switch several times a week between my own DeepBot account and the WebTV's, making sure the settings for both stay entirely separate and do not conflict with or override each other, which files and folders would I need to backup and (I assume) manually move around to accomplish this goal, etc...?

I hope to hear from you soon.
Best regards,

Santosvella

12
1. From a Google search, trying to find a more feature-complete loyalty bot
2. Santosvella
3. Santokensbot
4. Mondays 17:30-23:30 CET, Tuesdays to Fridays 15:00-20:00 CET
5. No(t yet)
6. 7-9, I only started a month ago but I'm getting a lot of positive feedback
7. Yes, I have been using Modbot until now

I sent a $15 payment.

System Edit : Application Accepted. Install complete. Thanks for the support!
For point migrations, please email your modbot.sqlite file to deepbot@deep.sg for conversion.

Pages: [1]