|
|
#51 | |
|
Full Member
|
Got this error when getting a debuff (By casting power word: shield on myself) with ElkBuffBars r31659
Quote:
|
|
|
|
|
|
|
#52 | |
|
Senior Member
Join Date: Aug 2006
Posts: 378
|
Quote:
I had to change the OnUpdate method (line 77) from: Code:
if layout.target == "player" then Code:
if self.parent.layout.target == "player" then Code:
if data.timemax < 120 then Code:
if data.timemax < 120 and self.parent.layout.target == "player" and (data.realtype == "BUFF" or data.realtype == "DEBUFF") then Code:
local data = self.data local frames = self.frames local layout = self.layout local timeleft = GetPlayerBuffTimeLeft(data.id) frames.bar:SetWidth((layout.width-layout.height) * timeleft / data.timemax) frames.bar:SetTexCoord(layout.barright and (timeleft / data.timemax) or 0, layout.barright and 1 or (timeleft / data.timemax), 0, 1) |
|
|
|
|
|
|
#53 |
|
Senior Member
Join Date: Sep 2008
Posts: 281
|
Getting
[2007/04/02 16:48:40-721-x1]: ElkBuffBars-2.0 beta\EBB_BarGroup.lua:49: table index is nil <in C code>: ? AceEvent-2.0-30806 (Ace2):251: in function `TriggerEvent' AceEvent-2.0-30806 (Ace2):997: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:990> --- And [2007/04/02 16:49:06-721-x1]: ElkBuffBars-2.0 beta\EBB_BarGroup.lua:49: table index is nil FuBarPlugin-2.0-31648:444: in function `?' Dewdrop-2.0-31348 (DewdropLib):488: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:429> --- Deleted My Saved Variables and got the above errors ![]() Looking forward to a fix as only been able to use this addon once so far it it realy nice |
|
|
|
|
|
#54 |
|
Super Moderator
Join Date: Mar 2005
Posts: 601
|
ok, r31683 should help
__________________
This posting is made of 100% recycled electrons.
|
|
|
|
|
|
#55 |
|
Full Member
Join Date: Jan 2007
Posts: 203
|
@gilgalad:
1. will come later when I finished the fubar stuff 2. there are that many font sizes in order to allow individual font size settings for each of the strings Since you most likely only adjust things once that shouldn't be too hard. you can also change things directly in the saved variables file.thanks! |
|
|
|
|
|
#56 | |
|
Full Member
Join Date: Dec 2006
Posts: 103
|
Quote:
|
|
|
|
|
|
|
#57 |
|
Super Moderator
Join Date: Mar 2005
Posts: 601
|
You didn't remove your saved variables after upgrading to r31659 or later, did you?
__________________
This posting is made of 100% recycled electrons.
|
|
|
|
|
|
#58 |
|
Full Member
Join Date: Dec 2006
Posts: 103
|
No I am a noob, sorry to waste your time!! I will read more carefully, my apologies.
Love the mod by the way. Stav |
|
|
|
|
|
#59 |
|
Junior Member
Join Date: Dec 2006
Posts: 72
|
Code:
[2007/04/02 20:01:44-1217-x325]: ElkBuffBars-2.0 beta\EBB_Bar.lua:386: attempt to call global 'arabic_to_roman_help' (a nil value) ---
|
|
|
|
|
|
#60 |
|
Member
Join Date: Apr 2006
Posts: 32
|
Giving it a try, always been looking for a improvement to ebb maybe this is it
|
|
|
|
![]() |
| Tags |
| ebb |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
All times are GMT. The time now is 09:21 AM.
WowAce Forums






This posting is made of 100% recycled electrons.
Since you most likely only adjust things once that shouldn't be too hard. you can also change things directly in the saved variables file.

