DataStore_Quests is part of the DataStore series.
Its purpose is to scan and store data related to quests for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information.
More information can be found on the main page : DataStore
Specific details (usage/scope) will be posted later as separate pages on this project.
- 6 comments
- 6 comments
Facts
- Date created
- Jul 30, 2009
- Category
- Last update
- Mar 12, 2013
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- DataStore_Quests
- Downloads
- 445,395
- Recent files
- A: r23 for 5.2.0 Mar 12, 2013
- A: r22 for 5.1.0 Nov 29, 2012
- A: r21 for 5.0.4 Sep 02, 2012
- A: r20 for 4.3 Dec 10, 2011
- R: DataStore_Quests 4.2.002 for 4.2 Oct 30, 2011
- Reply
- #6
Thaoky Nov 20, 2010 at 13:20 UTC - 0 likesClean up SV files :
- Go into this folder : <wow_folder>\wtf\accounts\<your_account>\SavedVariables
- Delete Altoholic.lua and all DataStore*.lua
- Reply
- #5
Tequima Nov 02, 2010 at 09:56 UTC - 0 likesMay be worth including a comment on the change log. I usually read these, but rely on the Curse download to do the grunt work. Not sure what you mean by "clean up the SV files". Busy updating the Tripping the Rifts pages on WoWpedia.org so will just de-install for now.
- Reply
- #4
TBABlackPanther Oct 25, 2010 at 20:14 UTC - 0 likesHi i got this error: 1x DataStore_Quests-4.0.001\DataStore_Quests.lua:243: bad argument #1 to 'bOr' (number expected, got boolean) DataStore_Quests-4.0.001\DataStore_Quests.lua:243: in function <...terface\AddOns\DataStore_Quests\DataStore_Quests.lua:219> <string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4> <in C code>: ? <string>:"safecall Dispatcher[1]":13: in function `?' CallbackHandler-1.0-6 (Ace3):92: in function `Fire' AceEvent-3.0-3 (Ace3):120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
-- Reply
- #3
Thaoky Oct 17, 2010 at 09:11 UTC - 0 likes@Tequima: Clean up your SV files, this was a mandatory requirement prior to the installation of 4.0.001.
@Grimeripe: I started working on it, but if you have specific questions, PM me, you'll get an answer faster :)
- Reply
- #2
Tequima Oct 16, 2010 at 21:14 UTC - 0 likesGetting an error when I try to complete a quest that will also get me the To Hellfire and Back 80 quests achievement. The quest is Shizz Work (yes one of THOSE ones!);
Message: ...terface\AddOns\DataStore_Quests\DataStore_Quests.lua:392: bad argument #1 to 'bOr' (number expected, got boolean) Time: 10/16/10 22:08:12 Count: 5 Stack: [C]: ? [C]: ? ...terface\AddOns\DataStore_Quests\DataStore_Quests.lua:392: in function <...terface\AddOns\DataStore_Quests\DataStore_Quests.lua:382>
Locals: (*temporary) = true (*temporary) = 32 (*temporary) = "number expected, got boolean"
- Reply
- #1
Grimeripe Oct 05, 2010 at 11:31 UTC - 0 likesAny chance there will be API documentation for this module?