Contents


About

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.

Requirements

  1. Titan Panel is required.
  2. At least you'll need a character with herbalism or mining profession.

Bug Reports

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/.

Donation

If you use TitanDataMiner please donate $ 1 here or donate € 1 here.

Configuration

You can reach the configuration dialog using ESC -> Interface -> Addons -> DataMiner. The configuration dialog is available with version 0.0.7.

Info

The main page gives some info about the addon, such as the version number.

Shortcuts

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.

Chat Commands

Command
/dm or /dm helpprint help
/dm toggleenable/disable collecting data
/dm table herbs/oreprint table
/dm table herbs/ore remove <n>Remove index <n> from table
/dm timeprint current time segment
/dm logshow log
/dm log deletedelete log
/dm log toggletoggle loging
/dm view defaultdefault view
/dm view item/zone <name>item or zone view
/clrclears 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".

Mining Data

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.

Time Segment

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'.

Views

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 *'.

Loging

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.

View Log

To print the log into the chat window use '/dm log'

Enable or Disable Loging

To enable or disable loging you have 2 possibilities:

Delete The Log

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.

Tables

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.

Show Table

Tables can be printed to chat using '/dm table herbs' for herbs or '/dm table ore' for ore.

Remove a Line in a Table

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.