Closed Uggers closed 9 years ago
Try the latest version.
Although, if you do anything with the BonusRollFrame I won't guarantee it will work, and I probably won't support doing so neither.
Just updated, will try tomorrow night at the raid and let you know
Hey,
Seems to be working now although I do have a different lua error.
1x BonusRollPreview\BonusRollPreview-50400.18-Release.lua:97: attempt to perform arithmetic on a nil value
BonusRollPreview\BonusRollPreview-50400.18-Release.lua:97: in function <BonusRollPreview\BonusRollPreview.lua:96>
BonusRollPreview\BonusRollPreview-50400.18-Release.lua:134: in function <BonusRollPreview\BonusRollPreview.lua:132>
[C]: in function `SetPoint'
FrameXML\LootFrame.lua:351: in function `GroupLootContainer_Update'
FrameXML\LootFrame.lua:308: in function `GroupLootContainer_AddFrame'
FrameXML\LootFrame.lua:518: in function <FrameXML\LootFrame.lua:477>
[C]: ?
[C]: in function `BonusRollFrame_StartBonusRoll'
FrameXML\UIParent.lua:1053: in function <FrameXML\UIParent.lua:705>
Locals:
Container = BonusRollPreviewContainer {
0 = <userdata>
EJ_LOOT_DATA_RECIEVED = <function> defined @BonusRollPreview\BonusRollPreview.lua:315
PLAYER_LOGIN = <function> defined @BonusRollPreview\BonusRollPreview.lua:350
Update = <function> defined @BonusRollPreview\BonusRollPreview.lua:293
Populate = <function> defined @BonusRollPreview\BonusRollPreview.lua:244
SPELL_CONFIRMATION_TIMEOUT = <function> defined @BonusRollPreview\BonusRollPreview.lua:343
Empty = <unnamed> {
}
ScrollChild = <unnamed> {
}
SPELL_CONFIRMATION_PROMPT = <function> defined @BonusRollPreview\BonusRollPreview.lua:328
PLAYER_LOOT_SPEC_UPDATED = <function> defined @BonusRollPreview\BonusRollPreview.lua:323
Slider = <unnamed> {
}
}
PositionDownwards = <function> defined @BonusRollPreview\BonusRollPreview.lua:96
Handle = BonusRollPreviewHandle {
0 = <userdata>
TopCenter = <unnamed> {
}
TopRight = <unnamed> {
}
Arrow = <unnamed> {
}
BottomLeft = <unnamed> {
}
BottomRight = <unnamed> {
}
BottomCenter = <unnamed> {
}
TopLeft = <unnamed> {
}
}
HandleClick = <function> defined @BonusRollPreview\BonusRollPreview.lua:101
I'll take a look into how MoveAnything is changing the positions, but I won't promise anything. If they do something really dodgy to force set the position there is nothing I can do to prevent that.
It works well for me, both moved and not moved with MoveAnything (latest version on curse, v14.0.4).
Could you try running this macro for me after a fresh /reload?
/run local o,c,e=GetCurrencyInfo,BonusRollPreviewContainer,'SPELL_CONFIRMATION_PROMPT' GetCurrencyInfo=function(...) if ...==999999 then return nil,99,'null' else return o(...) end end UIParent_OnEvent(nil,e,148317,1,'',2000, 999999) c[e](c,nil,148317,1)
If you still get an error, give me a screenshot to show where you've placed the frame.
Hiya,
I ran the macro, this is quick screenie of the error and location of hte frame, I've not actually used move anything to move it. its in its default setting.
Try running only MoveAnything and BRP, I see you have more addons that attach to the BonusRollFrame that might be interfering.
If you don't get an error with only those two addons running, do the process of elimination by enabling every addon one by one until you hit the error again.
@Uggers Waiting for your input
Apologies thought I'd got back to you, Still getting the issues it with just those 2, but it seems random, sometimes the first boss I kill no error, then it'll pop up. but its supressed by Bugsack so I only see the LDB of the error, the addon seems to function ok.
It does seem to be primarily moveanything even though its not meant to be moving that bar. thanks for looking into it for me, I appreciate it especially as its not your addon (moveanything)
What steps will reproduce the problem?
What is the expected output? What do you see instead? I get the below LUA error, IT worked prior when it was Habeebit
What version of the product are you using? 50400.17-Release Latest MoveAnything - Not updated for a while though
Do you have an error log of what happened?