welp
[QuestHelper.git] / QuestHelper.toc
blobd0258711b7095161f9117e64da5cea94d266deb3
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)
29 # QuestHelper_SaveDate: Date of last shutdown.
30 # QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems.
32 # New data gathering:
33 # QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile
35 # Misc:
36 # QuestHelper_Pref: User preferences
37 # QuestHelper_UID: User unique ID
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\nono.lua
84 lang\plpl.lua
85 lang\ptbr.lua
86 lang\ptpt.lua
87 lang\roro.lua
88 lang\ruru.lua
89 lang\svse.lua
90 lang\trtr.lua
91 lang\zhcn.lua
92 lang\zhtw.lua
94 upgrade.lua
95 main.lua
96 recycle.lua
97 objective.lua
98 quest.lua
99 questlog.lua
100 utility.lua
101 dodads.lua
102 graph.lua
103 teleport.lua
104 pathfinding.lua
105 routing.lua
106 custom.lua
107 menu.lua
108 hidden.lua
109 nag.lua
110 comm.lua
111 mapbutton.lua
112 pattern.lua
113 flightpath.lua
114 tracker.lua
115 objtips.lua
116 textviewer.lua
117 help.lua
119 timeslice.lua
121 collect.lua
122 collect_achievement.lua
123 collect_lzw.lua
124 collect_traveled.lua
125 collect_location.lua
126 collect_zone.lua
127 collect_merger.lua
128 collect_monster.lua
129 collect_item.lua
130 collect_object.lua
131 collect_loot.lua
132 collect_patterns.lua
133 collect_flight.lua
134 collect_util.lua
135 collect_quest.lua
136 collect_notifier.lua
137 collect_equip.lua
138 collect_spec.lua
139 collect_bitstream.lua
140 collect_upgrade.lua
141 collect_merchant.lua
143 cartographer.lua
144 tomtom.lua
146 bst_post.lua