SocomX1 Posted October 12, 2014 Share Posted October 12, 2014 I would like to simply add in functionality to flick piety to a combat script I am currently working on. I'm not sure how I would go about this. Would someone mind pointing me in the right direction? Link to comment Share on other sites More sharing options...
Swizzbeat Posted October 12, 2014 Share Posted October 12, 2014 I would think the easiest way would be to create a listener thread and compute the average interval between your players attack times. You can then use this data to construct optimal times to activate/de-activate the prayer. Link to comment Share on other sites More sharing options...
SocomX1 Posted October 12, 2014 Author Share Posted October 12, 2014 I would think the easiest way would be to create a listener thread and compute the average interval between your players attack times. You can then use this data to construct optimal times to activate/de-activate the prayer. Okay, I'll give that a try. Thanks! Link to comment Share on other sites More sharing options...