I get this error when I pop DS, but the rotation doesn't stop i can just click it away
Code:
Date: 2013-03-29 20:28:49
ID: 2
Error occured in: Global
Count: 1
Message: [string "local Brimstone = UnitBuffID("player", 1086..."] line 63:
attempt to compare number with string
Debug:
[string "local Brimstone = UnitBuffID("player", 1086..."]:63: ?()
[string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
[string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
[string "if PQR_Addon_Loaded == nil then..."]:287:
[string "if PQR_Addon_Loaded == nil then..."]:214
Locals:
Brimstone = nil
DarkSoul = "Dark Soul: Instability"
Backdraft = "Backdraft"
_ = ""
_ = "Interface\Icons\Ability_Warlock_Backdraft"
Stacks = 1
(*temporary) = 3
(*temporary) = 137587
(*temporary) = true
(*temporary) = "attempt to compare number with string"
and this when i first load the profile from fresh and mouseover any unit friendly or not
Code:
Date: 2013-03-29 20:31:45
ID: 1
Error occured in: Global
Count: 1
Message: [string "---------------------------START-----------..."] line 667:
attempt to index global 'DebugFrame' (a nil value)
Debug:
[string "---------------------------START-----------..."]:667: ?()
[string "---------------------------START-----------..."]:771:
[string "---------------------------START-----------..."]:771
Locals:
self = <unnamed> {
0 = <userdata>
}
npcid = 31146
(*temporary) = nil
(*temporary) = 16
(*temporary) = 31146
(*temporary) = -9
(*temporary) = "79AA"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'DebugFrame' (a nil value)"
neither of them stop it from working and its a fresh install of PQR
i also tweaked this in ChaosBolt changing the 3 to a 2, if it has 3 stacks it looked like it was gonna mvoe on to the ChaosBolt but with >2 it shouldnt
Code:
if Backdraft ~= nil
and Stacks > 2 then
return false
end
and i worked out how to rep you ! good day all round