January 5, 20197 yr Hello, I always need the newest Combat Log line asap (to evaluate them) but couldn't find any CombatLog Class how can I access it the best way via C#?
January 5, 20197 yr http://wowwiki.wikia.com/wiki/API_COMBAT_LOG_EVENT?oldid=1648822 Or for vanilla, much much more complicated
January 5, 20197 yr vanilla uses 6-10 different events, check out vanilla addons for the Lua API they use, best to check out someting like Recount or DpsMeter or some shit
January 5, 20197 yr Author Nah I know the event already I just don't know the function of WRobot (if it has it) to hook the event with args?
January 5, 20197 yr EventsLuaWithArgs.OnEventsLuaWithArgs += delegate(LuaEventsId id, List<string> args) { };
Create an account or sign in to comment