View Single Post
01/09/16, 02:04 PM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,580
That makes more sense.

Btw instead of checking if the combat event is an error and which actionResult it has inside lua, you should use AddFilterForEvent and let the game handle filtering. You may need to split the handling over multiple functions, but it's much faster that way. See this wiki page for what I mean.
  Reply With Quote