SocomX1 Posted October 12, 2014 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?
Swizzbeat Posted October 12, 2014 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.
SocomX1 Posted October 12, 2014 Author 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!