View Single Post
03-21-13, 05:47 PM   #18
shamby
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 17
Results for new code.

With original 'function code' error reads:
320x EZTrap\EZTrap-5.2-lua:39: attempt to index field "cooldown" (a nil value)
EZTrap\EZTrap-5.2.lua:39: in function <EZTrap\EZTrap.lua33

With new 'function code' error reads:
32x EZTrap\EZTrap-5.2-lua:41: attempt to index field "cooldown" (a nil value)
<in C code>
<string>: "CAMERORSELECTORMOVE":4 in function
<string>: "CAMERORSELECTORMOVE":1
Locals
("temporary")=nil
("temporary")="SPELL_UPDATE_COOLDOWN"
("temporary")="SPELL_UPDATE_COOLDOWN"
("temporary")= <func>= |c|: -1
Chat messages indicate when traps are on and off 30 sec cooldown as well as GCD.
  Reply With Quote