What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Combat Log

tictoc

Member
Joined
Sep 21, 2012
Messages
380
Reaction score
5
With onChatMessage i can get the chat messages, but how can i get the combat "chat" log which i can enable in the Archeage chat tabs?
 
I also have an interest in this, from my understanding it's only reading all chat. I've had some success with applying combat to allchat but OMG so many lines.
 
Really?

@Out: Can you add something to make it possible?
Out can't do this, because he already add this packets. Combat log parses at client side. You already have ability to take battle events (unit damaged & unit healed). All what you need - is make text representation.
 
if you do a dps meter let me know. i wanted to do it.. but lazy

Public event onUnitDamaged
Public event onUnitHealed
 
What i want to see is the combat log text messages with the details about the abilities used and how this impacts damage and healing. Is this possible with onUnitDamaged? Looks for me that i can only get some kind of raw data here.
 
Back
Top