View Single Post
12-12-12, 02:50 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
The authors of the specific addons that cause the error need to be notified so they can defer costly script operations to out of combat.

The limit to how much time can be allocated to the script environment is not known but we know it applies only in combat (for now anyway).

The way to solve these errors is to defer loops / recursion etc to outside of combat.
  Reply With Quote