Pointwatch Update For Exemplar Points

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » General » Pointwatch update for Exemplar Points
Pointwatch update for Exemplar Points
Offline
Posts: 2
By Talsit 2021-11-26 07:01:11
Link | Quote | Reply
 
Will Pointwatch be updated for Exemplar Points and master level? Is it something I can do myself?
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2021-11-26 07:50:31
Link | Quote | Reply
 
Already in flight: https://github.com/Windower/Lua/pull/2097
[+]
Offline
Posts: 2
By Talsit 2021-11-26 13:36:22
Link | Quote | Reply
 
Awesome! Thanks!
 
Offline
Posts:
By 2021-11-26 15:33:18
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Lakshmi.Cesil
Offline
Server: Lakshmi
Game: FFXI
user: Valkyrie
Posts: 557
By Lakshmi.Cesil 2021-11-26 19:57:58
Link | Quote | Reply
 
Thank you for the update :)
By Tanag 2021-11-26 23:03:10
Link | Quote | Reply
 
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.
[+]
Offline
Posts: 77
By Ninjaxtasy 2021-12-18 21:01:12
Link | Quote | Reply
 
so is this done or still in progress?
Offline
Posts: 1424
By Chimerawizard 2021-12-18 22:00:03
Link | Quote | Reply
 
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(&apos;%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk&apos;,xp.current,xp.tnl,max_color(&apos;%5.2f&apos;: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(&apos;%6.2f&apos;: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(&apos;Sparks:%d Acco:%d Merits:%d JP:%d JP/hr:%.1f EP:%d/%d EP/hr:%.1fk&apos;,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>
Offline
Posts: 77
By Ninjaxtasy 2021-12-22 15:05:45
Link | Quote | Reply
 
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(&apos;%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk&apos;,xp.current,xp.tnl,max_color(&apos;%5.2f&apos;: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(&apos;%6.2f&apos;: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(&apos;Sparks:%d Acco:%d Merits:%d JP:%d JP/hr:%.1f EP:%d/%d EP/hr:%.1fk&apos;,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(&apos;%d/%dXP %sMerits XP/hr:%.1fk %sJP CP/hr:%.1fk %d/%dEP EP/hr:%.1fk&apos;,xp.current,xp.tnl,max_color(&apos;%5.2f&apos;: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(&apos;%6.2f&apos;: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)..&apos; &apos;..sparks.current..&apos;Sparks &apos;..accolades.current..&apos;Accolades&apos;</default>
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 48
By Carbuncle.Gabvanstronger 2022-01-03 21:41:26
Link | Quote | Reply
 
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.
Any way to make it look like this? (note the thousands separator)
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.
[+]
necroskull Necro Bump Detected! [100 days between previous and next post]
 
Offline
Posts:
By 2022-04-13 20:08:59
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
necroskull Necro Bump Detected! [82 days between previous and next post]
Guildwork Premium
Offline
Posts: 177
By IBHalliwell 2022-07-04 18:53:53
Link | Quote | Reply
 
Bottom line, please, how do I get pointwatch to add the new master points? Thank you.
necroskull Necro Bump Detected! [136 days between previous and next post]
Offline
Posts: 392
By drakefs 2022-11-18 00:39:06
Link | Quote | Reply
 
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.
necroskull Necro Bump Detected! [436 days between previous and next post]
 
Offline
Posts:
By 2024-01-28 04:15:56
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
[+]
Log in to post.