- 2.5.0
(2008, 20.Aug. 10:06)Check the ReadMe.txt for changes. TriviaQuestion1.lua included with a handful of WoW questions. See the TriviaQuestionsTemplate.lua file for infomation about creating questions in the new format. Please backup your old TriviaBot folder and/or remove it completely before installing this new version. I forgot to add whisper help command to the readme: Whisper "!help" for whisper commands. - 2.4.4
(2008, 31.Jul. 20:21) _______ _ _ ____ _ |__ __| (_) (_) | _ \ | | | |_ __ ___ ___ __ _| |_) | ___ | |_ | | '__| \ \ / / |/ _` | _ < / _ \| __| | | | | |\ V /| | (_| | |_) | (_) | |_ |_|_| |_| \_/ |_|\__,_|____/ \___/ \__|
_______ _ _ ____ _ |__ __| (_) (_) | _ \ | | | |_ __ ___ ___ __ _| |_) | ___ | |_ | | '__| \ \ / / |/ _` | _ < / _ \| __| | | | | |\ V /| | (_| | |_) | (_) | |_ |_|_| |_| \_/ |_|\__,_|____/ \___/ \__|
Version: 2.4.4 Introduction: Welcome to the long awaited release of TriviaBot 2.4.4, this new version includes a lot of features and bug fixes, along with a new efficient and clean coded GUI. New Features: - GUI including an array of settings. - Score reporting now limited by setting. - Score reporting types are seperate (all time/game reports). - TriviaBot will now join your game channel if you are not in it. - TriviaBot now supports loading custom questions without xml file edits (up to 17 additional question files). - TriviaBot will not start questions if you cannot join the channel. Bug Fixes: - Score count limiter allows for score reports without spam. - TriviaBot correctly talks to custom channels. - TriviaBot will no longer spam the channel when no game scores are in the database. Code Changes: - Most of the GUI implementation is handled via LUA, allowing changes and parameters to be read and written programatically, this has cut down vastly on the code (XML format seems to just about tripple the file size due to unnessicary structure), and allows for very easy to read code to be written with little effort. - Removed last remaining unused functions from old TriviaBot 2.3.x days. Known (possible) issues: - TriviaBot allows players from other channels to answer to questions being talked about on another channel as long as the Trivia Master is listening to both channels, I believe this has always been the case, and is an extreme improbability, while code can be added to do channel checking, this could conflict with whsiper games, so unless the community specifically needs this feature, it's being left out. Settings: Question List - List of questions to be used in trivia game. Channel Type - The channel type to be used, such as "Guild", "Yell", "Say", "Whisper", "Custom", etc. Channel - When on "custom" this is the channel to be playing the game in, when in "Whisper" this is the player to whisper the game to, when in any other channel this does nothing. Question Interval - The time between when a question is answered, and the next question comes up, in seconds. Question TimeOut - The time the players are given to answer a question, in seconds. Question Warning - The time that players are warned they have left, in seconds. Score Reporting Count - How many players are printed on a score board, keep between 5-15, setting this to too high a value could spam the channel and get you kicked. Score Report Frequency - How frequently you want the scores to auto-report, in questions asked. Show Answers - Show the answer(s) to the question after the question has timed out. Show Reports - Show auto-reports. Console: The console is still supported for those power users, which allow access to all settings (including those dangerous to tweak), be careful when modifying these as you do have direct access to them with only limited blocks in place. Use "/trivia help" for console commands. Use "/trivia setting" for setting listings. If a bad setting is messing up the game use: "/trivia resetconfig". Adding your own questions: Create a file called questionX.lua, X being a number between 4-20 (ex: question4.lua), use the format defined in questions1.lua to construct your questions and answers. Upgrading questions from 2.3.x to 2.4.x: As soon as 2.4.4 is stable and any final wrinkles are smoothed out, I will write a script to convert these questions over in less than a second. Keep tuned on curse.com Comments? Feature Requests?: Contact the development team on Curse Gaming, or contact StrangeWill (contact info below). http://www.curse.com/downloads/details/8643/ Support: Use the ticket system on CurseForge: http://wow.curseforge.com/projects/trivia-bot/ About: TriviaBot 2.4.0 and above were developed by William Roush(StrangeWill) william@wolframstudios.com in an attempt to re-write TriviaBot to be up to date with less code, written more efficiently, easier to read, and a better question database structure, this is my first project in LUA, but I have had many years experience in many other languages.- 2.4.3
(2008, 05.Jun. 03:13)Found a pre-corruption version, no more issues! - 2.4.2
(2008, 02.Jun. 23:09)All these bugs seem to have been created by some WoW Addon project management software I had, sorry for the mistake, I don't have WoW currently running, I'll have it tomorrow. Here is what should be a working version.
- Fixed a couple major bug that prevented some users from running TriviaBot.
- Fixed a bug with the compatible interface version set incorrectly by the WoW addon management software.
- 2.4.2
(2008, 02.Jun. 23:09)All these bugs seem to have been created by some WoW Addon project management software I had, sorry for the mistake, I don't have WoW currently running, I'll have it tomorrow. Here is what should be a working version.
- Fixed a couple major bug that prevented some users from running TriviaBot.
- Fixed a bug with the compatible interface version set incorrectly by the WoW addon management software.
- 2.4.1
(2008, 01.Jun. 07:13)
- Code rewrite, main code component is half the size and more efficient.
- Database structure rewrite, questions how can have a (theoretical) unlimited list of answers that correspond to the question, along with a small structure to hold database information (Database table and authors used for identification of trivia types and to give proper notice to those who write these databases).
- Tons of new console commands, be sure to check the list on this site or via the /trivia help command.
- GUI has been removed for Beta, sorry, but it needs to be re-written from the ground up.
- New score system. Scores can be kept on a per-game basis along with an all-time scoreboard.
- Tweaks to messages displayed (game start and database change are the most notable).
- 2.4
(2007, 26.Dec. 16:15)Fixed known bugs. Added new trivia files. Added a program that creates questions and answers in the right format. -this includes uploading txt files from "question*answer" format -this includes individual questions. - 2.3.1
(2007, 18.Nov. 14:45)Minor change. - Fixed some questions - Added website url (Thanks Alyria for the forum) - 2.3
(2007, 04.Nov. 16:52)No changes
|