MUST HAVE ALL THE DATA
[QuestHelper.git] / QuestHelper.toc
blob0c7842961cd0b784c104dd4d9b395d54bee17c5b
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://wow.curse.com/downloads/details/9924/
15 ## X-Embeds: AstrolabeQH, ChatThrottleLib
17 # That is a pile of saved variables. Let me try to explain them better.
18
19 # Old data gathering:
20 # QuestHelper_Version: The version of Questhelper last used. Largely irrelevant.
21 # QuestHelper_SaveVersion: Save file data structure version number.
22 # QuestHelper_Locale: Locale last used to touch the file. Irrelevant and misleading and dangerous.
23 # QuestHelper_Quests: Quest database
24 # QuestHelper_Objectives: "Objectives". Eugh. I hate that catchall. Monsters, items, objects, and events, in one huge horrible pile.
25 # QuestHelper_FlightInstructors: List of known flight instructors.
26 # QuestHelper_FlightRoutes: List of known flight routes, with travel time.
27 # QuestHelper_SeenRealms: Realms that have been seen by the player (largely exists to catch private servers)
29 # New data gathering:
30 # QuestHelper_Collector: Most new data
31 # QuestHelper_Collector_Version: Version ID, will probably always be 1 (who am I kidding, seriously)
33 # Misc:
34 # QuestHelper_Pref: User preferences
35 # QuestHelper_UID: User unique ID
36 # QuestHelper_SaveDate: Date of last shutdown
37 # QuestHelper_Errors: List of errors seen
39 # Everything under "Old data gathering" will go away once the new data gathering is in place.
41 # 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.
44 bst_pre.lua
46 error.lua
48 bst_astrolabe.lua
49 AstrolabeQH\Load.xml
51 bst_ctl.lua
52 ChatThrottleLib\ChatThrottleLib.xml
54 static_deDE.lua
55 static_enUS.lua
56 static_esES.lua
57 static_esMX.lua
58 static_frFR.lua
59 static_koKR.lua
60 static_ruRU.lua
61 static_zhCN.lua
62 static_zhTW.lua
64 static.lua
65 changes.lua
67 lang.lua
68 lang_dadk.lua
69 lang_dede.lua
70 lang_enus.lua
71 lang_eses.lua
72 lang_esmx.lua
73 lang_frfr.lua
74 lang_huhu.lua
75 lang_itit.lua
76 lang_kokr.lua
77 lang_nlnl.lua
78 lang_ptbr.lua
79 lang_ptpt.lua
80 lang_ruru.lua
81 lang_svse.lua
82 lang_trtr.lua
83 lang_zhcn.lua
84 lang_zhtw.lua
85 #lang_zhcn.lua
87 upgrade.lua
88 main.lua
89 recycle.lua
90 objective.lua
91 quest.lua
92 questlog.lua
93 utility.lua
94 dodads.lua
95 graph.lua
96 teleport.lua
97 pathfinding.lua
98 routing.lua
99 custom.lua
100 menu.lua
101 hidden.lua
102 nag.lua
103 comm.lua
104 mapbutton.lua
105 pattern.lua
106 flightpath.lua
107 tracker.lua
108 objtips.lua
109 textviewer.lua
110 help.lua
112 timeslice.lua
114 collect.lua
115 collect_achievement.lua
116 collect_lzw.lua
117 collect_traveled.lua
118 collect_location.lua
119 collect_zone.lua
120 collect_merger.lua
121 collect_monster.lua
122 collect_item.lua
123 collect_object.lua
124 collect_loot.lua
125 collect_patterns.lua
126 collect_flight.lua
127 collect_util.lua
128 collect_quest.lua
130 cartographer.lua
131 tomtom.lua
133 bst_post.lua