Hello,
is it possible to output certain values from the character profile page in the points overview?
We would need the value of "Resolve" in the overview.
Thanks in advance for the support,
Neverlands
Hello,
is it possible to output certain values from the character profile page in the points overview?
We would need the value of "Resolve" in the overview.
Thanks in advance for the support,
Neverlands
Generally, using the Tablemanagement, you can add the columns. The columns for the member profilefields are prefixed with "Profile-".
But as it seams to be a game specific output, it cannot be added as a column, as long as the game does not provide an "Preset" in a PDH module for this (like WoW does it here https://github.com/EQdkpPlus/g…d/wow/pdh_r_wow.class.php)
Generally, using the Tablemanagement, you can add the columns. The columns for the member profilefields are prefixed with "Profile-".
I have seen some presets, are these the ones you're talking about?
But as it seams to be a game specific output, it cannot be added as a column, as long as the game does not provide an "Preset" in a PDH module for this (like WoW does it here https://github.com/EQdkpPlus/g…d/wow/pdh_r_wow.class.php)
I don't think I understand this well enough.
Does the pdh_r_wow.class.php come directly from WoW or from EQdkp?
The pdh_r_eq2.class.php looks quite different than the one from WoW.
Do the presets - in case of WoW - come from here?
* Presets array
*/
public $presets = array(
'wow_charicon' => array('charicon', array('%member_id%'), array()),
'wow_achievementpoints' => array('achievementpoints',array('%member_id%'), array()),
'wow_gearlevel' => array('averageItemLevelEquipped',array('%member_id%'), array()),
'wow_profiler' => array('profilers', array('%member_id%'), array()),
'wow_professions' => array('professions', array('%member_id%'), array()),
'wow_talents' => array('talents', array('%member_id%'), array()),
);
Could this also be done for EQ2, or is there no chance at all?
Kind regards,
Neverlands
I have seen some presets, are these the ones you're talking about?
No. Prefixed with "Profile-".
Does the pdh_r_wow.class.php come directly from WoW or from EQdkp?
The file is from the EQdkp wow Game package.
Could this also be done for EQ2
I see no problem that the maintainer of the eq game cannot implement it.
He reads in this forum, so you cannot do more.
Hello GodMod,
okay I see. So I will arm myself with patience
Don’t have an account yet? Register yourself now and be a part of our community!