Description
DET collects information about your current droprate, talent rate, experience rate and quest tp/ep.
DET will only recollect and propagate new information every 5s.
This is a continuation of the original addon DET.
Usage
ZZInfobar plugin
5 new buttons for ZZInfobar which provide detailed information
OnScreenValue
With OSV above version 2.1 you can set up custom values to be displayed.
Create a new custom value:
Event to trigger: DET_VALUES_CHANGED
Function: return DET.GetDropRate()
(see public function for other values providet by DET)
Public functions
You can always call these functions to get the information collected by DET
Droprate: DET.GetDropRate()
DET.GetDropRateEquipment()
DET.GetDropRateBuffs()
DET.GetDropRateMisc()
Talent: DET.GetTalent()
DET.GetTalentEquipment()
DET.GetTalentBuffs()
DET.GetTalentMisc()
Experience: DET.GetExperience()
DET.GetExperienceEquipment()
DET.GetExperienceBuffs()
DET.GetExperienceMisc()
Quest-TP: DET.GetQuestTalent()
DET.GetQuestTalentEquipment()
DET.GetQuestTalentBuffs()
DET.GetQuestTalentMisc()
Quest-TP/EP: DET.GetQuestExperienceTalent()
DET.GetQuestExperienceTalentEquipment()
DET.GetQuestExperienceTalentBuffs()
DET.GetQuestExperienceTalentMisc()