something wrong with PQR 2.2 - interrupt work, but all profiles aren't loaded.
something wrong with PQR 2.2 - interrupt work, but all profiles aren't loaded.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Ive recently started getting eroors about addons "has been blocked from an action only available to the blizzard ui" when i turn on PQR, anyone know an easy fix for this? Ive tried disabling all addons and just running with the PQR interface but I get the same error with that addon only aswell
if anyone is interested i just finished my Talent function and thought i would share it =D
tried to keep it nice and simple, just call PQ_Talents() and you have access to the talent name, number, and lvl for every tier!PHP Code:
function PQ_Talents()
PQ_Tier = {}
local lvl = 0
local Tier = 0
for t=0, 18, 3 do
for i=1, 3 do
local talent = {GetTalentInfo(t+i)}
if talent[5] == true then
lvl = lvl + 15
Tier = Tier + 1
table.insert(PQ_Tier, { Tier = Tier, lvl = lvl, Talent = i, Name = talent[1] } )
end
end
end
end
------------------------ Examples ------------------------
--to print out a list of our talents:
PQ_Talents()
for i=1,#PQ_Tier do
print("Tier: "..PQ_Tier[i].Tier.." lvl : "..PQ_Tier[i].lvl .." Talent: "..PQ_Tier[i].Talent.." Name: "..PQ_Tier[i].Name)
end
--to check if we have a talent for example Sanctified Wrath which is tier # 5 talent # 2 (Paladin)
PQ_Talents()
if PQ_Tier[5].Talent == 2 then
print(PQ_Tier[5].Name)
end
Key:
PQ_Tier[tier] where tier should be a number 1-6 representing the 6 rows
PQ_Tier[tier].Tier = the tier of talent - number 1-6 representing the 6 rows
PQ_Tier[tier].lvl = the lvl required for talent - number
PQ_Tier[tier].Talent = the talent number - number 1-3 representing the 3 column
PQ_Tier[tier].Name = the localized name - string
hope some of you will find this useful![]()
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
Could someone please show me a unholy DK rotation that really works? please?
Did you test all of this? link ([PQR] List of Community Rotations - Updated 01252013)
yes, all faiil unholly dk
frost dk all very good.
Please could you pass me the link to the addon interface? please?
Hi, maybe someone can give me some tips?I want to use Impending Victory.
That works with Victorious
This does not work. I want him to automatic when certain life energy is reached.Code:if UnitBuffID("player",32216) then return true end
My next problem. My xelper interrupts with pummel. I will also add Disrupting Shout. Is that possible?Code:if 100 * UnitHealth("player") / UnitHealthMax("player") < 80 then return true end
Would be grateful for any help.
Greetings Evgenij
(I play on official servers with warrior.)
Which spell ids are you using
Sent from my GT-I9300 using Tapatalk 2
Bad news everyone. My computer died and I lost almost everything.
Good news everyone. Got a semi new pc from a friend, just need to finish setting it back up. as for profiles all my stable ones are on the SVN now just to reconnect to the damn thing.
Please if someone helped you donate rep to them.