1. FFXIV Reset Timers
    Last daily reset was 7 hours, 22 minutes ago / Next daily reset is in 16 hours, 37 minutes
    Last weekly reset was 1 days, 0 hours, 22 minutes ago / Next weekly reset is in 5 days, 9 hours, 37 minutes
+ Reply to Thread
Page 16 of 33 FirstFirst ... 6 14 15 16 17 18 26 ... LastLast
Results 301 to 320 of 656

Thread: ACT question     submit to reddit submit to twitter

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

    Join Date
    Sep 2007
    Posts
    37,804
    BG Level
    10

    Quote Originally Posted by Saeris View Post
    Did you check the log file?
    Its located in C:\Users\<youruser>\AppData\Roaming\Advanced Combat Tracker
    Fixed it had to change a setting in sound settings of act

  2. #302
    Smells like Onions
    Join Date
    Jan 2015
    Posts
    5
    BG Level
    0

    Does anyone know the correct syntax of how to combine these rows?

    Code:
    if (combatant.Job === "Mnk") { // Monk
    cell.style.backgroundColor = "rgba(153,0,0,0.3)";
    }
    else if (combatant.Job === "Smn") { // Summoner
    cell.style.backgroundColor = "rgba(153,0,0,0.3)";
    }
    else if (combatant.Job === "Blm") { // Black Mage
    cell.style.backgroundColor = "rgba(153,0,0,0.3)";
    }
    based on reddit.com/r/ffxiv/comments/2r2d8a/color_skin_for_rainbowmages_miniparse_overlay/

  3. #303

    if it works I don't know why you'd want to fix it, but...

    Code:
    if (combatant.Job === "Mnk" || combatant.Job === "Smn" || combatant.Job === "Blm") {
    cell.style.backgroundColor = "rgba(153,0,0,0.3)";
    }

  4. #304
    Smells like Onions
    Join Date
    Jan 2015
    Posts
    5
    BG Level
    0

    Quote Originally Posted by octopus View Post
    if it works I don't know why you'd want to fix it, but...

    Code:
    if (combatant.Job === "Mnk" || combatant.Job === "Smn" || combatant.Job === "Blm") {
    cell.style.backgroundColor = "rgba(153,0,0,0.3)";
    }
    to combine the same content for easier editing, it works, thank you. I tried to write something like
    Code:
    combatant.Job === ["Mnk" , "Smn" , "Blm"]
    Maybe there are more short form exists?)

  5. #305

    ["Mnk","Smn","Blm"].indexOf(combatant.Job) >= 0

  6. #306
    Smells like Onions
    Join Date
    Jan 2015
    Posts
    5
    BG Level
    0

    Quote Originally Posted by octopus View Post
    ["Mnk","Smn","Blm"].indexOf(combatant.Job >= 0)
    i'm totally bad with JS
    Code:
    if (["Whm","Sch"].indexOf(combatant.Job >= 0)) {
    cell.style.backgroundColor = "#E0E0E0";
    }
    All other rows in the table also become green, will remain on the previous version.

  7. #307

    Oops, the ending ) is at the wrong place. Edited above

  8. #308

    Tried to update overlay plugin (https://github.com/RainbowMage/Overl...es/tag/0.3.3.6), gives me this when I try to load it:



    Same result with x64 and x86 versions (ACT is x86 but tried both).

  9. #309

    Did you unblock the DLLs?

  10. #310

    The option isn't even there in the file properties, never has been afaik.

    I assumed that was only something you had to do if you didn't unlock Windows security settings and stuff.

  11. #311

    I once had a problem with upgrading, and I had to quit the game (run ACT without XIV) and redo the plugin installation.

  12. #312

    XIV wasn't even running when I tried to do it, I've since tried while it's been running and not running, still the same error.

  13. #313

    Think I figured it out, looks like there were other versions of a bunch of files in the ACT folder and it was trying to load them from there instead of the ones that came with the overlay plugin, deleted them and it works now.

  14. #314

    Now a different issue, anytime I click anything in the overlay plugin tab I get an unhandled exception error.

    There's a warning in the message window when ACT starts.

    4/11/2015 6:47:37 PM: Warning: LoadConfig: System.IO.FileNotFoundException: Specified file is not exists.
    File name: 'C:\Users\me\AppData\Roaming\Advanced Combat Tracker\Config\RainbowMage.OverlayPlugin.config.xm l'
    at RainbowMage.OverlayPlugin.PluginConfig.LoadXml(Str ing pluginDirectory, String path)
    at RainbowMage.OverlayPlugin.PluginMain.LoadConfig()

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

    Join Date
    Sep 2007
    Posts
    37,804
    BG Level
    10

    Nvm just as I asked, i found it -,-

  16. #316
    Smells like Onions
    Join Date
    Mar 2015
    Posts
    7
    BG Level
    0

    Anyone have last mptimer traslated or image with translation (the version 1.4.6

  17. #317
    Motherfucking
    NOSTRADAMUS

    Vamos los Perds!

    Join Date
    May 2006
    Posts
    10,552
    BG Level
    9
    FFXIV Character
    Wulfgang Amadeus
    FFXIV Server
    Hyperion
    FFXI Server
    Sylph

    Stupid question, but I can't seem to find an answer: how do you eliminate monsters from the parse? Like not editing encounter data, but actually removing monsters from the main DPS list.

  18. #318
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,921
    BG Level
    6
    FFXI Server
    Phoenix

    Has anyone used Virtual Audio Cable with Mumble and ACT? Wondering if I can send audio input from my mic and ACT to mumble.

  19. #319
    Puppetmaster
    Join Date
    Mar 2013
    Posts
    50
    BG Level
    2
    FFXIV Character
    Lady Chance
    FFXIV Server
    Tonberry
    FFXI Server
    Bismarck

    About this website (2 actually) collecting parses mentioned in reddit:

    Polemic aside, the replay and the buff display are very well made. Anyone knows if there are such display or tools/plugins to do that from ACT itself? (The few times I really wanted to know, I did it in excel, not super convenient)

  20. #320
    CoP Dynamis
    Join Date
    Sep 2013
    Posts
    271
    BG Level
    4
    WoW Realm
    Jubei'Thos

    To my knowledge ACT does not do anything with the location data parsed from the network sniffing.
    There is buff/debuff uptime sections but nothing nice and easy to read like XIVDPS/XIVLogs style, (timeline, mobs, graphs etc.) I'm actually not sure if it's accurate either, have not really ever looked at it.

    ACT was originally a Everquest parser and kind of morphed into a more generic MMO combat log parser with plugin support. It's hard to get the specific functionality of something custom built.