The present output is workable (i work using conditional counting and summing formulas in openoffice, yet it requires some effort, because alsmot every time formulas must be adjusted to the output).
I think the best output would be something like - 1st column: who (player name or mob name), 2nd ...
Search found 11 matches
- Sun Apr 07, 2013 10:04 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
- Sat Apr 06, 2013 5:34 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
this is what I get in excel
xxx Boar 217
Boar xxx Dodge
Boar xxx Dodge
Boar xxx Dodge
Boar Stab xxx 4 Parry
Boar xxx Dodge
Boar xxx Dodge
xxx Boar 282
I am afraid that I will have to manually work on the above datas. however having the above with a single click is huge step forward ...
xxx Boar 217
Boar xxx Dodge
Boar xxx Dodge
Boar xxx Dodge
Boar Stab xxx 4 Parry
Boar xxx Dodge
Boar xxx Dodge
xxx Boar 282
I am afraid that I will have to manually work on the above datas. however having the above with a single click is huge step forward ...
- Sat Apr 06, 2013 5:14 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
Problem is there is not always the same amount of information in each line. So sometimes damage will be in column E sometinmes in F, for example... Also a skill sometimes have 2 words, f.ex. Holy Strike. I just came on an idea to reformat the aclarg, so that it it has the commas in it, and do the ...
- Sat Apr 06, 2013 4:38 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
Hi Rock5!
Your file AdvCombatLogFunctions.lua had SaveVariablesPerCharacter(AdvCombatLog_Log); instead of SaveVariablesPerCharacter("AdvCombatLog_Log"); , so you may have sent me a prevous version. No problem. I added "" (using Notepad++ now) and it is working now! Combat log in a text file:) Thank ...
Your file AdvCombatLogFunctions.lua had SaveVariablesPerCharacter(AdvCombatLog_Log); instead of SaveVariablesPerCharacter("AdvCombatLog_Log"); , so you may have sent me a prevous version. No problem. I added "" (using Notepad++ now) and it is working now! Combat log in a text file:) Thank ...
- Fri Apr 05, 2013 4:01 pm
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
After adding your lines to the the lua files, the addon is not working (no miniicon on AddonManager, /acl command does not work either). Doing something wrong? I attach my modified files...
- Fri Apr 05, 2013 3:07 pm
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
ACL still does not start.
- Fri Apr 05, 2013 11:57 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
Rock5, I does not work:/ The addon does not start.
By the way - reformatted log messages (short log option of ACL) would be better to store.
pasting what I edited:
AdvCombatLogFunctions.lua
...
function AdvCombatLog_VerCheck()
local flag = false;
if (not AdvCombatLog_Config) then
AdvCombatLog ...
By the way - reformatted log messages (short log option of ACL) would be better to store.
pasting what I edited:
AdvCombatLogFunctions.lua
...
function AdvCombatLog_VerCheck()
local flag = false;
if (not AdvCombatLog_Config) then
AdvCombatLog ...
- Fri Apr 05, 2013 6:27 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
Fantastic! I will work on it tonight! I will post the results later. I can't express my gratitude to you, Rock5.
- Fri Apr 05, 2013 3:45 am
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
rock5, could you help me in it? I do not know how to copy those strings and save them in the savevariables.lua:(
- Thu Apr 04, 2013 4:09 pm
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
Re: creating a combat log file
Thank you very much for a quick answer, rock5.
Actually saving into savevariables.lua is perfectly enough (as long as it is not too timeconsuming to extract "the juice" from that file again). I would like to record what combat log prints in a chat window in any file.
I presume the task can be ...
Actually saving into savevariables.lua is perfectly enough (as long as it is not too timeconsuming to extract "the juice" from that file again). I would like to record what combat log prints in a chat window in any file.
I presume the task can be ...
- Thu Apr 04, 2013 1:45 pm
- Forum: Runes of Magic
- Topic: creating a combat log file
- Replies: 22
- Views: 4093
creating a combat log file
Welcome everyone! This is my first post in the forum.
Firstly, I am not a programmer. I am just a RoM player, botting for crafting mats only, yet :)
Question... Well, question is nooby - sorry for that. Maybe it was answered already. If the answers exists, please send a link, as I could not find it ...
Firstly, I am not a programmer. I am just a RoM player, botting for crafting mats only, yet :)
Question... Well, question is nooby - sorry for that. Maybe it was answered already. If the answers exists, please send a link, as I could not find it ...