Pointwatch - How To Get It To Show EP?

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » General » Pointwatch - How to get it to show EP?
Pointwatch - How to get it to show EP?
Guildwork Premium
Offline
Posts: 177
By IBHalliwell 2022-07-29 18:07:13
Link | Quote | Reply
 
Hello,

I found a thread on how to get PointWatch to show EP, but I don't understand the discussion. I asked for someone to simplify it, but now it's been 80 some days. The system suggests not bumping such an old thread (understandable).

So, how do I get pointwatch (fully updated via Windower4) to show EP?

Thank you.
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2022-07-29 18:14:01
Link | Quote | Reply
 
You just copy the text from the thread and replace it.

(I think the original one posted had a decimal error in cp/hour but I never cared enough to ask)
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2022-07-29 18:17:31
Link | Quote | Reply
 
https://github.com/Windower/Lua/blob/dev/addons/pointwatch/pointwatch.lua

Current version
[+]
Offline
Posts: 1429
By Chimerawizard 2022-07-29 18:20:34
Link | Quote | Reply
 
the one I posted reported job points instead of capacity points because I don't actually care the exact CP/hr and only want a rough estimate of JP/hr.
[+]
 Cerberus.Kaht
Offline
Server: Cerberus
Game: FFXI
user: kaht
Posts: 618
By Cerberus.Kaht 2022-07-29 18:43:22
Link | Quote | Reply
 
the string I use:
Code
<default>&apos;Merits: [&apos;..lp.number_of_merits..&apos;] JP: [&apos;..cp.number_of_job_points..&apos;] EP: [&apos;..math.floor(ep.current/1000)..&apos;k/&apos;..math.floor(ep.tnml/1000)..&apos;k] EP/hr:&apos;..string.format(&apos;%.1f&apos;,math.floor(ep.rate/100)/10)..&apos;k&apos;</default>


Ingame it will appear like:
Code
Merits: [75] JP: [500] EP: [23k/163k] EP/hr:123.5k
[+]
 Cerberus.Shadowmeld
Online
Server: Cerberus
Game: FFXI
Posts: 1667
By Cerberus.Shadowmeld 2022-07-29 18:55:38
Link | Quote | Reply
 
if you delete your settings file and then reload the addon, it will display EP.
Guildwork Premium
Offline
Posts: 177
By IBHalliwell 2022-08-04 20:28:03
Link | Quote | Reply
 
Cerberus.Shadowmeld said: »
if you delete your settings file and then reload the addon, it will display EP.

Thank you! :) It worked great!