49 lignes
2,2 Kio
Text
49 lignes
2,2 Kio
Text
## Interface: 40100
|
|
## Title: QuestHelper
|
|
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
|
|
## Notes: Contains the data needed by QuestHelper
|
|
## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst.
|
|
## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre.
|
|
## Notes-esES: Calcula la mejor ruta a seguir para usted.
|
|
## Notes-esMX: Calcula la mejor ruta a seguir para usted.
|
|
## Notes-koKR: 노선에 대한 계산을 수행합니다.
|
|
## Version: 4.0.1.$svnversion$
|
|
## X-Website: http://www.quest-helper.com/
|
|
## X-Embeds: AstrolabeQH, ChatThrottleLib
|
|
|
|
# Explanation of optional deps:
|
|
# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly.
|
|
# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on.
|
|
# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh.
|
|
# UnicodeFont: see Tekticles
|
|
# ClearFont2: see Tekticles
|
|
|
|
|
|
# That is a pile of saved variables. Let me try to explain them better.
|
|
#
|
|
# Old data gathering:
|
|
# QuestHelper_SaveDate: Date of last shutdown.
|
|
# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems.
|
|
#
|
|
# New data gathering:
|
|
# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile
|
|
#
|
|
# Misc:
|
|
# QuestHelper_Pref: User preferences
|
|
# QuestHelper_UID: User unique ID
|
|
# QuestHelper_Errors: List of errors seen
|
|
#
|
|
# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away)
|
|
#
|
|
# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab
|
|
|
|
lang.lua
|
|
lang\esmx.lua
|
|
|
|
# This is kind of a lot of files.
|
|
static.lua
|
|
static_1.lua
|
|
static_2.lua
|
|
static_esMX.lua
|
|
static_esMX_1.lua
|
|
static_esMX_2.lua
|