mIRC Home    About    Download    Register    News    Help

Print Thread
J
Javilobo8
Javilobo8
J
Hi guys! I'm new at this forum and I'm having a headache with this...

I pretend to implement a new command on a Twitch channel chat, that its called !buy. Its function is allow the viewers to buy a image that shows on the stream. Now, there is a coin-earn system implemented and viewers can make duels or betting his coins but they can't spend them on things.

The problem arrives when I try to connect mIRC with the CLR, I dont know how and I spent a lot of hours searching it on the internet. I saw it on BoxBox Stream (flosd), people can type !overlay and buy a image that shows for a short time on the stream, I know that the plugin is called CLR Browse Source Plugin and TwitchAlerts provides a link that you put on the plugin and everything works for new followers alerts, new subs, etc.

Someone knows how to do that?

Thank you so much guys! smile

Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
Explain how it works in general then we can help you with mIRC implementation.

J
Javilobo8
Javilobo8
J
I write '!buy cat' and a image show at the stream. The problem is not the code, the problem is how I should connect de !buy command to the CLR OBS Plugin.. that's all

Sorry for my english, im spanish

Thank you so much!

S
Sakana
Sakana
S
You probably need to use the /run command and then some kind of paramters. If it doesnt take any parameters try and find a way to make sure it does

Code:
/run CLR.exe 15,cat.jpg


(made up example)

B
Belhifet
Belhifet
B
Originally Posted By: Loki12583
Explain how it works in general then we can help you with mIRC implementation.


CLR browser reads html files.

This could be done with a picture window -- Its a much easier implementation.

J
Javilobo8
Javilobo8
J
And how can I raise up that picture windows from mIRC?

Thank you.

Joined: Feb 2015
Posts: 241
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 241
/window -p @window
smile

Last edited by OrFeAsGr; 21/05/15 11:45 AM.

Link Copied to Clipboard