Is it possible to add option to manually edit dkp cost of item in item history?
I use your mod as dkp tracker mostly (plus some nice functions like reporting current dkps to people etc). It works very well so far but I could use more editing options. Maybe popup window when somebody loots item of certain quality and higher or something like that? Usually I'm not master looter but I'm responsible for dkp tracking and exporting. So to get price in log I have to write it down manually BEFORE item goes to player's backpack which is not always possible. Other way - to remember price or write it somewhere else - is not reliable.
Also minor glitch. Being horde I wasn't be able to use whisper functions until I manually changed COMMON to ORCISH in all files.
Is it possible to add option to manually edit dkp cost of item in item history?
Your wish:) You can now left click any item in history and the edit/class window will popup. You can click more than 1 item to edit them all at once if so desired. Note: You can't query from the popup dialog in this case (not sure why you would want to anyway.)
Also minor glitch. Being horde I wasn't be able to use whisper functions until I manually changed COMMON to ORCISH in all files.
But now I got new problem (or maybe it's old one but I have an impression it worked before). When I parse XML-string, I get no item cost in output (although it's present in item history).
Good question. As far as I know eqDKP always inserts its own value for an item. If it doesn't "know" the item it inserts 0. I have never been able to get the DKP output string to convert MorgDKPs value for the item to eqDKP. If anyone knows a solution please let me know:)
Also posted a new update with some fixes for a few nil errors and general cleanup.
But now I got new problem (or maybe it's old one but I have an impression it worked before). When I parse XML-string, I get no item cost in output (although it's present in item history).
Talked to Eraslin and seems maybe it should work. Added a couple changes to try get DKP value to parse. Let me know if it works please:)
Also fixed a problem with item ID's being saved in 2 different formats (string and number) DOH!
MorgBid no longer allows you to bid lower than the current bid in bidwar mode.
MorgDKP:
Fixed a TOC error - forgot the .lua to load fubar lib lol
Added a whisper system so that MorgBid isn't needed anymore to place bids. Note: whisper system has to be turned on in menu first.
MorgBid:
- Tablets can be automatically closed when auction finished
MorgDKP:
- removed compost lib
- code to close MorgBid tablets
- revamped auction system
The auction system now outputs the item and opening bid to raid chat. Then players bid as normal and everytime there is a new high bid it is output to raid chat. Until the auction is closed by the master looter. If you are outbid you will automatically be sent a new bid tablet. At auction end all bidding tablets will be closed.
My guild is interested in setting up a dkp system with 2 different dkp pools, where items taken as a "need" are paid for from one pool, and items taken for "want" are from a second pool. Is it possible to set up morgdkp to handle this kind of split pool?
My guild is interested in setting up a dkp system with 2 different dkp pools, where items taken as a "need" are paid for from one pool, and items taken for "want" are from a second pool. Is it possible to set up morgdkp to handle this kind of split pool?
Sorry for the slow reply. This would require a pretty major rewrite of the basic functionality (ie loading in 2 separate DKP's at one time) so at the current time this won't be happening. Sorry about that.
* deDE & enUS boss updates
* alt-click Fubar button to toggle ML/DE
* Itemhistory now has tooltips for loot
* Fubar tooltip displays current loot with tooltip display
* Click item in Fubar display to add to item dialogue (edit price etc)
* Shift-click item in Fubar display to link to open chat window
* Click Fubar tablet to select ML/DE/raid database (ie click on Masterlooter)
* DKP tracking now on Fubar tablet with status display (ie click on Start Raid)
* A few things need localization in deDE if anyone would like to help
Pretty self-explanatory but most heavily used functions can be controlled by clicking the fubar tablet now. Also added tooltips in a few places to make things prettier:)
first, we have 2 databases, one for Gruul/Mag and one for SSC/TK. i have it where SSC/TK is DKP1, and Gruul/Mag is DKP2.
the ingame addon message says to edit the .pl file like:
SSC/TK= { title => "DKP1", url= blah blah
whenever i put the "SSC/TK" in the .pl file, it no longer runs, returns a "Can't modify constant item in a scalar assignment..."
if i leave everything w/o the "xxx" =, then when i load dkp databases ingame, it says "Error! Either you have not downloaded your guild DKP...". now, when i look into DKPInfo.lua, i can see all the members and dkp value there, but the addon is not loading those values.
@pages = (
{ title => "DKP1", url => '[url]http://www.singularityguild.com/dkpssc/listmembers.php?show=all'[/url] },
{ title => "DKP2", url => '[url]http://www.singularityguild.com/dkpGruul/listmembers.php?show=all'[/url] },
### { title => "DKP3", url => '[url]http://sodalityoftheconstant.com/bwldkp/listmembers.php?show=all'[/url] },
### { title => "DKP4", url => '[url]http://sodalityoftheconstant.com/aqdkp/listmembers.php?show=all'[/url] },
### { title => "DKP5", url => '[url]http://sodalityoftheconstant.com/bwldkp/listmembers.php?show=all'[/url] },
);
ok, i found out the problem, whenever i run the .pl file, i get:
DKP1 = {
Timestamp = 000000,
Points = {
["Name
Rank
Level
Class
Earned
Spent
Adjustment
Current
Last Raid
1
Adaria"] = {earn = 720.00,spent = 140.00,bal = 580.00},
i don't know where all that extra junk is coming from, but that's causing an error on DKPInfo.lua.
edit: apparently, those are just info from the top roll, but why are they being taken? our dkp page isn't anything special, so most eqdkp pages have those things there.
I use your mod as dkp tracker mostly (plus some nice functions like reporting current dkps to people etc). It works very well so far but I could use more editing options. Maybe popup window when somebody loots item of certain quality and higher or something like that? Usually I'm not master looter but I'm responsible for dkp tracking and exporting. So to get price in log I have to write it down manually BEFORE item goes to player's backpack which is not always possible. Other way - to remember price or write it somewhere else - is not reliable.
Also minor glitch. Being horde I wasn't be able to use whisper functions until I manually changed COMMON to ORCISH in all files.
Thanks,
Yasma
Your wish:) You can now left click any item in history and the edit/class window will popup. You can click more than 1 item to edit them all at once if so desired. Note: You can't query from the popup dialog in this case (not sure why you would want to anyway.)
Fixed. If it's not please let me know.
Updated on SVN.
But now I got new problem (or maybe it's old one but I have an impression it worked before). When I parse XML-string, I get no item cost in output (although it's present in item history).
Tried with both CTRT and RT import plugins.
Yasma
Also posted a new update with some fixes for a few nil errors and general cleanup.
Talked to Eraslin and seems maybe it should work. Added a couple changes to try get DKP value to parse. Let me know if it works please:)
Also fixed a problem with item ID's being saved in 2 different formats (string and number) DOH!
- changed localization as some people were getting nil errors (some kind of conflict?)
- changed so wont display DKP when random rolling
To MorgDKP:
- changed version # for MorgBid download link
- pass value "NONE" to MorgBid to not display DKP
MorgBid no longer allows you to bid lower than the current bid in bidwar mode.
MorgDKP:
Fixed a TOC error - forgot the .lua to load fubar lib lol
Added a whisper system so that MorgBid isn't needed anymore to place bids. Note: whisper system has to be turned on in menu first.
Format: mbid ID [need/take/pass/bid value]
Examples:
/w Morgalm mbid 22829 need
/w Morgalm mbid 22829 50
MorgBid:
- Tablets can be automatically closed when auction finished
MorgDKP:
- removed compost lib
- code to close MorgBid tablets
- revamped auction system
The auction system now outputs the item and opening bid to raid chat. Then players bid as normal and everytime there is a new high bid it is output to raid chat. Until the auction is closed by the master looter. If you are outbid you will automatically be sent a new bid tablet. At auction end all bidding tablets will be closed.
Enjoy:)
- Added "All" toggle for class selection. Acts as a toggle use it again to clear all.
Apr 26 - Fixed "All" not appearing in lootframe.
- added handlers for Chess event and Romulo and Julianne in Karazhan
Hopefully working I haven't had R&J for a while lol
Sorry for the slow reply. This would require a pretty major rewrite of the basic functionality (ie loading in 2 separate DKP's at one time) so at the current time this won't be happening. Sorry about that.
* deDE & enUS boss updates
* alt-click Fubar button to toggle ML/DE
* Itemhistory now has tooltips for loot
* Fubar tooltip displays current loot with tooltip display
* Click item in Fubar display to add to item dialogue (edit price etc)
* Shift-click item in Fubar display to link to open chat window
* Click Fubar tablet to select ML/DE/raid database (ie click on Masterlooter)
* DKP tracking now on Fubar tablet with status display (ie click on Start Raid)
* A few things need localization in deDE if anyone would like to help
Pretty self-explanatory but most heavily used functions can be controlled by clicking the fubar tablet now. Also added tooltips in a few places to make things prettier:)
first, we have 2 databases, one for Gruul/Mag and one for SSC/TK. i have it where SSC/TK is DKP1, and Gruul/Mag is DKP2.
the ingame addon message says to edit the .pl file like:
SSC/TK= { title => "DKP1", url= blah blah
whenever i put the "SSC/TK" in the .pl file, it no longer runs, returns a "Can't modify constant item in a scalar assignment..."
if i leave everything w/o the "xxx" =, then when i load dkp databases ingame, it says "Error! Either you have not downloaded your guild DKP...". now, when i look into DKPInfo.lua, i can see all the members and dkp value there, but the addon is not loading those values.
i don't know where all that extra junk is coming from, but that's causing an error on DKPInfo.lua.
edit: apparently, those are just info from the top roll, but why are they being taken? our dkp page isn't anything special, so most eqdkp pages have those things there.
NOTE: Attached is Morgdkp.lua please rename it to Morgdkp.pl (can't attach .pl files)
this is after the import
and the dkp points is not correctly
i have no idee what is the problem?
can you help me pls ?
sorry for my english
As usual put in morgdkp directory and rename to morgdkp.pl.