[2007/07/12 01:30:41-106-x1]: ArkInventory\ArkInventory.lua:5969: attempt to index field 'global' (a nil value)
AceAddon-2.0-42430 (Ace2):483: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:460>
<in C code>: ?
AceEvent-2.0-40601 (Ace2):269: in function `TriggerEvent'
AceEvent-2.0-40601 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
---
[2007/07/12 01:30:53-106-x165]: ArkInventory\ArkInventory.lua:1407: attempt to index field '?' (a nil value)
---
And it spams "Bag Location ( 1 ), value not coded"
Please add a latency bar on the left side for channeled spells and change the latency bar so that it is above the normal castingbar.
It's not exactly what you asked for, but try embed mode for the latency module - it may do what you want, in a slightly different manner.
It is a bit hard to press /stopcasting in the right moment when you have it on the 'wrong' side and if I change the code so that it is on the left side it is hidden by the castingbar.
You can now automatically assign buffs (Random button).
If you press the random button in the priest window it will check for the spirit talent (only possible if the person with the spirit buff also has the addon). The addon tries to sort the list as fair as possible so that everyone has to use the same amount of reagents.
0
Would be also nice if you could add the option to hide pets.
0
[2007/08/22 19:44:21-496-x25]: NBuffBars-r46773\NBuffBars.lua:616: bad argument #1 to 'insert' (table expected, got nil)
---
0
0
0
0
And it spams "Bag Location ( 1 ), value not coded"
0
It is a bit hard to press /stopcasting in the right moment when you have it on the 'wrong' side and if I change the code so that it is on the left side it is hidden by the castingbar.
0
0
0
0
Core.lua:
Line 316
self:SetCandyBarGroupGrowth(group, info.up or self.db.char.barOptions.up);
end
Should be changed to:
self:SetCandyBarGroupGrowth(group, info.up or self.db.char.barOptions.up);
self.anchors = anchors
end
0
0
0
0
If you press the random button in the priest window it will check for the spirit talent (only possible if the person with the spirit buff also has the addon). The addon tries to sort the list as fair as possible so that everyone has to use the same amount of reagents.