+ Reply to Thread
Page 5 of 5 FirstFirst 1 2 3 4 5
Results 161 to 172 of 172
  1. #161
    Grand Member Online status: Burio is offline Reputation: Burio the Wary Burio the Wary Burio the Wary Burio the Wary
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,675
    Quote Originally Posted by Evendale View Post
    So, I could add something along these lines, but a few questions:

    1) Why is it that you use the stats window(s) and not the main window(s) for viewing your simple stats? (note you can actually customize the main window to be smaller than the stats window)
    because i want to use the main window with full details after fight for analyse details. If i customize the main windows you can need easy restore them like when only hide main window.

    Quote Originally Posted by Evendale View Post
    2) Why is it that you want to be able to "hide" the main window(s) as opposed to closing them? (ie: do you still use the main window(s) sometimes?)
    as i stated above yes.

    -----

    in the new version i get a german Plugin. I use a german OS but Lotro with english version. May you could let us switch them in the menus like tonicbars?
    Last edited by Burio; Jan 01 2013 at 07:21 AM.
    "Success is the ability to go from one failure to another with no loss of enthusiasm."
    Hunter - Champion - Guardian * [DE]Morthond * Krieger des Lichts

  2. #162
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779
    Quote Originally Posted by Burio View Post
    in the new version i get a german Plugin. I use a german OS but Lotro with english version. May you could let us switch them in the menus like tonicbars?
    Woops that's cause in the update just now, I'd left in the code I was testing with, so it would have loaded in German for everyone. Good thing you noticed that quickly! :P I just uploaded a fix.

    I don't think there's any point allowing you to switch the language in game as the whole plugin is reliant on parsing the combat log in the specified language (which must be the same as the language used by the lotro client).


    Quote Originally Posted by Burio View Post
    because i want to use the main window with full details after fight for analyse details. If i customize the main windows you can need easy restore them like when only hide main window.


    Hmm okay I'll think about it.
    Last edited by Evendale; Jan 01 2013 at 07:53 AM.
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

  3. #163
    Grand Member Online status: Burio is offline Reputation: Burio the Wary Burio the Wary Burio the Wary Burio the Wary
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,675
    Quote Originally Posted by Evendale View Post
    Hmm okay I'll think about it.
    That would be really nice for better understanding i just make a new screenshot:



    As you can see i use statistic window as a small in combat window with current dps and in combat time. At the right of the screen you see the minimized main windows. After the fight i restore them and can use all features.

    It would be better to hide via logo cause you can place the logo where ever you want. The minimized icon as you can see in the screenshot need be dragged where you want the window when you restore them. Therefore the logo would be much smarter to use.
    "Success is the ability to go from one failure to another with no loss of enthusiasm."
    Hunter - Champion - Guardian * [DE]Morthond * Krieger des Lichts

  4. #164
    Senior Member Online status: Stever1388 is offline Reputation: Stever1388 the Wary Stever1388 the Wary Stever1388 the Wary Stever1388 the Wary Stever1388 the Wary
    Join Date
    May 2008
    Posts
    163
    Quote Originally Posted by Evendale View Post
    I've fixed the issue where the logo reappears if you lock/unlock the UI (and a couple of minor related bugs), but I can't seem to replicate the issue where the logo doesn't stay hidden after reloading CA.




    So I've adjusted the parser function to handle categorizing this case under the right damage type. Should the Fury damage value be recorded though? I haven't done any mounted combat so I don't know if this is important or not.
    I can't seem to get the logo to appear on reloads either. It's possible I was mistaking the lock/unlock UI bug for it (also when you loaded data in the logo would reappear and not go away, so it might have been that too).

    The Fury damage is part of the total damage, so it doesn't need to be included in the total. I wouldn't really say it's worth recording as its own stat either, but that is just my opinion.

  5. #165
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779
    Quote Originally Posted by Burio View Post
    As you can see i use statistic window as a small in combat window with current dps and in combat time. At the right of the screen you see the minimized main windows. After the fight i restore them and can use all features.

    It would be better to hide via logo cause you can place the logo where ever you want. The minimized icon as you can see in the screenshot need be dragged where you want the window when you restore them. Therefore the logo would be much smarter to use.
    Ok, so it seems like what would be most useful to you would be a way to switch between different UI/Window Configurations with one click/key press, which is what I would prefer to do because I don't usually like to do anything halfway.

    But I don't think I have the time to spend adding that sort of feature so I'll probably just add commands to let you show/hide the main or stats windows only. That way you can set up quickslots and put them anywhere you like if you want).



    FYI the current list of commands (don't think I documented it anywhere yet) is:

    /ca options Shows the Menu
    /ca save Shows the Save dialog
    /ca load Shows the Open/Load dialog
    /ca toggle Toggles all the windows between visible/hidden (as if you clicked the logo)
    /ca show Makes all the windows visible
    /ca hide Hides all the windows
    /ca lock toggle Toggles all the windows between locked/unlocked
    /ca lock Sets all the windows to locked
    /ca unlock Sets all the windows to unlocked



















    .
    Last edited by Evendale; Jan 01 2013 at 09:21 PM.
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

  6. #166
    Grand Member Online status: Burio is offline Reputation: Burio the Wary Burio the Wary Burio the Wary Burio the Wary
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,675
    Quote Originally Posted by Evendale View Post
    But I don't think I have the time to spend adding that sort of feature so I'll probably just add commands to let you show/hide the main or stats windows only. That way you can set up quickslots and put them anywhere you like if you want).
    That would be perfect!
    "Success is the ability to go from one failure to another with no loss of enthusiasm."
    Hunter - Champion - Guardian * [DE]Morthond * Krieger des Lichts

  7. #167
    Junior Member Online status: beasteater is offline Reputation: beasteater the Neutral
    Join Date
    Oct 2010
    Posts
    19
    Is there a version of Combat Analysis that can track Deflections by mobs higher level than you? I get an error message every time I get deflected.
    "Hmm... I sense there is a high concentration of improbability particles in this this sinister keg drink..."


  8. #168
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779
    Quote Originally Posted by beasteater View Post
    Is there a version of Combat Analysis that can track Deflections by mobs higher level than you? I get an error message every time I get deflected.
    Yes, just get the latest version.
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

  9. #169
    Junior Member Online status: beasteater is offline Reputation: beasteater the Neutral
    Join Date
    Oct 2010
    Posts
    19
    Ok great. Thanks!
    "Hmm... I sense there is a high concentration of improbability particles in this this sinister keg drink..."


  10. #170
    Junior Member Online status: dtsv217 is offline Reputation: dtsv217 the Neutral
    Join Date
    Sep 2009
    Posts
    11
    I downloaded, extracted and placed the most updated version of CombatAnalysis into the Plugins file I created in my LOTRO file today 2/9/13 and when I go to /plugins refresh, I get the message that I do not have the plugin.
    Looking through all the forums I have not seen a solution to this.
    I recently got a new pc that I built myself so I am not sure if I am missing a certain program required or not but would like any help you guys could give.

  11. #171
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779
    Quote Originally Posted by dtsv217 View Post
    I downloaded, extracted and placed the most updated version of CombatAnalysis into the Plugins file I created in my LOTRO file today 2/9/13 and when I go to /plugins refresh, I get the message that I do not have the plugin.
    Looking through all the forums I have not seen a solution to this.
    I recently got a new pc that I built myself so I am not sure if I am missing a certain program required or not but would like any help you guys could give.
    There's a couple of things you can check:
    1. Make sure your 'Plugins' folder has a capital 'P'
    2. Take a screenshot in game. It tells you what folder the screenshot is placed in. Make sure your 'Plugins' folder is in the same folder that your screenshots go into (which should be 'Documents\The Lord of the Rings Online')
    3. Make sure that inside your 'Plugins' folder, you have a 'CombatAnalysis' folder. and inside that folder is a file called 'CombatAnalysis.plugindata' (as you may have created an extra folder when you extracted the plugin)
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

  12. #172
    Just Got Here Online status: seawind is offline Reputation: seawind the Neutral
    Join Date
    Jan 2013
    Posts
    1
    Does CA show damage of entire group, or only for yourself? Is there a plugin that would show also whole fellowship/raid damage? And does it include threat aswell? Those 2 things I'd like to have, first one just as informational, I always like to compare my damage with others and second one I find very important in boss fights, specially with lousier tanks. I'm no pro (yet ), but I do solid damage (am lvl 50 now) and many times when we fought some elites even if I waited few sec before I start shooting I took aggro and had to kite.

    Apologies if 2nd part isn't for this thread, but thought it could be connected.

    Thanks for help.

+ Reply to Thread
Page 5 of 5 FirstFirst 1 2 3 4 5

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts