Contents |
DataMiner currently is in BETA. It collects data about your loots while doing herbalism or mining professions. The goal is to show where it is worthwile to farm a ressource and create some sort of recommendation.
Bug reports and feature requests can be filed on the project site at http://wow.curseforge.com/addons/titandataminer/tickets/. If you found a bad spelling in your translation, then create a account on curse.com and edit it directly on the localization page http://wow.curseforge.com/addons/titandataminer/localization/.
If you use TitanDataMiner please donate $ 1 here or donate € 1 here.
You can reach the configuration dialog using ESC -> Interface -> Addons -> DataMiner. The configuration dialog is available with version 0.0.7.
The main page gives some info about the addon, such as the version number.
A shortcut is a feature to help shorten the chat commands. In this dialog you can configure key / command pairs. The key then can be used in the chat window.\\Example:\\We config a shortcut pair using key: MYKEY and command: /titan gui control. To process this, we type /dm :MYKEY: in chat (note the colons enclosing the key).\\The key must be in UPPERCASE letters. This works for all addons and standard commands, not only DataMiner.
Command | |
---|---|
/dm or /dm help | print help |
/dm toggle | enable/disable collecting data |
/dm table herbs/ore | print table |
/dm table herbs/ore remove <n> | Remove index <n> from table |
/dm time | print current time segment |
/dm log | show log |
/dm log delete | delete log |
/dm log toggle | toggle loging |
/dm view default | default view |
/dm view item/zone <name> | item or zone view |
/clr | clears chat |
If you want put a command into chat with an argument consisting of more than one word, you have to inclose it into quotation marks, just like /dm view item "My cool item".
On login mining data is off. That means you can loot everything like without DataMiner, but DataMiner has no knowledge about the looted items. To switch data mining on or off you have 3 possibilities:
If you have already collected enough of data, DataMiner will post a recommendation into chat by enabling data mining.
DataMiner parts our 24h-day into 8 pieces of 3 hours to store time data into the tables. So time segment 1 lasts from 0:00 to 2:59 and segment 8 lasts from 21:00 to 23:59. The current time segment can be printed in chat using '/dm time'.
The view is shown when the mouse cursor is placed over the DataMiner icon. Currently DataMiner has 3 different views:
Switching a view is possible using the chat commands '/dm view *'.
DataMiner has a buildin loging feature. On first login the loging is enabled. The default logsize is 50 entrys. To extend the logsize right click on the DataMiner icon and set the size.
To print the log into the chat window use '/dm log'
To enable or disable loging you have 2 possibilities:
Its possible to delete the entire log to save some space. Do a '/dm log delete' in chat window for doing this. If loging is still enabled a new log will be created.
Data Miner uses tables to store looting information. These tables will be stored on disk when the player logs off and will be loaded when player logs in.
Tables can be printed to chat using '/dm table herbs' for herbs or '/dm table ore' for ore.
Single entrys in a table can be removed manually. To do so you need the index of the entry in a table. The index can be seen, when you show the table. To remove an entry do a '/dm table herbs remove <index>' for herbs or '/dm table ore remove <index>' for ore.