promotional bannermobile promotional banner

TriviaBot

The original Trivia for WoW

File Details

v2.8.1-40000

  • R
  • Dec 2, 2010
  • 36.36 KB
  • 856
  • 4.0.3a+2
  • Retail

File Name

TriviaBot-2.8.1-40000.zip

Supported Versions

  • 4.0.3a
  • 4.0.3
  • 4.0.1

Version 2.8.1 02/12/2010

  • Better party and raid detection.
  • Attempt to prevent a rare initialization error. (user reported, haven't been able to reproduce)
  • Move the last few hardcoded defaults to their own section at the top of the file for easier modification.
  • Some code formatting/cleanup.
  • Author: Dridzt

Version 2.8.0.2 02/12/2010

  • Minor version update for Localizations.
  • German (deDE) 100% done.
    Big thanks to Nihlo
    You do not need this update if you have 2.8.0 and only playing in English.

Version 2.8.0.1 21/10/2010

  • Minor version update for Localizations.
  • Française (frFR) 97.1% done!
    Big thanks to FelheartCdO
  • stub Locales included for other languages.
    You do not need this update if you're playing on English Client.
    There have been no functionality changes.

Version 2.8.0 19/10/2010

  • TriviaBot no longer comes with pre-packaged Quizzes
    These are instead provided as separate load on demand addons.
  • Look at main addon page for links to Quizzes or do an addon search for TriviaBot
    Users have the option to pick the quiz themes and languages they prefer.
  • \TriviaBot\Questions\ now contains a sample Quiz addon and basic instructions (README_EN.txt)
    on how to create your own quiz plugin for aspiring Quiz authors.
    TriviaBot_QuestionMaker can still be used to help in the process.
  • Author: Dridzt

Version 2.7.0 16/10/2010

  • bugfix: dropdown refreshing.
  • feature: support proper Localization Visit to help translate to your language.
  • feature: support for the optional addon TriviaBot_QuestionMaker for quiz authors.
  • Author: Dridzt

Version 2.6.1 14/10/2010

  • WoW 4.0.x API compatibility updates
  • bugfix: channel initialization over a "cold login".
  • bugfix: taking over '1' for custom channel.
  • bugfix: reverting to the custom channel despite the last channel is valid.
  • bugfix: questions answering themselves for the game host when the question text contains the answer.
  • feature: more intelligent in accepting valid answers.
  • feature: support for party leader.
  • feature: make it a little harder for malicious addons to break it.
  • Author: Dridzt

Version 2.6 10/25/2009

  • WoW 3.2.0 compatibility update
  • bugfix (numeric replies - floating numbers x.y)
  • new question set.
  • Author: dridzt

Version 2.5.4 01/23/2009

  • Fixed listing of answers if set to higher than 1
  • Added delay to channel loading to further prevent custom channel to be listed as #1 (hope this works)
  • Added Officer chat to chat types

Version 2.5.3 01/06/2009

  • Fixed channel problem under loading

Version 2.5.2 12/30/2008

  • Fixed continuation of quiz when frame was hidden
  • Fixed memory spikes when changing category
  • Changed question handling with indexing
  • Added Strand of the Ancients to BG channels
  • Added question file submitted by Hessinger (around 4900 questions)

Version 2.5.1 10/16/2008

  • Fixed loading of question files
  • Rewrote the whisper menu control for added flexibility
  • Added option to filter out TriviaBot whispers
  • Added option to use a short channel tag for channel output
  • Added option for amount of answers shown if timeout is reached
  • Updated for patch 3.0.2

Version 2.5.0 08/20/2008

  • Rewrote a lot of the functions from 2.4.4 to add the new features
  • Fixed TriviaBot response so it only listens to the current channel
  • Reordered GUI for additional settings
  • Introducing categorization of questions
    • It's possible to add hints to questions
    • Each question grants a certain amount of points related to their difficulty
  • Added new game record: win-streak
  • All players' personal records are stored
  • Channel handling has been optimized and improved
  • Various other changes