Thread Tools Display Modes
05-30-06, 09:38 AM   #1
Rince
A Murloc Raider
Join Date: May 2006
Posts: 6
Combatlog parsing

Well i need some basic help on how to parse a combatlog.
I already tried http://www.lua.org/manual/5.0/manual.html#5.3 but i just dont get the clue.

Looking at other mods didnt help aswell

Here is what i want to do :


Code:
if (event == "CHAT_MSG_SPELL_SELF_BUFF") then
*insert parser*

amount_healed = parsedx
player healed = parsedy
I know to solve my problem it would take a whole tutorial, but just give me an the first 1 or 2 steps. Editing it later for crit etc i can do myself .
  Reply With Quote
05-30-06, 11:08 AM   #2
chuckg
A Fallenroot Satyr
 
chuckg's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 26
You might be interested in checking out a recently released library which does precisely what you're asking for:

http://www.wowinterface.com/forums/s...ghlight=parser
  Reply With Quote
05-30-06, 11:35 AM   #3
Rince
A Murloc Raider
Join Date: May 2006
Posts: 6
Hmm yes that seems to be true
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Combatlog parsing

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off