OK tested this as well.
if Nova_Mod() == Nova_AoeHeal then
print(Nova_Mod())
end
And it does nothing.
This is my table
Nova_CooldownCheck = {
[1] = { Mod = 1, Text = "PauseRotation", Var1 = 1 },
[2] = { Mod = 2, Text = "AoeHeal", Var1 = 1 },
[3] = { Mod = 4, Text = "HealingRain", Var1 = 1 },
[4] = { Mod = 8, Text = "HealingTideTotem", Var1 = 1 },
[5] = { Mod = 16, Text = "Ascendance", Var1 = 1 },
}
Resto Shammy Profile - https://goo.gl/nm5Nc
Found a workaround. Not sure what is going on with nova_mod. But I put this code in and it works just fine now,
if ( Nova_Mod() == tonumber(GetCVar('Nova_AoeHeal'))
and GetCVarBool('Nova_AoeHeal_Enabled') )
then
GetDistance()
local PerfectAoETarget = {}
for i=1, #members do
table.insert(PerfectAoETarget, {NumberNearby = UnitsClose(members[i].Unit, 90), Unit = members[i].Unit} )
end
table.sort(PerfectAoETarget, function(x,y) return x.NumberNearby > y.NumberNearby end)
if PerfectAoETarget[1].NumberNearby >= 3
or AverageHealth(4) <= 80 then
PQR_CustomTarget = PerfectAoETarget[1].Unit
return true
end
end
Resto Shammy Profile - https://goo.gl/nm5Nc
Anyone know the password so I can download through the SVN? It keeps asking for a user/pw
go into rotation editor. and update to the new link for the svn.
Resto Shammy Profile - https://goo.gl/nm5Nc
I started using Elvui tonight and I get this lua-error now, how can I adjust it/fix it?Message: [string "if not FirstRun ..."]:29: Couldn't find CVar named 'Nova_Rebirth'
Time: 02/07/13 22:47:55
Count: 3
Stack: [C]: ?
[C]: in function `SetCVar'
[string "if not FirstRun ..."]:29: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals:
Is it an issue even?
Last edited by Ninjaderp; 02-07-2013 at 05:10 PM.
please wait for my updated code. I'm adding in nova_frame and it will allow you to switch cheetah on or off at a wim. I should have it done by friday night.
Please if someone helped you donate rep to them.
ok i figured out whats happened bakami..you are trying to export instead of importing
trying to export will give you the username and password screen...
Last edited by freaki; 02-08-2013 at 08:06 AM.
Thats funny, because I just tried that in a new folder with tortoisesvn and didnt get asked for any login.
For the resto-profile do you think it would be able to add some kind of logic for the Tsu-Long boss-encounter in the day-phase? Or do you just turn it off and do that manually?
Here's some theories and methods by some of the druids off MMO-C: [RESTO] How to rank on WoL at Tsulong
Also, what talents do you recommend? I've been using Incarnation and Nature's Vigil mostly, but I've seen a lot of other druids using SotF and HotW as well.
Cheers ^^
Last edited by Ninjaderp; 02-08-2013 at 10:18 AM.
Firstly, many thanks to all at Team Nova for your work and dedication to PQR
I am having an unusual problem with the Shadow Priest Profile when attacking bosses in Dungs and Raids. I can attack trash and training dummies and regular world mobs just fine. Its just bosses it refuses to cast anything for!
I am lvl90 and have updated via SVN (revision81).
Any help appreciated. Ty