View Single Post
01-11-15, 09:35 PM   #2
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
So there were still some druid spells bugged and also some others classes so I hope they are fixed now. I'll look into add new cooldowns to the AddOn now.

I also found this Lua error and I think it has to do something with the Buffs not working?

Code:
1x GladiusEx\modules\auras-Auren.lua:221: script ran too long
GladiusEx\modules\auras-Auren.lua:221: in function <GladiusEx\modules\auras.lua:181>
GladiusEx\modules\auras-Auren.lua:388: in function `scan'
GladiusEx\modules\auras-Auren.lua:436: in function `?'
...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147: in function <...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[2]"]:4: in function <[string "safecall Dispatcher[2]"]:4>
[C]: ?
[string "safecall Dispatcher[2]"]:13: in function `?'
...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
...uctionMaster\libs\Ace3\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function <...uctionMaster\libs\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>

Locals:
And there are also this two:

Code:
1x [string "safecall Dispatcher[6]"]:13: script ran too long
[string "safecall Dispatcher[6]"]:13: in function `?'
...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
...ns\GladiusEx\libs\LibCooldownTracker-1.0-10\library.lua:324: in function <...ns\GladiusEx\libs\LibCooldownTracker-1.0\library.lua:182>
...ns\GladiusEx\libs\LibCooldownTracker-1.0-10\library.lua:526: in function <...ns\GladiusEx\libs\LibCooldownTracker-1.0\library.lua:525>
(tail call): ?

Locals:
Code:
1x GladiusEx\modules\cooldowns.lua:692: script ran too long
GladiusEx\modules\cooldowns.lua:692: in function <GladiusEx\modules\cooldowns.lua:634>
GladiusEx\modules\cooldowns.lua:748: in function `UpdateGroupIcons'
GladiusEx\modules\cooldowns.lua:559: in function `UpdateIcons'
GladiusEx\modules\cooldowns.lua:422: in function `?'
...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147: in function <...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[6]"]:4: in function <[string "safecall Dispatcher[6]"]:4>
[C]: ?
[string "safecall Dispatcher[6]"]:13: in function `?'
...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
...ns\GladiusEx\libs\LibCooldownTracker-1.0-10\library.lua:324: in function <...ns\GladiusEx\libs\LibCooldownTracker-1.0\library.lua:182>
...ns\GladiusEx\libs\LibCooldownTracker-1.0-10\library.lua:526: in function <...ns\GladiusEx\libs\LibCooldownTracker-1.0\library.lua:525>
(tail call): ?

Locals:
Attached Files
File Type: zip GladiusEx35A.zip (549.6 KB, 251 views)
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote