Making YALP pet friendly

Garluk

Dalayan Beginner
Anyone that has used YALP (Yet Another Log Parser) to parse fights on SoD has by now noticed that it seems to be unable to pickup pet melee but will parse pet direct damage spells. This happens because an extra space is appended to the pet's name if you ever change it from the default. To correct this, open your log file in your favorite text editor (I prefer UltraEdit-32) and do a search for "Petname(2 spaces)" and replace it with "Petname(1 space)". Save the log file and then re-open it with YALP. The pet melee dmg will now be viewable. Rather unhandy for getting real-time results, but works just fine for offline parsing.
 
Thanks a lot, I for one am always pestered by pesky beastlords for pet parses - now I cant just say "dude it doesnt show up, it probably did like 10 dps" anymore ;(

But seriously, thanks :)
 
Back
Top Bottom