1
0
Bifurcation 0
Graphe des révisions

7 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones f2939581bc Merchant data now includes non-money currency collection... i.e. Epicurean Awards.
Since for some reason we aren't actually getting the itemlink for the currencies, we are collecting the currencies ids by collecting finding out what currencies a vendor takes and storing the id, localized name and icon name. In the item info, we store the localized name and the texture (excepting the path elements, they should always be the same).
2013-02-01 02:17:27 +00:00
Nathanial.C.Jones b50a530943 Started "flattening" the collection, which will ultimately make it easier to import into a database. WOOHOO!
Basically, all lua tables will have keys that are equal to their DB table names and their data will have a key that contains the row data in a tab delimited format.

Note: This is still a work in progress and some things need to be revisited... i.e. collect_merchant.lua, since we want to extract the currency id from the currency link... no documentation is thus far found for what the type part of a currency link is, so we're going to collect a little data and see.
2013-01-31 03:19:54 +00:00
Nathanial.C.Jones 965e8589c9 Everything SEEMS to work, less of course the db. Something I did before screwed everything up.
I implemented a QuestHelper_GetTime function for the next time Blizzard decides to fiddle with the time functions. It returns debugprofilestop() / 1000, to exactly match the precision of GetTime().

I also re-removed references to Cartographer from the rollback.
2012-01-01 03:01:18 +00:00
Nathanial.C.Jones 5678cc7385 This should deal with issue 461. 2011-07-07 13:06:01 +00:00
Nathanial.C.Jones 8e2a97167a Altered merchant collector to put data into a table format. 2011-06-16 03:38:32 +00:00
Nathanial.C.Jones 5b7a41a9fc Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files. 2010-11-08 13:28:59 +00:00
Nathanial.C.Jones 05b02bd620 Restructered repository. 2010-10-25 01:54:08 +00:00
Renamed from collect_merchant.lua (Browse further)