Hmm, I can probably mod the addon to change its variables settings a bit. I'll look into it anyways, just incase, :-)
*EDIT* Forgot to mention, I keep track on the SVN an its not been updated in ages. Last official update was 16th May, 2008. An since this is the official SVN, am wondering if he's retired off it or something. I've not heard anything more for ages about this.
Okay, the last version of QuestGuru was 0.9.4. I can mod it to include the settings if you just tell me how you want it to store those settings. Then of course we'd have to have the uploader updated to check for those sorts of settings an then adjust the upload path accordingly.
*EDIT* Okay, its doable in the addon, very easy to do.
Atm, I've made it very simple in ref to the data it stores. Let me know exactly what you want from it an I can change it accordingly.
Here is what the bit in the *wowdir*\WTF\Account\*accountname*\SavedVariables\QuestGuru.lua says now...
- Code: Select all
QuestGuru_Locations = {
["Servernamegoeshere"] = {
["PlayerName"] = "youractualplayernamegoeshere",
},
["Anotherservernamegoeshere"] = {
["PlayerName"] = "youractualplayernamegoeshere",
},
}
Would this be adequate enough or do you want something different?
Either way let me know an I'll fix it an archive it up for you lot to grab.
*EDIT* Was just thinking that maybe instead of the above I could get it to store the path to the actual file we need to upload. EG: Instead of the ["PlayerName"] bit it could have ["QuestGuru_Path"] which store in it the full path.
- Code: Select all
["QuestGuru_Path"] = "\WTF\Account\*accountname*\*REALM*\*CHAR_NAME*\SavedVariables\QuestGuru.lua",
For example, what with accountname being the account name of course, an likewise REALM and CHAR_NAME being correct too. :-) Course these are just some ideas, let me know whats the best course of action, :-)