Thread Tools Display Modes
11-29-09, 07:02 AM   #1
Brainh
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 16
Not able to click off buffs with Satrina BF.

Hey, i just went from elkano's BF to Satrina's BF and i have a issue where i cant click off buffs (right click), "Clickthrough" is not checked.

Is there any known mods that could be interfering?

Thanks

Last edited by Brainh : 11-29-09 at 07:07 AM.
  Reply With Quote
11-29-09, 10:13 AM   #2
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
There's 2 different places in Satrina that can affect this. There's an option called "No right click" or something like that - makes you unable to turn off buffs by right-clicking them - as well as the normal "Clickthrough" which just makes the frame noninteractive. Unless I'm imagining things, it's early yet.
__________________
-- Taryble
  Reply With Quote
11-29-09, 10:45 AM   #3
Brainh
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 16
just got this .lua error when trying to right click dismiss a buff.

i made sure that "Disable right click in this frame" is not checked.

Code:
Message: Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:849: attempt to index local 'elementVar' (a nil value)
Time: 11/29/09 17:44:06
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:849: in function <Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:843>

Locals: self = SBFBuffBar4 {
 sparkRight = SBFBuffBar4SparkRight {
 }
 type = "bar"
 sparkLeft = SBFBuffBar4SparkLeft {
 }
 0 = <userdata>
 _buff = <table> {
 }
 border = SBFBuffBar4Border {
 }
 bar = SBFBuffBar4Bar {
 }
}
button = "RightButton"
var = <table> {
 general = <table> {
 }
 alwaysWarn = <table> {
 }
 layout = <table> {
 }
 count = <table> {
 }
 expiry = <table> {
 }
 name = <table> {
 }
 list = <table> {
 }
 timer = <table> {
 }
 filters = <table> {
 }
 bar = <table> {
 }
}
elementVar = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'elementVar' (a nil value)"
sbf = <table> {
 sounds = <table> {
 }
 CancelTimer = <function> defined @Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:305
 UnitGUID = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFCombatLog.lua:14
 StopTimers = <function> defined @Interface\AddOns\SatrinaBuffFrame\SatrinaBuffFrame.lua:281
 debug = 0
 CopyTable = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFResources.lua:48
 GetTimer = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:323
 versionStr = "3.1.20"
 ScheduleTimer = <function> defined @Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:270
 RemoveTrackingBuff = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFTracking.lua:24
 enchantID = <table> {
 }
 GetBuffFrame = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFFrame.lua:81
 FrameLevels = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:66
 db = <table> {
 }
 OpenOptions = <function> defined @Interface\AddOns\SatrinaBuffFrame\SatrinaBuffFrame.lua:501
 ValueIn = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFUtil.lua:12
 SetEnabledState = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:430
 DISEASE = "Disease"
 alpha = 1
 AddTrackingBuff = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFTracking.lua:12
 strings = <table> {
 }
 FrameExists = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFUtil.lua:317
 getAuras = <table> {
 }
 PutAnchor = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:673
 NewModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:247
 PutSlot = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFFrame.lua:636
 PutName = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:432
 PopulateSlot = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFFrame.lua:611
 DescendingDurationSort = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFUtil.lua:257
 revision = 129
 SetupEnchants = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFEnchant.lua:34
 UntilCancelled = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFBuff.lua:492
 DoFlow = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFBuff.lua:457
 name = "SBF"
 SetBarColour = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:268
 GetAnchor = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFElements.lua:663
 NONE = "none"
 Dispellable = <function> defined @Interface\AddOns\SatrinaBuffFrame\SBFUtil.lua:92
 sbfoVersion = 3.1
 lastUpdate = <table> {
 }
 Print = <function> defined @Interface\AddOns\Bagnon\libs\AceConsole-3.0\AceConsole-3.0.lua:54
 RefreshBuffs = <function> defined @Interface\AddOns\SatrinaBuffFrame\SatrinaBuffFrame.lua:412

Last edited by Brainh : 11-29-09 at 10:49 AM.
  Reply With Quote
11-29-09, 10:57 AM   #4
Brainh
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 16
deleted saved variables, remaking them all....


edit: apparently it had something to do with disabling the icon.

edit2: and im even more happy with the layout now than before

Last edited by Brainh : 11-29-09 at 11:35 AM.
  Reply With Quote
11-29-09, 05:31 PM   #5
CGamer
A Defias Bandit
Join Date: Sep 2009
Posts: 2
I actually had a similar problem but only on one toon, turned out to be an issue with another mod.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Not able to click off buffs with Satrina BF.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off