after i read this topic i downloaded parrot and modified one line, now it tracks all casts of my shamans, throttle also works
i try to explain the change with my bad english (sorry im from germany ^^)
1. open the file "CombatEvents.lua" from the "Parrot/Data" Folder and MAKE A BACKUP!
2. at line 921 (current version from wowaceupdater) change:
sourceID = "player",
to
sourceName_match = "^YOURNAME$",
. # Any single character except a newline
^ # The beginning of the line or string
$ # The end of the line or string
* # Zero or more of the last character
+ # One or more of the last character
? # Zero or one of the last character
regular expressions, see http://www.comp.leeds.ac.uk/Perl/matching.html
My toons names are Aetha, Betha, .... so in my case the line looks like
sourceName_match = "^.etha$",
sourceName_match = "^[A-D]etha$", would also be possible...
if you cant find the correct line, search for "Skill Damage", category "Outgoing"
3. Save the file and /rl
Some urls:
http://www.wowace.com/wiki/Parrot#Combat_Events
http://www.wowace.com/wiki/LibParser-4.0#Event_types
have fun![]()
Connect With Us