Showing posts with label Scripts. Show all posts
Showing posts with label Scripts. Show all posts

Friday, June 21, 2013

Tat's Trivia Bot 3.69

Tat's Trivia Bot 3.7

I think I found the dialog issue. When you'd open it it would beep due to crashing. I also added in KAOS questions. I didn't know what they were before, but apparently they are like Total: except you don't lose for not getting all the answers. More or less. I also added a hint for the KAOS questions, which similarly works for total as a piggy backed the question type. I also expanded the dialog a nice chunk. Like replaced all the stuff and took up more room. It looked horrible on my system and my system's fairly modern so maybe it sucks other places too.

Latest Version: Tat's Trivia 3.69



Also if you need an eggdrop tcl trivia script for IRC I do recommend:
http://www.mytclscripts.com/bogustrivia/bogustrivia-all-settings.html
Seemed like a pretty reasonable script, and seemed to have pretty clean execution. Runs on an entirely different platform than my mIRC bot (so don't bother if you don't know what it is).

Thursday, February 23, 2012

How-to: write a mIRC games scores file.

I dealt with a lot to get such things to work well, and I highly recommend the way I did my scores to anybody. Which is to say tokenized strings in a flatfile to be accessed with a /filter command. Unless mIRC at somepoint gets mySQL this will be the best way to do things. A well placed filter command can pretty much access anything and in a fast enough time frame for a game. And it scales well enough to use.

In Tat's Trivia you can see the var commands. Namely setvar, readvar, getvar, gttok, tvartoks. These each do specific things.

Below the fold is a rather long breakdown of everything about how this stuff works. And why you should use this method.


Thursday, June 5, 2008

Tat's Trivia Bot, Tatarize

Tat's Trivia Bot 3.7

Tat's Trivia Bot 3.69
See Tat's Trivia Bot, 3.65See latest blog and version 3.61
See latest blog link: 3.6

Download Tat's Trivia Bot 3.56
http://tatarize.nfshost.com/

Update There's a newer blog link with 3.58 etc.
http://godsnotwheregodsnot.blogspot.com/2009/11/tats-trivia-bot-v-358.html

A number of years ago as a fun project I programmed a mIRC trivia bot. I pretty well finished and let the product sit there for a long time and finally didn't care to renew my web hosting. Mostly because the webhost I used was kind of crappy and wanted something like $100 a year. For a site that I myself rarely visited that was a pretty tall order. So I let the site drop though, like all things, there are still some following for my old script. Did you know you can play Doom 2 online now? In the quake engine? Like I said, still followings for everything. Although, the parallel doesn't hold because my Trivia Bot is almost certainly the most feature rich on the market even though I haven't done anything with it for years now.

Why do I bring up this dreary story of my former niche fame as a mIRC coder?
-- Google.

When I google "Tat's Trivia Bot" it links to mIRC Scripts where my trivia addon has consistently been the top download for years. Let that be a lesson for some of the other script sites out there. Don't demand people host their own tiny scripts because when they stop caring and their websites go down... you don't get the script anymore because you don't have it.

In any event. I'm almost unfindable for Tat's Trivia Bot because, largely, I have one small reference to Tat's Trivia Bot off towards the side and that's not enough to drive traffic to my site if people search for My (Tat) Script (Trivia Bot). So on the offchance that I'm googled, I'd like to be found. Tat's Trivia Bot.

As for my scripts themselves, they can be easily downloaded:
http://www.geocities.com/tatarize/index.html


I believe Tat's Trivia Bot 3.56 is the latest version released. My own internal version refers to itself as 3.58 and includes about two minor bug fixes and a xmlbuild function (because what is a tiny mIRC script without the ability to output xml to be read by RSS feeds?).

In any event, my hope is that my blog, and moreover, this post will show up when people google my old work.