Pointwatch

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » Pointwatch
Pointwatch
 Phoenix.Tigertail
Offline
サーバ: Phoenix
Game: FFXI
user: Tigertail
Posts: 118
By Phoenix.Tigertail 2015-05-13 20:48:00  
Is anyone else having issues with Pointwatch? Today only XP and LP values are showing. I modified the settings to also show sparks and CP, and neither are showing up. The space where they would be is there, but it is totally blank.
 Lakshmi.Rooks
Administrator
Offline
サーバ: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-05-13 21:22:31  
Can you show your settings file?
 Phoenix.Tigertail
Offline
サーバ: Phoenix
Game: FFXI
user: Tigertail
Posts: 118
By Phoenix.Tigertail 2015-05-13 21:43:19  
I haven't changed anything and its been working fine all this time. Just noticed this problem today.
Code
<?xml version="1.1" ?>
<settings>
    <global>
        <options>
            <message_printing>false</message_printing>
        </options>
        <strings>
            <default>&apos;XP: &apos;..xp.current..&apos;/&apos;..xp.tnl..&apos; LP: &apos;..lp.current..&apos;/&apos;..lp.tnm..&apos; [&apos;..lp.number_of_merits..&apos;/&apos;..lp.maximum_merits..&apos;] CP: &apos;..cp.current..&apos;/&apos;..cp.tnjp..&apos; [&apos;..cp.number_of_job_points..&apos;] SP: &apos;..sparks.current..&apos;/&apos;..sparks.maximum</default>
            <dynamis>xp.current..&apos;/&apos;..xp.tnl..&apos;XP &apos;..lp.current..&apos;/&apos;..lp.tnm..&apos;LP [&apos;..lp.number_of_merits..&apos;/&apos;..lp.maximum_merits..&apos;] XP/hr:&apos;..string.format(&apos;%.1f&apos;,math.floor(xp.rate/100)/10)..&apos;k &apos;..cp.current..&apos;/&apos;..cp.tnjp..&apos;CP [&apos;..cp.number_of_job_points..&apos;] &apos;..dynamis.KIs..&apos; &apos;..dynamis.time_remaining</dynamis>
        </strings>
        <text_box_settings>
            <bg>
                <alpha>255</alpha>
                <blue>0</blue>
                <green>0</green>
                <red>0</red>
                <visible>true</visible>
            </bg>
            <flags>
                <bold>false</bold>
                <bottom>true</bottom>
                <draggable>true</draggable>
                <italic>false</italic>
                <right>true</right>
            </flags>
            <padding>0</padding>
            <pos>
                <x>-140</x>
                <y>-40</y>
            </pos>
            <text>
                <alpha>255</alpha>
                <blue>255</blue>
                <font>Comic Sans MS</font>
                <fonts>

                </fonts>
                <green>255</green>
                <red>255</red>
                <size>11</size>
                <stroke>
                    <alpha>255</alpha>
                    <blue>0</blue>
                    <green>0</green>
                    <red>0</red>
                    <width>0</width>
                </stroke>
            </text>
        </text_box_settings>
    </global>
</settings>
 Lakshmi.Rooks
Administrator
Offline
サーバ: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-05-13 21:46:43  
It's working for me (Comic Sans, really?). Has anything else changed in your environment?
 Phoenix.Tigertail
Offline
サーバ: Phoenix
Game: FFXI
user: Tigertail
Posts: 118
By Phoenix.Tigertail 2015-05-13 21:58:33  
LOL wats wrong with Comic Sans?? Its cute. I haven't made any changes to anything at all so have no idea what could be up. Maybe I'll log off and tomorrow all will be right with the world. Thanks for checking it.
 Phoenix.Tigertail
Offline
サーバ: Phoenix
Game: FFXI
user: Tigertail
Posts: 118
By Phoenix.Tigertail 2015-05-14 18:01:38  
Still missing the CP and sparks portion on the Pointwatch bar. Can anyone help me figure out whats going on? This is what I see:

XP: 55999/56000 LP: 3590/10000 [5/30

I should see CP and SP after that. The space for it is there but its completely blank.
necroskull Necro Bump Detected! [1257 days between previous and next post]
 Asura.Baroma
Offline
サーバ: Asura
Game: FFXI
user: baroma
Posts: 437
By Asura.Baroma 2018-10-22 11:19:04  
Changing fonts made the bar disappear. I don’t kn how to get it back on. I wanted comic sans too lol
necroskull Necro Bump Detected! [435 days between previous and next post]
 Odin.Sempron
Offline
サーバ: Odin
Game: FFXI
user: sempron
Posts: 1
By Odin.Sempron 2019-12-31 12:10:37  
how did u resolve this issue .. pw works for my mule but not my main
necroskull Necro Bump Detected! [39 days between previous and next post]
 Bismarck.Nekhekh
Offline
サーバ: Bismarck
Game: FFXI
user: nekhekh
Posts: 47
By Bismarck.Nekhekh 2020-02-08 18:59:36  
My PW is stuck at the bottom of the screen. I can //pw pos 600 0 to move it back to the top. I have to do this every time i log into playonline. Can this be fixed and has anyone else experienced this?
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-02-08 19:01:19  
I purposely put mine at the bottom... Go into the file and change it to where you want it.

Pointwatch > settings
Code
<?xml version="1.1" ?>
            <pos>
                <x>600</x>
                <y>0</y>
            </pos>


or at the bottom where it has character specific locations, or delete that part. Reload it after you change/delete.
 Bismarck.Nekhekh
Offline
サーバ: Bismarck
Game: FFXI
user: nekhekh
Posts: 47
By Bismarck.Nekhekh 2020-02-12 13:08:15  
Thank you for the info. I put it at the bottom on purpose as well but it’s in the way of the chat screen.
Log in to post.