RaidTracker
From WoWRosterWiKi
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
== RaidTracker == | == RaidTracker == | ||
− | RaidTracker is a Roster addon that allows you to track raids, bosskills, loot with the data from [http://www. | + | RaidTracker is a Roster addon that allows you to track raids, bosskills, loot with the data from [http://www.mldkp.net/index.php?option=com_smf&Itemid=10&topic=65.0 CT_RaidTracker MLdkp] WoW Addon |
− | Current version: ''' 1. | + | Current version: '''1.2.1'''<br> |
− | Author: [[User:PoloDude|PoloDude]] | + | Author: [[User:PoloDude|PoloDude]], [[User:Niavlys|Niavlys]] |
* [http://www.wowroster.net/Downloads/details/id=43.html Download] | * [http://www.wowroster.net/Downloads/details/id=43.html Download] | ||
* [http://www.wowroster.net/Forums/viewforum/f=55.html Support] | * [http://www.wowroster.net/Forums/viewforum/f=55.html Support] | ||
− | * [http:// | + | * [http://# Example] |
== Supported Features == | == Supported Features == | ||
Line 23: | Line 23: | ||
* Edit the roster/addons/RaidTracker/conf.php for the different settings. in example: | * Edit the roster/addons/RaidTracker/conf.php for the different settings. in example: | ||
<php> | <php> | ||
− | //Characters that can update the raids -- Set names for ppl that can update RaidTracker Data | + | //Characters that can update the raids -- Set names for ppl that can update RaidTracker Data |
$addon_conf['RaidTracker']['RaidUpdaters'] = array('Name',); | $addon_conf['RaidTracker']['RaidUpdaters'] = array('Name',); | ||
+ | |||
+ | //where is the itemstats lib | ||
+ | $addon_conf['RaidTracker']['itemstatsLib'] = "itemstats"; | ||
+ | $addon_conf['RaidTracker']['itemstatsLibFile'] = "wowroster_itemstats.php"; | ||
// Date display like "Y-m-d G:i:s", "d-m-Y G:i:s" | // Date display like "Y-m-d G:i:s", "d-m-Y G:i:s" | ||
Line 32: | Line 36: | ||
$addon_conf['RaidTracker']['SortByUser'] = 0; | $addon_conf['RaidTracker']['SortByUser'] = 0; | ||
</php> | </php> | ||
− | * Also don't forget to edit the config.php in the itemstats-folder | + | * Also don't forget to edit the config.php in the itemstats-folder, witch isn't include in the download! [http://itemstats.free.fr/download.php?list.2 Download here] |
== Credits == | == Credits == | ||
Line 40: | Line 44: | ||
| French localizations | | French localizations | ||
|- style="background:gray;color:white;" | |- style="background:gray;color:white;" | ||
− | | Geschan, YamYam | + | | Geschan, YamYam |
| German localizations | | German localizations | ||
|- style="background:silver;" | |- style="background:silver;" | ||
− | | | + | | Niavlys |
− | | | + | | Sidekick Addon Dev. |
|} | |} | ||
[[Category:RosterAddon]] | [[Category:RosterAddon]] |
Latest revision as of 03:36, 12 July 2007
Important note: When you edit this page, you agree to release your contribution into the public domain. |
Contents |
RaidTracker
RaidTracker is a Roster addon that allows you to track raids, bosskills, loot with the data from CT_RaidTracker MLdkp WoW Addon
Current version: 1.2.1
Author: PoloDude, Niavlys
Supported Features
- Raid Tracker: An overview of a raid with loot by player or by type, attendees and killed bosses.
- Loot History: Ever wanted to see what your guild has looted so far? This will give you an idea.
- Boss Progress: How far are you in a certain instance? What bosses you downed, witch remain? See it all here.
- Raid Attendance: How many times has a guildy been to a particular instance, that's what you'll find here.
Instructions
- Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/RaidTracker/.
- Edit the roster/addons/RaidTracker/conf.php for the different settings. in example:
//Characters that can update the raids -- Set names for ppl that can update RaidTracker Data $addon_conf['RaidTracker']['RaidUpdaters'] = array('Name',); //where is the itemstats lib $addon_conf['RaidTracker']['itemstatsLib'] = "itemstats"; $addon_conf['RaidTracker']['itemstatsLibFile'] = "wowroster_itemstats.php"; // Date display like "Y-m-d G:i:s", "d-m-Y G:i:s" $addon_conf['RaidTracker']['DateView'] = "Y-m-d G:i:s"; // Show loot in one box or seperate by users who won $addon_conf['RaidTracker']['SortByUser'] = 0;
- Also don't forget to edit the config.php in the itemstats-folder, witch isn't include in the download! Download here
Credits
Zarctus | French localizations |
Geschan, YamYam | German localizations |
Niavlys | Sidekick Addon Dev. |