lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 08-27-2015, 10:17 PM  
gjpc
The Indomitable
 
gjpc's Avatar
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 85
Uploads: 4
A message from Evendale, our dear founder...

Btw, I don't actually live in America anymore.

- James
Oh I just realized I had actually replied to this before. Oh well here's a longer, more detailed version, lol.

Last edited by gjpc : 08-28-2015 at 07:33 AM.
gjpc is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-11-2015, 01:02 PM  
hdflux
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 1
Total Time

I don't know if this is possible or how I would implement it but I'm going to dig into the source code and see if I can implement a cool new feature.

Currently when you click from the encounter drop-down and select Totals the total time taken is only active combat time taken. When the Totals is selected from the drop-down I am going to look into changing the total time to be displayed as:
Active: 0m 0.0s Total: 0m 0.0s

The Total Time calculation would be as simple as:
{start time first encounter} minus {end time last encounter} plus {duration of last encounter}

I think it should be a pretty simple feature to implement and will aid some of us parse keeners in our testing. I'll try to get this to you guys today through the GIT.

Last edited by hdflux : 07-11-2015 at 01:02 PM.
hdflux is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-07-2015, 07:24 PM  
gjpc
The Indomitable
 
gjpc's Avatar
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 85
Uploads: 4
Quote:
Yes, you would be correct.
gjpc is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-07-2015, 02:26 PM  
hdflux
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 1
Quote:
Is the zip name of "CombatAnalysis.4.5.6.zip" a typo?
Yes, you would be correct.
hdflux is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-07-2015, 08:40 AM  
bsmorgan
The Undefeated

Forum posts: 7
File comments: 69
Uploads: 0
Is the zip name of "CombatAnalysis.4.5.6.zip" a typo?
bsmorgan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2015, 09:11 PM  
gjpc
The Indomitable
 
gjpc's Avatar
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 85
Uploads: 4
We are going Pro!

Dear Users,

Please forgive me for this wretched 4.4.5 release. I am so sorry for the mishap in CA this weekend. I decided the best course of action is stop allowing patches and addons to Combat Analysis on the Lotro Interface site.

Fear not you most valued contributors! The Combat Analysis code has found yet another home on GitHub!

hdflux, Dave, Adra, MagicMadDwarf, Dero, Pulse, Ischabux, ardinendlil, Evendale (if you are watching) Get thee to GitHub!

I have backed out all the changes except for hdflux's reset command.

I have added ardinendlil's first pass at the French traslation.

Lotro Interface will see updates when all of our contributors have a conseneus on the next release.

Apoligies again and happy Combat Analyzing!
gjpc is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2015, 10:08 AM  
hdflux
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 1
Quote:
With CA v4.4.5 installed when I log into my LotRO game I get the message "Failed to load traits. Reset and Continue? Warning: You will lose all your customized buff & debuff configurations."

When I press "Yes" I get the message "An unexpected error occurred while restoring the default trait configurations. Please re-load the plugin before continuing."

When I re-load CA I get the message " CombatQuickslots v1.1 by Rod; German Translations by Burgus; has loaded!"

Once I initiate combat the CA timer starts but no data is being parsed and every time I execute a skill I get the message "...ings Online\Plugins\CombatAnalysis\Parser.lua:43: attempt to index global 'debuffApplications' (a nil value)."

CA v4.4.4 didn't work for me either but v4.4.3 works fine.
When I get off work I'll be able to confirm but I believe the latest version 4.4.5 works on my level 100 Guardian but not on my level 38 Beorning where I get the same error message "Failed to load traits. Reset and Continue? Warning: You will lose all your customized buff & debuff configurations." as you.

*EDIT: Confirmed to also occur on my level 80 Captain.

I updated 4.4.4 to 4.4.4.1 so that it will hopefully work through the LoTRO Compendium, though you should be able to download the Zip file manually. For 4.4.4.1 I updated CombatAnalysis.plugin and CombatAnalysis.plugincompendium and replaced the 4.4.3 version numbers with 4.4.4.1 version numbers. I don't have experience with LoTRO Compendium so hopefully that resolves that particular issue.

The great news is that my little hotfix is a very small and simple hotfix so you could easily update the lines of code yourself if you want.

en.lua
Line 271
Added line
Code:
L["ResetTotalsCommand"] = "reset totals";
Line 274
Updated line
Code:
L["CommandUsage"] = "usage: /ca "..L.Options.." | "..L.SaveCommand.." | "..L.LoadCommand.." | "..L.ToggleCommand.." | "..L.ShowCommand.." | "..L.HideCommand.." | "..L.LockToggleCommand.." | "..L.LockCommand.." | "..L.UnlockCommand.." | "..L.ResetCommand.." | "..L.ResetTotalsCommand;
Commands.lua
Line 69-72
Added new conditional IF block to capture the new reset totals command.
Code:
if ( string.find( args, L.ResetTotalsCommand ) == 1 ) then
  combatData:ResetTotals(true);
  return;
