Pointwatch Update For Exemplar Points |
||
Pointwatch update for Exemplar Points
Will Pointwatch be updated for Exemplar Points and master level? Is it something I can do myself?
Already in flight: https://github.com/Windower/Lua/pull/2097
Awesome! Thanks!
Thank you for the update :)
kusaregedo77 said: » how do you update? i'm github dumb You can't yet, at least not automatically. That's a link to the pull request, once accepted it will become part of the code base and Windower will update. so is this done or still in progress?
it went live on like the 7th or 8th, but not a default across all characters, like sparks & accolades it has to be set. It did add itself to one character but didn't others, don't get why.
this is what the character's was for me: Code settings.xml <ulamounie> <strings> <default>string.format('%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk',xp.current,xp.tnl,max_color('%5.2f':format(math.floor(lp.current/lp.tnm*100)/100+lp.number_of_merits),lp.current/lp.tnm+lp.number_of_merits,lp.maximum_merits,58,147,191),math.floor(xp.rate/100)/10,max_color('%6.2f':format(math.floor(cp.current/cp.tnjp*100)/100+cp.number_of_job_points),cp.current/cp.tnjp+cp.number_of_job_points,500,58,147,191),math.floor(cp.rate/100)/10,ep.current,ep.tnml,math.floor(ep.rate/100)/10)</default> and my crappy edit. dropped xp, xp/hour, and a few other things added sparks & accolades instead. Code <default>string.format('Sparks:%d Acco:%d Merits:%d JP:%d JP/hr:%.1f EP:%d/%d EP/hr:%.1fk',sparks.current,accolades.current,lp.number_of_merits,cp.number_of_job_points,math.floor(cp.rate/100)/300,ep.current,ep.tnml,math.floor(ep.rate/100)/10)</default> Chimerawizard said: » it went live on like the 7th or 8th, but not a default across all characters, like sparks & accolades it has to be set. It did add itself to one character but didn't others, don't get why. this is what the character's was for me: Code settings.xml <ulamounie> <strings> <default>string.format('%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk',xp.current,xp.tnl,max_color('%5.2f':format(math.floor(lp.current/lp.tnm*100)/100+lp.number_of_merits),lp.current/lp.tnm+lp.number_of_merits,lp.maximum_merits,58,147,191),math.floor(xp.rate/100)/10,max_color('%6.2f':format(math.floor(cp.current/cp.tnjp*100)/100+cp.number_of_job_points),cp.current/cp.tnjp+cp.number_of_job_points,500,58,147,191),math.floor(cp.rate/100)/10,ep.current,ep.tnml,math.floor(ep.rate/100)/10)</default> and my crappy edit. dropped xp, xp/hour, and a few other things added sparks & accolades instead. Code <default>string.format('Sparks:%d Acco:%d Merits:%d JP:%d JP/hr:%.1f EP:%d/%d EP/hr:%.1fk',sparks.current,accolades.current,lp.number_of_merits,cp.number_of_job_points,math.floor(cp.rate/100)/300,ep.current,ep.tnml,math.floor(ep.rate/100)/10)</default> Can you add xp, xp/hour back into the code? Nvm here is my code: Code <default>string.format('%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk',xp.current,xp.tnl,max_color('%5.2f':format(math.floor(lp.current/lp.tnm*100)/100+lp.number_of_merits),lp.current/lp.tnm+lp.number_of_merits,lp.maximum_merits,144,238,144),math.floor(xp.rate/100)/10,max_color('%6.2f':format(math.floor(cp.current/cp.tnjp*100)/100+cp.number_of_job_points),cp.current/cp.tnjp+cp.number_of_job_points,500,144,238,144),math.floor(cp.rate/100)/10,ep.current,ep.tnml,math.floor(ep.rate/100)/10)..' '..sparks.current..'Sparks '..accolades.current..'Accolades'</default> Here's another one that looks like this :
Code XP: 0.0k/hr [75] | CP: 0.0k/hr [500] | EP: 0.0k/hr 12345/63292 | 99999 Sparks | 99999 Acc. Code XP: 0.0k/hr [75] | CP: 0.0k/hr [500] | EP: 0.0k/hr 12'345/63'292 | 99'999 Sparks | 99'999 Acc. ![]() ![]() Bottom line, please, how do I get pointwatch to add the new master points? Thank you.
![]() IBHalliwell said: » Bottom line, please, how do I get pointwatch to add the new master points? Thank you. Go the the pointwatch addon folder and then open the setings.xml file in the data folder. Edit the <default>blah blah blah</default> to include EP. Examples of such edits are above. ![]() ![]() Carbuncle.Gabvanstronger said: » Here's another one that looks like this : Code XP: 0.0k/hr [75] | CP: 0.0k/hr [500] | EP: 0.0k/hr 12345/63292 | 99999 Sparks | 99999 Acc. Is there a way to incorporate max_color for these capped values (Merits, JP, Sparks, etc.)? I've been attempting this on my own for a few hours and can't seem to come up with a solution. Thanks in advance for any replies on this necro bump. |
||
All FFXI content and images © 2002-2025 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|