1. FFXIV Reset Timers
    Last daily reset was 4 hours, 35 minutes ago / Next daily reset is in 19 hours, 24 minutes
    Last weekly reset was 1 days, 21 hours, 35 minutes ago / Next weekly reset is in 4 days, 12 hours, 24 minutes
+ Reply to Thread
Page 7 of 33 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Results 121 to 140 of 656

Thread: ACT question     submit to reddit submit to twitter

  1. #121
    Campaign
    Join Date
    Sep 2007
    Posts
    6,650
    BG Level
    8
    FFXIV Character
    Sean Kipling
    FFXIV Server
    Midgardsormr

    ...What I linked you is how you get the job icon instead of the job name.

  2. #122
    D. Ring
    Join Date
    Jul 2006
    Posts
    4,961
    BG Level
    7
    FFXIV Character
    Grey Jorildyn
    FFXIV Server
    Hyperion

    how do you add a semi-transparent black background? my code skills are super rusty.

  3. #123
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,802
    BG Level
    10

    Quote Originally Posted by Lokus View Post
    {OverHealPct}
    edit fixed

  4. #124
    Campaign
    Join Date
    Sep 2007
    Posts
    6,650
    BG Level
    8
    FFXIV Character
    Sean Kipling
    FFXIV Server
    Midgardsormr

    Edit your miniparse.html with notepad ++ or something. This is what mine looks like, which includes the job icons (if you actually do what the link I posted tells you to do).

    It includes: Job Icon, Name, Encounter DPS (and % of dmg), Acc %, Crit %. As you can see, I have disabled the healing % section.

    // ヘッダの定義
    var headerDefine =
    [
    //{ text: "#", width: "5%", align: "center" },
    { text: "", width: "8%", align: "center" },
    { text: "Name", width: "25%", align: "left" },
    { text: "DPS (%)", width: "20%", align: "center", span: 2 },
    /*{ text: "HPS (%)", width: "18%", align: "center", span: 2 },*/
    { text: "Acc.(%)", width: "16%", align: "right" },
    { text: "Crt.(%)", width: "14%", align: "right" },
    ];

    // 表示するデータの定義
    var bodyDefine =
    [
    //{ text: rankingText, width: "5%", align: "center"z, effect: deadYatsuEffect },
    { html: "<img src='./icons/{Job}.png' />", width: "5%", align: "center" },
    { text: "{name}", width: "25%" },
    { text: "{encdps}", width: "20%", align: "right" },
    { text: "{damage%}", width: "8%", align: "right" },
    /*{ text: "{enchps}", width: "16%", align: "right" },
    { text: "{healed%}", width: "5%", align: "right" },*/
    { text: "{tohit}%", width: "16%", align: "right" },
    { text: "{crithit%}", width: "14%", align: "right" },
    ];

  5. #125
    CustomTitle
    Banned for Duping
    HOT LITTLE SNATCH

    Join Date
    Feb 2007
    Posts
    7,994
    BG Level
    8
    FFXIV Character
    Jam Valesti
    FFXIV Server
    Leviathan

    So since we're on the subject, is there a way to actually force the overlay to stay on top with clickthrough enabled? It'll often fall behind the XIV window when I alt tab between stuff and I have to tab back to the overlay to get it back up, minor annoyance but it'd be nice if there was a way to actually keep it in front at all times.

  6. #126
    Campaign
    Join Date
    Sep 2007
    Posts
    6,650
    BG Level
    8
    FFXIV Character
    Sean Kipling
    FFXIV Server
    Midgardsormr

    Quote Originally Posted by Kiarax View Post
    So since we're on the subject, is there a way to actually force the overlay to stay on top with clickthrough enabled? It'll often fall behind the XIV window when I alt tab between stuff and I have to tab back to the overlay to get it back up, minor annoyance but it'd be nice if there was a way to actually keep it in front at all times.
    No. Not that I or anyone else who uses it has seen.

  7. #127

    Quote Originally Posted by Uryuu View Post
    ...What I linked you is how you get the job icon instead of the job name.
    Oh sick, I had selected miniparse1.html instead of the other one. I love you.

    I'll mess arou dwith it since this is actually better written than the other one (the other one was so messed up you coudl barely get any words in the text), this is a bit more clean. The only thing now is that this happens:
    http://puu.sh/dtwL2/37323a6a06.jpg

    We need a LB vector now lol.

    ACT has everything now, the only thing we need is the mini parse to dissapear after every encounter I think

  8. #128
    D. Ring
    Join Date
    Jul 2006
    Posts
    4,961
    BG Level
    7
    FFXIV Character
    Grey Jorildyn
    FFXIV Server
    Hyperion

    Anyone know how to make the miniparser log wider? seems i'm running out of room.

  9. #129

    In the bottom right corner there is a small handle to manipulate the size of it.

  10. #130
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,802
    BG Level
    10

    Here's mine




    had to rename OverhealPCT to HP% otherwise it wouldn't fit in the screen lol (the header part)

  11. #131

    This is how mine looks right now

    http://puu.sh/dtGw5/883d1a05e4.jpg

  12. #132
    Smells like Onions
    Join Date
    Jul 2013
    Posts
    5
    BG Level
    0

    Quote Originally Posted by Ratatapa View Post
    fixed my overlya problem had to unblock it from the rar file
    Any chance you could elaborate on what do you mean by unblocking it? I'm getting 3 JP errors followed by an English one. All reference the htmlrenderer and I'm not sure what else I can do.

    Edit: And apparently I need more posts to not be scrub and post images >.>

  13. #133
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,802
    BG Level
    10

    1) download the .rar on the website and save it on your hard drive
    2) find the build.rar on your pc and right click+ properties
    3) at the lower part of the box click unblock then apply
    4) continue the steps from the website

  14. #134
    Black Belt
    Join Date
    Oct 2006
    Posts
    5,668
    BG Level
    8
    FFXIV Character
    Arthars Menethil
    FFXIV Server
    Chocobo
    FFXI Server
    Odin

    Quote Originally Posted by amadouche View Post
    Did you two looked at the picture?

    Mine looks like this:

    http://puu.sh/dtuH1/55e20c3917.jpg


    I want it to look like this (instead of job name to use the icon, and remove the HPS from it, and add a semi transparent black background: http://puu.sh/dtfbU/970f7fd889.jpg
    the build folder you downloaded prolly have the previous guy edited his html file

    if you install from default, the one linked in last page , you should get the layout you wanted

    other things, eg. what you want to show, is explained above

    Quote Originally Posted by Lokus View Post
    Arthars, would it be possible for you to translate the SpecialSpellTimer plugin menus? I can provide pics of the menus if you need.
    sure

  15. #135
    Bagel
    Join Date
    Nov 2006
    Posts
    1,453
    BG Level
    6
    FFXIV Character
    Fallaci Isalie
    FFXIV Server
    Ultros
    FFXI Server
    Phoenix

    Is there a way to make it only display when FFXIV is the active window?

  16. #136

    Quote Originally Posted by Crizto View Post
    Is there a way to make it only display when FFXIV is the active window?
    ACT does not have such an option, neither the plugin yet. That is the only thing is it needs in my opinion, or to dissapear everytime an encounter ends.

  17. #137
    Smells like Onions
    Join Date
    Dec 2014
    Posts
    2
    BG Level
    0

    Fixed overlay with pets icons and limitbreak for who want it

    https://mega.co.nz/#!Yd5zmRSS!K8WN-m...A_cxhmEyVOria8
    sorry for the spaces but i cant post urls

  18. #138
    BG's most likeable Québécois
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Sep 2007
    Posts
    37,802
    BG Level
    10

    Yeah no offense but won't click on a link from someone with 1 post that registered max 14 days ago

  19. #139
    Smells like Onions
    Join Date
    Dec 2014
    Posts
    2
    BG Level
    0

    well not my problem
    ht tp://i.imgur.com/NL413ls.jpg
    screen of pet icons, limit break is too inside

  20. #140

    Ratatapa, it's fine and works.

+ Reply to Thread
Page 7 of 33 FirstFirst ... 5 6 7 8 9 17 ... LastLast