Thread Tools Display Modes
05-05-09, 05:36 PM   #1
stabbarella
A Murloc Raider
Join Date: Mar 2008
Posts: 4
Where is quest data stored?

I looked around in Carbonite.lua but could not find anything related to my character.

I am planning on syncing my completed quests information across two machines, but I need to know which file I should be synchronizing.

thank you!
 
05-05-09, 06:00 PM   #2
Haavok
A Rage Talon Dragon Guard
 
Haavok's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 336
Originally Posted by stabbarella View Post
I looked around in Carbonite.lua but could not find anything related to my character.

I am planning on syncing my completed quests information across two machines, but I need to know which file I should be synchronizing.

thank you!
It is stored in your saved variables. In my case:
C:\Program Files\World of Warcraft\WTF\Account\HAAVOK\SavedVariables\Carbonite.lua

The table looks like:

["Q"] = {
[12195] = "C1239838706",
[12203] = "C1239925089",
[13234] = "W0",
[13242] = "C1239253641",
[13258] = "C1241464856",
[13266] = "C1239253811",
[13274] = "C1241117858",
[12259] = "C1239778135",
[12267] = "C1239240681",
[13306] = "C1241558373",
__________________
-Haavok
 
05-05-09, 06:25 PM   #3
stabbarella
A Murloc Raider
Join Date: Mar 2008
Posts: 4
Thanks! I am using dropbox with symlinks from my SavedVariables to the .lua in dropbox, so it auto syncs as I switch machines
 
05-16-09, 07:32 AM   #4
quixadhal
A Fallenroot Satyr
 
quixadhal's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 23
Originally Posted by Haavok View Post
["Q"] = {
[12195] = "C1239838706",
[12203] = "C1239925089",
[13234] = "W0",
[13242] = "C1239253641",
[13258] = "C1241464856",
[13266] = "C1239253811",
[13274] = "C1241117858",
[12259] = "C1239778135",
[12267] = "C1239240681",
[13306] = "C1241558373",
Is that, by chance, [QuestID] = "C"ompleted, with a unix timestamp? I was rather hoping to go in and mark my old completed quests as I either remembered them, or checked them off against a list.
 
05-17-09, 09:35 PM   #5
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
#1 = Quest Id
c = Not completed
C = Completed
#2 = value from LUA time function
__________________
faatal
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Where is quest data stored?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off