Pointwatch - How To Get It To Show EP?

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » 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  
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
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2022-07-29 18:14:01  
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
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2022-07-29 18:17:31  
https://github.com/Windower/Lua/blob/dev/addons/pointwatch/pointwatch.lua

Current version
[+]
Offline
Posts: 1424
By Chimerawizard 2022-07-29 18:20:34  
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
サーバ: Cerberus
Game: FFXI
user: kaht
Posts: 618
By Cerberus.Kaht 2022-07-29 18:43:22  
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
Offline
サーバ: Cerberus
Game: FFXI
Posts: 1664
By Cerberus.Shadowmeld 2022-07-29 18:55:38  
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  
Cerberus.Shadowmeld said: »
if you delete your settings file and then reload the addon, it will display EP.

Thank you! :) It worked great!
Log in to post.