where i edit stuff i mean how do i acess your UI i'm not finding on PQR like in that screeshot your posted
sorry for the english, Brazilian here.
where i edit stuff i mean how do i acess your UI i'm not finding on PQR like in that screeshot your posted
sorry for the english, Brazilian here.
the screenshots are from PQI and are in-game. in order to access the UI you need to install the addon PQI. to do so go to this website PQInterface - PQRotation Wiki and follow the directions at the bottom of the page. make sure that both the addon and the data file are in the right spots and you are all set up to go. i have it codded so that if PQI is installed on log-in/reload of UI the interface will popup and size its self for you the 1st time its enabled.
if you still need help let me know and i can help you through Skype!
-Paint
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
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
e: Fault at my end!
tested and played on arena last night with it and is awesome
Hello mate,
Working like a charm! Thank you!
Last edited by Enuma; 03-22-2013 at 02:28 PM.
can you add pls Skull Bash interrupt for ferals
Skull Bash - Spell - World of Warcraft
already in there:
if class is druid and we have the buff catForm then use spell Skull Bash - Spell - World of Warcraft otherwise use spell Skull Bash - Spell - World of WarcraftPHP Code:
elseif playerClass == "DRUID" then
local catForm = UnitBuffID("player", 768)
if catForm ~= nil then
return 80965
else
return 80964
end
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
ohh there is a glyph for it... the one you linked was 80964 which is why i was all confused. the one that you wanted it to use was 106839.
bliz is so annoying when it comes to glyphed spells. <.<
updated to use skull bash - 106839 when spell is known!
also fixed a bug where sometimes it would not interrupt when using random percent or time delay.
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
Thanks a lot, always a bit awkward trying to explain instant interrupts to people. +rep
Hey
working great on my shaman.
But on my druid (Specc Guardian), he doenst interrupt. And it doenst matter if im in bear form or cat form.
updated download link, accidently pushed a build that was not ready... derp
if that did not fix it then please let me know the exact spell id for each cat and bear form, from looking on wowhead there is a lot of them all with the same name so you might want to use a addon like idTip - Tooltip - World of Warcraft Addons - Curse which will tell you the id for spells in the tool tip.
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
hey just wondering if you could implement a range system for warrior pummel; to not use it unless it's within melee range
this is because whenever i go to heroic leap or drop demoralizing banner (which both abilities trigger a green circle to be placed on the ground) the ability cancels and tries to interupt instead even when far away from the target casting =s
or instead, is there a way to stop this interupter when those abilities are triggered and in the state of dropping a green circle on the ground
thanks!