eqDKP addon for roster

DKPStats shows eqdkp data and provides a nice and clean view on dkp, latest loot and drops for each member.

Moderator: PoloDude

Think this addon is usefull?

Yes
33
97%
No
1
3%
 
Total votes : 34

eqDKP addon for roster

Postby PoloDude » Mon Jun 25, 2007 7:40 am

So i made this addon a while ago, works with the data from eqdkp setup and roster data. Nothing much fancy but does what i wanted it to do :)
Had to add multiple database support as my new guild uses different db's for roster & eqdkp.

Give me you're thoughts ;)

http://resurgam.van-z.net/roster/addon. ... e=DKPStats
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

eqDKP addon for roster

Postby targetbsp » Tue Jun 26, 2007 6:24 am

We would really like that. Roster is such a nicer interface than eqdkp for our players. I guess with this, only the eqdkp admin would ever need to see eqdkp? We would also need the multiple database support.

Something else that would be really neat, but I'm not optimistic this will happens, is if raid tracker could get its data from eqdkp! Eqdkp is designed for tracking raids and roster isn't so its always seemed a bit odd to me to have to upload the track file to roster. But Raid Tracker shows the information in a far nicer format that EQ.
Last edited by targetbsp on Tue Jun 26, 2007 6:28 am, edited 2 times in total.
targetbsp
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sat Dec 02, 2006 1:56 am

Re: eqDKP addon for roster

Postby shorty0214 » Thu Jun 28, 2007 2:03 am

Where can I get this addon? I'd really want to implement it for my guild.
shorty0214
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Feb 16, 2007 6:44 am

eqDKP addon for roster

Postby PoloDude » Sat Jun 30, 2007 5:01 pm

Atm nowhere yet as i haven't released it yet, been way to bussy irl and i'm trying to finish those extra features for RaidTracker ..
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

eqDKP addon for roster

Postby PoloDude » Sun Jul 08, 2007 7:40 pm

Atm you can find the download in the svn of wowroster (DKPStats) i'm going to ask new subforum and add the download here soon :)
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

eqDKP addon for roster

Postby djgota » Mon Jul 09, 2007 12:24 pm

Hi there thanks for this addon... realy great one...

I'm havin a problem tryed everything to fix it but i couldn't...
and couldn't find any explanations in the forum...
So, everything is set right...
but i still getting transparents tooltips with no images...

Image

My itemstats works on eqdkp no prblem but in the roster... :(

can you please help me...?

thanks...
djgota
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Jun 26, 2007 4:30 am

eqDKP addon for roster

Postby PoloDude » Mon Jul 09, 2007 4:15 pm

Check the conf.php file and look for these settings:
//where is the itemstats lib
$addon_conf['DKPStats']['itemstatsLib'] = "./itemstats";
$addon_conf['DKPStats']['itemstatsCSS'] = "wowhead.css";
$addon_conf['DKPStats']['itemstatsLibFile'] = "wowroster_itemstats.php";


Change $addon_conf['DKPStats']['itemstatsCSS'] = "wowhead.css";
to $addon_conf['DKPStats']['itemstatsCSS'] = "itemstats.css";

That should fix your problem, i'm gonna reupload with those settings

Edit: Addon been reuploaded
Last edited by PoloDude on Mon Jul 09, 2007 4:23 pm, edited 2 times in total.
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

Re: eqDKP addon for roster

Postby purplegold » Tue Jul 10, 2007 11:18 am

Hello, I recently installed this and am having an error:

Clicking on loot history and details.

Fatal error: Call to undefined function: itemstats_parse() in lootview.php on line 123

It is somewhat reading from eqdkp and itemstats as i see users, and the latest loot mod works.
purplegold
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Jul 22, 2006 11:11 pm

eqDKP addon for roster

Postby targetbsp » Tue Jul 10, 2007 2:08 pm

Any ideas what I've done wrong here? I get:

"1146: Table 'targetbs_dkp.roster_members' doesn't exist"

That table exists in the targetbs_as database which roster uses not the dkp database.

My conf.php reads:
$addon_conf['DKPStats']['eqdkpdb'] = true;
$addon_conf['DKPStats']['eqdkp_prefix'] = 'eqdkp_';
$addon_conf['DKPStats']['db_user2'] = '**********';
$addon_conf['DKPStats']['db_passwd2'] = '***********';
$addon_conf['DKPStats']['db_name2'] = 'targetbs_dkp';
$addon_conf['DKPStats']['db_host2'] = 'localhost';
$addon_conf['DKPStats']['eqdkp_install'] = 'http://www.adultus-solus.com/eqdkp/';

I also get:
Warning: main(./itemstats/wowroster_itemstats.php) [function.main]: failed to open stream: No such file or directory in /home/targetbs/public_html/roster/addons/DKPStats/index.php on line 62

Warning: main() [function.include]: Failed opening './itemstats/wowroster_itemstats.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/targetbs/public_html/roster/addons/DKPStats/index.php on line 62
Last edited by targetbsp on Tue Jul 10, 2007 2:25 pm, edited 2 times in total.
targetbsp
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sat Dec 02, 2006 1:56 am

eqDKP addon for roster

Postby PoloDude » Tue Jul 10, 2007 6:05 pm

The last part means that your itemstats path isn't correct in the conf.php

About the db, your eqdkp uses another db then the roster one?
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

eqDKP addon for roster

Postby targetbsp » Tue Jul 10, 2007 6:34 pm

Yes, roster uses targetbs_as, dkp uses targetbs_dkp
targetbsp
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sat Dec 02, 2006 1:56 am

eqDKP addon for roster

Postby PoloDude » Tue Jul 10, 2007 7:30 pm

I just doublechecked the code and that's fine, might be because itemstats, try setting the right path and see what that does.
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

eqDKP addon for roster

Postby targetbsp » Wed Jul 11, 2007 7:15 am

Fixed the itemstats thanks but still get the same error.
http://www.adultus-solus.com/roster/add ... e=DKPStats
Last edited by targetbsp on Wed Jul 11, 2007 7:15 am, edited 1 time in total.
targetbsp
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sat Dec 02, 2006 1:56 am

eqDKP addon for roster

Postby Kayn » Sat Jul 14, 2007 1:10 pm

When I click on Loot Items on the right I get this error

/addon.php?roster_addon_name=DKPStats&display=loot&char=Assinator, could not be found. Perhaps you either mistyped the URL or we have a broken link.

Example
Last edited by Kayn on Sat Jul 14, 2007 1:13 pm, edited 1 time in total.
Image
Kayn
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Tue Jul 04, 2006 2:06 pm
Location: Ft Campbell, KY

eqDKP addon for roster

Postby zanix » Sat Jul 14, 2007 1:35 pm

This probably isn't compatible with WoWRosterDF
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Next

Return to DKPStats

Who is online

Users browsing this forum: No registered users and 0 guests

cron