1 - Option to have the adjustment included in the earned
I am already planning to implement this for my guild. It is exactly what I was looking for and exactly what I would have designed if I had the skills.
along with the epgp
My guild is not exactly EPGP, but we are a relational DKP.
I hacked the code on the importer to add the adjustment value to the earned so that it gave us the number that we use.
local poolAdjust= (PoolName or '') .. "_adjust"
local EP = ceil(tonumber((data[poolEarned])+(data[poolAdjust]))) or 0
- 2 comments
- 2 comments
Facts
- Last updated
- Dec 15, 2008
- Reported
- Dec 13, 2008
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #2
mackatack Dec 15, 2008 at 10:05 UTC - 0 likesThanks, implemented...
- Reply
- #1
mackatack Dec 15, 2008 at 09:29 UTC - 0 likesHey kinin,
Thanks. will implement this tonight.