let's see if we can track this one down someday
[QuestHelper.git] / QuestHelper.toc
blob38c9e3696f44a25270ed865880afd01976ae18e2
1 ## Interface: 30000
2 ## Title: QuestHelper
3 ## Author: zorbathut, smariot, vipersniper, nesher
4 ## Notes: Calculates an optimal route for you to follow while questing.
5 ## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst.
6 ## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre.
7 ## Notes-esES: Calcula la mejor ruta a seguir para usted.
8 ## Notes-esMX: Calcula la mejor ruta a seguir para usted.
9 ## Notes-koKR: 노선에 대한 계산을 수행합니다.
10 ## Version: Development Version
11 ## OptionalDeps: Cartographer_Waypoints, TomTom, !Swatter
12 ## SavedVariables: QuestHelper_Version QuestHelper_SaveVersion QuestHelper_Locale QuestHelper_Quests QuestHelper_Objectives QuestHelper_FlightInstructors QuestHelper_FlightRoutes QuestHelper_Pref QuestHelper_UID QuestHelper_SaveDate QuestHelper_SeenRealms QuestHelper_Errors QuestHelper_Collector QuestHelper_Collector_Version
13 ## SavedVariablesPerCharacter: QuestHelper_KnownFlightRoutes QuestHelper_Home QuestHelper_CharVersion QuestHelper_Flight_Updates
14 ## X-Website: http://www.quest-helper.com/
15 ## X-Embeds: AstrolabeQH, ChatThrottleLib
16 ## X-Donate: http://www.quest-helper.com/donate
18 # That is a pile of saved variables. Let me try to explain them better.
19
20 # Old data gathering:
21 # QuestHelper_Version: The version of Questhelper last used. Largely irrelevant.
22 # QuestHelper_SaveVersion: Save file data structure version number.
23 # QuestHelper_Locale: Locale last used to touch the file. Irrelevant and misleading and dangerous.
24 # QuestHelper_Quests: Quest database
25 # QuestHelper_Objectives: "Objectives". Eugh. I hate that catchall. Monsters, items, objects, and events, in one huge horrible pile.
26 # QuestHelper_FlightInstructors: List of known flight instructors.
27 # QuestHelper_FlightRoutes: List of known flight routes, with travel time.
28 # QuestHelper_SeenRealms: Realms that have been seen by the player (largely exists to catch private servers)
30 # New data gathering:
31 # QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile
32 # QuestHelper_Collector_Version: Version ID, will probably always be 1 (who am I kidding, seriously, I think it's already 2)
34 # Misc:
35 # QuestHelper_Pref: User preferences
36 # QuestHelper_UID: User unique ID
37 # QuestHelper_SaveDate: Date of last shutdown
38 # QuestHelper_Errors: List of errors seen
40 # Everything under "Old data gathering" will go away once the new data gathering is in place.
42 # 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
45 bst_pre.lua
47 error.lua
49 bst_libaboutpanel.lua
50 LibAboutPanel\lib.xml
52 bst_astrolabe.lua
53 AstrolabeQH\Load.xml
55 bst_ctl.lua
56 ChatThrottleLib\ChatThrottleLib.xml
58 static_deDE.lua
59 static_enUS.lua
60 static_esES.lua
61 static_esMX.lua
62 static_frFR.lua
63 static_koKR.lua
64 static_ruRU.lua
65 static_zhCN.lua
66 static_zhTW.lua
68 static.lua
69 changes.lua
71 lang.lua
72 lang_dadk.lua
73 lang_dede.lua
74 lang_elel.lua
75 lang_enus.lua
76 lang_eses.lua
77 lang_esmx.lua
78 lang_frfr.lua
79 lang_huhu.lua
80 lang_itit.lua
81 lang_kokr.lua
82 lang_nlnl.lua
83 lang_ptbr.lua
84 lang_ptpt.lua
85 lang_ruru.lua
86 lang_svse.lua
87 lang_trtr.lua
88 lang_zhcn.lua
89 lang_zhtw.lua
90 #lang_zhcn.lua
92 upgrade.lua
93 main.lua
94 recycle.lua
95 objective.lua
96 quest.lua
97 questlog.lua
98 utility.lua
99 dodads.lua
100 graph.lua
101 teleport.lua
102 pathfinding.lua
103 routing.lua
104 custom.lua
105 menu.lua
106 hidden.lua
107 nag.lua
108 comm.lua
109 mapbutton.lua
110 pattern.lua
111 flightpath.lua
112 tracker.lua
113 objtips.lua
114 textviewer.lua
115 help.lua
117 timeslice.lua
119 collect.lua
120 collect_achievement.lua
121 collect_lzw.lua
122 collect_traveled.lua
123 collect_location.lua
124 collect_zone.lua
125 collect_merger.lua
126 collect_monster.lua
127 collect_item.lua
128 collect_object.lua
129 collect_loot.lua
130 collect_patterns.lua
131 collect_flight.lua
132 collect_util.lua
133 collect_quest.lua
134 collect_notifier.lua
135 collect_equip.lua
136 collect_spec.lua
137 collect_bitstream.lua
139 cartographer.lua
140 tomtom.lua
142 bst_post.lua