Main (deDE)
I don't play WoW any longer, danbopes will continue development
--------------------------------------------------------------------------
Purpose:
--------
Allows you to add a complete (CT_Raidtracker logged) raid (with loots, etc.) with 2 clicks!
Installation:
-------------
Go to /eqdkp/admin/index.php line 667 and change it from "'LINK' => '<a href="' . $row['link'] . '">' . $row['text'] . '</a>')" to:
'LINK' => '<a href="/' . trim($eqdkp->config['server_path'], "\\/") . '/admin/' . $row['link'] . '">' . $row['text'] . '</a>')
Move the 'ctrt' folder into the EQdkp plugins folder and edit the /eqdkp/plugins/ctrt/config.php file, NOT the eqdkp main config file!.
Then go to Administration Panel, "Manage Plugins" and click "Install" for CT_RaidTrackerImport.
Then you should see an additional Link in the "Admin Panel Raids Link Box" (near the normal "Add Raid" Link).
Usage:
-------------
Get my modded CT_RaidTracker and rightclick on the Raidtitel, that will shows you a long XML String,
copy it (Control + C) and parse it to the EQdkp Textbox and click on "Parse Log", the rest will explain itself.
Notes:
-------------
- If e.g. a item have been given out for bids, add "XX DKP" (XX is the Number of Points) to the Loot note,
it will override the DKP value which you might have set in your DKP System)
- If you are e.g. a German user but want that the Item Names in your DKP are the English ones,
then get the itemlist.xml from Allakhazam ( http://wow.allakhazam.com/itemlist.xml ) and
store it in the /eqdkp/plugins/ctrt/ folder, then they will be translated automatically
itemlist.xml
You also can get one from my database (Because it looks like Allakhazam one's dosn't get updated that regularly)
http://black-fraternity.de/iteminfo/itemlist.php?language=en&minimumquality=2
"minimumquality" could be: 0 (Poor), 1 (Common), 2 (Uncommon), 3 (Rare), 4 (Epic), 5 (Legendary)
"language" could be en (default) or de
ToDo:
-----------------
- Have a checkbox next to an item for "Disenchanted". ("Do not add" checkbox)
- add support for german class names
- Gurubashi Coins that drop. In Raid tracker it tells you that 2 of the items were looted, but when you import it into eqdkp it only show's up as 1
- Store Settings in the Database
- raid event pull down menu
- points for attendance time
- Timeline ( http://forums.eqdkp.com/index.php?showtopic=3952&st=0&gopid=19222& )
- fix $SID issue Session for step2=>step3
Facts
- Date created
- 03 Aug 2005
- Last updated
- 06 Jul 2008