Ankhbot Slot Mini Games

  • Feb 17, 2016  In the fourth episode, we are going to go over the Mini Games system! This one is a little long, but there's a lot to it! Check me out on Twitch if you have any questions, and check out the.
  • Dec 06, 2015  Hello there, and welcome to the first instalment of my new blog series – AnkhBot Command Spotlight! The intention of this is for me to share some of the more creative commands I’ve created with my bot with you, ranging from games to utilities to highlight time keepers! To kick off the series, I’m going Continue reading 'AnkhBot Command Spotlight — Week 1'.
  1. Ankhbot Slot Mini Games Play
  2. Ankhbot Slot Mini Games Online
  3. Mini Games Download
  4. Ankhbot Slot Mini Games Free
  5. Free Mini Games

Dec 03, 2019  A chat game for Streamlabs Chatbot: SimonSays with words. At random times, the bot sends a random word, the first to send that word in chat wins points. Ankhbot chat-game.

TL;DR:

You can find the documentation that was referenced on this page at a new domain here. Do not use the comment section on this page for support. For any assistance needed with the bot or commands, join their Discord.

Update:

I hadn’t been as active in keeping up with the development changes to AnkhBot since slightly before the acquisition from Streamlabs, which, congrats to the dev team for that!

But because of me not keeping up with the bot, some of the commands no longer functioned as were documented on this post. So what I decided to do was update the commands to work for the current version (shout out to Castorr91) and migrate it over to a Wiki-based platform that makes it much easier to update the documentation in the future and also allows other verified users to edit and contribute whenever they’d like. I also removed all game/scripts based off of using text files (i.e. slots, gambling, roulette) as how they are built now, they do not work.

I’ll no longer be monitoring the comments for this post, and will soon set up a permanent redirect to the new domain. For support I highly recommend joining their Discord support server.For whatever reason you still want to reference the original article, I have kept it hosted here albeit slightly trimmed.

UPDATE (January 3, 2016) ::: I will be updating these scripts and adding more at GitHub rather than here, as it makes things a lot easier. https://github.com/Blasman/mIRC-Twitch-Scripts

Download Here:https://dl.dropboxusercontent.com/u/1231209/mIRCscram.rar

Ankhbot Slot Mini Games Play

Ankhbot Slot Mini Games

UPDATE (December 31, 2015) ::: Fixed blank name when the bot replies that a targeted user is not in the channel. Made it so that a user can't target the bot as player 2.

This script is for the Scramble Game that I use in my Twitch channel at twitch.tv/Blasman13 . I am using a combination of mIRC and AnkhBot for use with my Twitch bot. What this script does is use the currency database from AnkhBot for adding and removing points, so you do not need a separate point system for the game.

The game is a TWO player word guessing game, where the bot will rearrange the letters of a five-letter word and whisper the scrambled word to the two players that have agreed to play against each other. The first player to successfully whisper the correct unscrambled word back to the bot will win the game as well as the amount of points that were agreed upon from the other player.

Command List:

!scram on = Mod Only. This command will enable the game in your channel.
!scram off = Mod Only. This command will disable the game in your channel.
!scram = This command will give an info message about how to play the game as well as additional commands.
!scram # = Example: !scram 100. This is for a user to start the game as player 1 with X amount of their points on the line. The bot will start a 90 second timer to wait for a second player to join.
!scram # username = Example: !scram 100 blasman. This command is for a user to start the game as player 1, but only the username at the end of the command will be able to join the game as player 2.
!scram accept = When there is a player 1 waiting for a player 2, this command will join the game as player 2.
!scramstats = This command will tell a user their overall win/loss record for the game, as well as their fastest time to win the game.
!scramstats username = This command will tell a user their win/loss record against the username in the command.
!scramtop = This command will list the top 5 players with the most wins, as well as the 5 fastest times to win the game.

Install Instructions

These steps assume that you do not have mIRC installed and running as a Twitch bot. If you do, skip Steps 1 and 2. If you have my Slot Machine script up and running, then you only need to load the last script from Step 5 (you can also delete the twitch_name, addpoints, removepoints, and checkpoints aliases from this script).

Step 1: Download and install mIRC. UNCHECK EVERYTHING except 'Scripts' and 'Help Files' on the 'Choose Components' section of the install, as you don't need most of it. http://www.mirc.com/get.html

Step 2: Get your bot's Twitch account up and running with mIRC, and set up your Twitch channel as an auto-join channel as well. See http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc#mIRC%20guide or https://www.youtube.com/watch?v=k7ULgVCZ3Ns

Ankhbot Slot Mini Games

Step 3: Put all the files from the mIRCscram.rar file into your mIRC's script directory. By default, it should be your mIRC's root directory, something like C:UsersUSERNAMEAppDataRoamingmIRC ... replace 'USERNAME' with your Windows username... an easy way to get to this directory is by typing %APPDATA%/mIRC in your Windows Folder titlebar.

Step 4: Edit the scramble.mrc file in a text editor. Change the variables at the top to what they need to be. The only ones that you need to change are %CurrencyDB and %chan. Also, in the unlikely event that something would happen to go wrong, it's a good idea to make a back-up of your CurrencyDB.sqlite file.

Step 5: Load all the scripts that are needed by typing the following commands in mIRC's Status window. Blindly agree to any prompts that may pop-up. If mIRC says 'no such file,' then you did something wrong, such as putting the files in the wrong directory.

Ankhbot Slot Mini Games Online

/load -rs JSON.mrc
/load -rs mTwitch.mrc
/load -rs msqlite.mrc
/load -rs scramble.mrc

Mini Games Download

Step 6: Profit. Type '!scram on' and '!scram off' to activate and deactivate the game. Test it out. Make sure that the points are being added/removed. You can view the sections of my mIRC YouTube video that talk about having mIRC be as unobtrusive as possible and running automatically if you want as well. https://www.youtube.com/watch?v=k7ULgVCZ3Ns

Ankhbot Slot Mini Games Free

Credits (and most recent versions of scripts):
Original Scramble Script / Inspiration: http://hawkee.com/snippet/2807/
The JSON.mrc script: http://hawkee.com/snippet/10194/
The mTwitch.mrc script: http://hawkee.com/snippet/16487/
The msqlite.mrc script: http://hawkee.com/scripts/11648275/
AnkhBot: http://marcinswierzowski.com/Code/AnkhBotR2/

Free Mini Games

The script pasted below is the copy of scramble.mrc included in the mIRCscram.rar file.

Comments are closed.