13 - MyQuestions
We need to create a system who could integrate Question files from a folder.
this is related the MyQuestions plugin.
all Question packs from MyQuestions should be in /Triviabot/MyQuestions
so Triviabot needs to load all Question Packs in that folder if the Users has set true on the option in the Triviabot Menu called "MyQuestions Installed".
This is a Critical issue please integrate it in to the 2.7 version.
Good work :D
| User | When | Change |
|---|---|---|
| Ziz | Sat, 30 Aug 2008 08:37:24 | Create |
- 3 comments
- 3 comments
Facts
- Reported on
- 30 Aug 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Task - Work item that doesn't change the code or docs
- Priority
- Critical - Must resolve in the specified milestone.
- #3
StrangeWill Sat, 13 Sep 2008 02:29:31However, we still cannot edit the list programatically, the user will still need to copy and paste into these files (tmq_questionlist.lua) manually.
We can easily load a default list of files (we do this in 2.4.4) without LUA throwing a fit. However if we give it one file, the user will have to manually manage that file.
Comes down to three things, write a base framework for Triviabot (idea is for the lulz, frameworks are not for casual coding, not that it's difficult, but it starts to become a job, not a hobby), or write the features of MyQuestions into TriviaBot, or include instructions in MyQuestions on how to manually export the file lists (and still NONE of these will allow our editors access to people's lists).
That or get Blizzard to give us file access.
- #2
Ziz Sun, 07 Sep 2008 07:36:09Then the Question Files for the User Submitted questions (MyQuestions) be
- #1
StrangeWill Sat, 06 Sep 2008 03:18:19LUA with WoW doesn't allow for folder scanning, nor dynamic file includes.