Sachmo's Dkp Mod
SDKP
sdkp is a dkp tracking addon under development and in use by TG - Arthas guild.
It is designed to import from, and export to an EQDKP+ website.
Currently the documentation is a work in progress. But if you have any questions or need any extra options to assimilate this mod for use in your guild, please write a ticket or PM me.
> Any way to ignore pieces from asking for a DKP price like badges?
/sdkp il [item-link]
will toggle ignoring that item.
Could you please delete the long bug reports and create tickets so that I can ask questions about them individually? They also clutter up the page here
Any way to ignore pieces from asking for a DKP price like badges?
Can you install swatter and post a bug ticket with a full stack trace?
swatter is great.
Install the scrolling table mod as a regular mod (even though it's a library).(edit: it is now a library) I'm working on getting it set up as a regular ace lib. This may break if you have showdkp2 installed, I'd remove that first.I'll see about doing bids via raid chat...
I can just install this into the lib folder in the mod? (Scrolling Table). Are you able to make a drop down for the channel to monitor :P Ill try this tonight and see what I get.
I can make an option in the config for where you want the announce to happen (guild/raid/etc/) a simple dropdown would be easy enough.
Edit: the latest version now has that option.
if you use this mod, the ScrollingTable library is not packaged with it (yet). You need to also install http://www.wowace.com/projects/lib-st/
Well here is what I want to do: There are 3-4 people who will run this mod, ML and 2-3 backup raid trackers (We use CT for eqdkp+) All I want is this mod to do loot so we know who whas the higest dkp/attendance. We currently use GETDKP and people just "need" in raid chat and the list is populated in DESC DKP order but there is no way to tell attendance :( and the fonts are a lil small ewwww. The list is only populated for the person who starts the "Auction"/"Countdown" process. We would like this to happen for the 3-4 people who would also run this mod. I do like the way when u loot it links the chat to guild but I would want it to goto raid and we dont do the attendance of those not in the raid but I saw an option to turn that off. See if you can use the other guys java to download the file and see if works. So far Ive only been able to get his mod to work.
oh lol... i'm silly... . Sonath is using my mod... so yeah... the script he is using should work fine.
To monitor bids in raid chat you would need to change the chat hook that reads whispers... How in detail do you want me to get, you'll need some programming ability.
You can change the text... it's not localized... I know i know... pain in the ass... but I haven't gotten around to that.
There's a huge difference in lua format for my mod from any other due to the table library I use, so you'd need to either rewrite the output of their php script, or rewrite mine... it's up to you
Do you mean you have the showdkp2 script working with this mod?
Well Ive been using showdkp2 and it has the PHP script and the java file and it seems to be working okay I had to tweak it for the values of attd I wanted it to show =). How would I modify it to read bids in raid chat? Also is there any diff between the two mods? Also is there any way to change the words used?
Bids are done in whispers to the person running the mod. You can have 2 people running the mod and have both of them record the purchases separately or something... I'm not sure of your use case. You do not need ML to handle bids at all, though it makes it easier.
Do you use eqdkp+? I have a custom php script that I cannot gaurentee will work for you. I had to edit their attendance calculations for the way we do attendance ( 1 boss kill per night and you get attendance for the day ) If you know someone who is good with that stuff, I can give you mine to play with.
There is no feature to dump the dkp for the night out, but you can check anyone's dkp by whispering.
Can someone other than the ML start the bidding and monitor the "raid" channel for the "#bid"/"#need". Also where is the php file/exe to pull down the info from our eqdkp+ site? There is nothing in the r100 that is a php/java/exe file. Also is there a way to print everyones dkp out to guild or raid channel. We like to do that at the begining of the raid just so people have it and if they forget to whisper for it.
That's fine with me. Please note that we have a special way of handling attendance and dkp for our guild. The export function is tailored to allow imports after raid boss triggers are set up... it's not very user friendly, I admit.
I'd be interested in the things you speak of if integrated into the options panel, it would not interfere with how we use it. So I wouldn't mind incorporating them into the main source tree.
Well, the reason for the java gui was for expandability - you can input multiple EQDKP/EQDKP+ sites, so you're not tied down to one site.
For functions, I added:
I tried to make the changes as minor and non-invasive as possible so as to not interfere with the current design. I haven't had much chance to test it yet, I'll do that tonight and send over the changes/fixes after doing that to see what you think!
I guess I should also mention: I'm the author of showdkp2, but your code is much more "up to date," so I'd like to contribute so my users can adopt your addon instead, if you don't mind! ;)
wow! I mainly just use this for my guild, that's awesome you could use it!
What kinds of functions did you find you ended up needing? I use a php script on my eqdkp+ system to output the data file, I actually just had to rewrite it from scratch.
You can leave me messages here or there might be a way to leave me an email through the site here.
Edit: I guess you might not be able to use the site to email me. You can email me directly at [email protected]
Hi ddumont, love the mod! I have some code for a java GUI to pull the DKP information from either a EQDKP or EQDKP plus site into your mod, and I made a few additional changes to the mod to support a few functions I needed. What would be the best way to contact you to see if this is something you'd like to include?
check to see if you have a file called getdkp.php or something similar. If you do, then by comparing the two files, you should be able to craft something that will work for you.