newrobot() 0 Posted January 5, 2019 Share Posted January 5, 2019 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#? Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/ Share on other sites More sharing options...
Matenia 628 Posted January 5, 2019 Share Posted January 5, 2019 http://wowwiki.wikia.com/wiki/API_COMBAT_LOG_EVENT?oldid=1648822 Or for vanilla, much much more complicated Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50328 Share on other sites More sharing options...
newrobot() 0 Posted January 5, 2019 Author Share Posted January 5, 2019 need vanilla Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50330 Share on other sites More sharing options...
Matenia 628 Posted January 5, 2019 Share Posted January 5, 2019 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 Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50332 Share on other sites More sharing options...
newrobot() 0 Posted January 5, 2019 Author Share Posted January 5, 2019 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? Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50341 Share on other sites More sharing options...
Matenia 628 Posted January 5, 2019 Share Posted January 5, 2019 EventsLuaWithArgs.OnEventsLuaWithArgs += delegate(LuaEventsId id, List<string> args) { }; Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50343 Share on other sites More sharing options...
newrobot() 0 Posted January 5, 2019 Author Share Posted January 5, 2019 thanks man Link to comment https://wrobot.eu/forums/topic/10583-get-newest-combat-log-line/#findComment-50344 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now