mIRC Home    About    Download    Register    News    Help

Print Thread
#256627 04/02/16 04:13 PM
Joined: Sep 2015
Posts: 33
D
Deerayn Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Sep 2015
Posts: 33
Hi again, so I have a dream to make this script laugh. I saw some tutorial with Python, and my question is it possible make this with Mirc?

Example: Make script with Riot Games API.
-Streamer starts League of legends game.
-Bot write in chat "Games started please place your bets, who will win? Streamer or Enemy" (timer 30secs~)
-People starts betting with points (!bet streamer [amount] | !bet enemy [amount] )
-Bot: Betting closed
-Game ends
-Bot: Winner is Streamer ( And give 2x points who placed bets on streamer )

Joined: Nov 2015
Posts: 14
N
Pikka bird
Offline
Pikka bird
N
Joined: Nov 2015
Posts: 14
That was possible to do before the ban of unofficial api.

After the ban (and the launch of offical api from riot), the irc dev community for lol is largely gone.

So, keep dreaming with riot games.

Joined: Dec 2014
Posts: 6
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2014
Posts: 6
its still possible. my script i wrote is still working but i spend alot of time on it and wont give it fo free at all
thats what my bot response in the Chat (yeah its german)

Start of the Game:
Quote:
<@fredsminimi> /me Das Wetten für das Spiel können platziert werden! (!bet win/lose Betrag)
<@fredsminimi> /me Ihr könnt noch 3 Minuten wetten! (!bet win/lose Betrag)
<@fredsminimi> /me Die Quote für Win beträgt: 1.0
<@fredsminimi> /me Die Quote für Lose beträgt: 1.0
<@raymd> !bet lose 800
<@fredsminimi> /me raymd wurde mit 800 Hartgeld eingetragen
<@fredsminimi> /me Die letzte Minuten zum Wetten läuft! (!bet win/lose Betrag)
<@fredsminimi> /me Die Wettzeit ist um! Viel Glück an alle Teilnehmer!

After the Game:
Quote:
<@fredsminimi> /me Die Gewinne werden berechnet und nach Rückantwort der Riot API ausgezahlt!
<@fredsminimi> /me Die Gewinne (für das Spiel Caitlyn(K:10|D: 5)) wurden alle ausgezahlt!


Link Copied to Clipboard