end

Last edited by hdflux : 07-06-2015 at 08:26 PM.
hdflux is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2015, 05:25 AM  
Zeetocht
The Wary

Forum posts: 1
File comments: 18
Uploads: 0
With CA v4.4.5 installed when I log into my LotRO game I get the message "Failed to load traits. Reset and Continue? Warning: You will lose all your customized buff & debuff configurations."

When I press "Yes" I get the message "An unexpected error occurred while restoring the default trait configurations. Please re-load the plugin before continuing."

When I re-load CA I get the message " CombatQuickslots v1.1 by Rod; German Translations by Burgus; has loaded!"

Once I initiate combat the CA timer starts but no data is being parsed and every time I execute a skill I get the message "...ings Online\Plugins\CombatAnalysis\Parser.lua:43: attempt to index global 'debuffApplications' (a nil value)."

CA v4.4.4 didn't work for me either but v4.4.3 works fine.
Zeetocht is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2015, 04:10 AM  
Altair7
The Wary
 
Altair7's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Latest version giving error

Just installed the latest version using Plugin Compendium and I keep getting the following error.

ngs Online\Plugins\CombatAnalysis\Parser\Parser.lua:43 : attempt to index global 'debuffApplications' (a nil value)
Altair7 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2015, 03:18 AM  
MagicMaddwarf
The Wary
 
MagicMaddwarf's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
gjpc => If there is anyone who do the same thing, my "work" become useless. I prefer stop and let ardinendlil finish.
MagicMaddwarf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2015, 07:00 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
"Orc-craft " damage type has to be translated as "Orque " and "Fell-wrought " by "Maléfique "


skills dealing a debuff but no damage are not logged anymore (compared to the french version of v4.1.6) in the "off" tab, is it a choice or a bug ?
I thought it was an issue with the article, since there is a "L' " involved each time but the dummy attacks which were blocked / parred /evaded by my warg are correctly reported in the plugin brown tab.
for example, in this short session I dealt 2 critical hits and 2 "attaque subite" skills in the log, only one of them is reported in the "off" tab.

The french first damage line in the parse is much longer than the English one, is it ok or a bit outdated ? I had noted that a kin mate had translated the same line in v4.4.0 by this much shorter line (no ammount and no dammage type) :
Code:
local initiatorName,avoidAndCrit,skillName,targetNameAmountAndType = string.match(line,"^(.*) a infligé un (.*) avec (.*) sur (.*)%.$");
PS : I can translate captain, champion and rune keeper skills if needed.

Last edited by Adra : 07-05-2015 at 07:30 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2015, 06:32 PM  
gjpc
The Indomitable
 
gjpc's Avatar
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 85
Uploads: 4
Quote:
OMG I had converted all accents in ASCII for nothing ! (cutting my veins )

To get the normal encode for your file, in Firefox, just right-click the link http://fboye.pagesperso-orange.fr/LOTRO/fr.lua then choose "save the link target as..." and you'll get the file without the accents transcoded by your web browser.
Well I hope you don't use the Ajanti Dagger

But yes that works now I need to get the skill name parsed out....
gjpc is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2015, 05:07 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
OMG I had converted all accents in ASCII for nothing ! (cutting my veins )

To get the normal encode for your file, in Firefox, just right-click the link http://fboye.pagesperso-orange.fr/LOTRO/fr.lua then choose "save the link target as..." and you'll get the file without the accents modified by your web browser.

Last edited by Adra : 07-05-2015 at 06:48 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2015, 03:03 PM  
gjpc
The Indomitable
 
gjpc's Avatar
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 85
Uploads: 4
Quote:
I already tried it but I failed translating article in parse "the" in "le la l' ".

ardinendlil uses this trim article function. Is it true that there is no space between the article and the word it modifies?

Code:
-- Renvoie un nom sans les articles
local function trim_articles(name)
	if (name == nil) then
		return nil;
	end
	-- Articles possibles: Mayara, LeMayara, Le Mayara, LaMayara, La Mayara, L' Mayara, L’Mayara, et peut être d'autres?
	return string.gsub(name, "^[Ll].-(%u)", "%1");
end
ardinendlil's entire file can be seen here.
(S)he uploaded and all the special characters were corrupted. If anyone can un-corrupt them and zip the file and send it that would be a big help.
gjpc is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2015, 02:59 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
I already tried it but I failed translating articles in parse "the" and "" in "le" "la" "l'"

Last edited by Adra : 07-05-2015 at 02:59 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 04:37 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui