where can i get a resto chaman rotation for arena please ?
where can i get a resto chaman rotation for arena please ?
Just uncheck "Anti-AFK" in settings.
You may or may not find one in this thread:
http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013)
I've just started to create my own PQR profiles and I'm running into a problem. Here's my code for an ability to click a button whenever it is enabled:
I get the following error:Code:if TSMCraftNextButton:IsEnabled() then RunMacroText("/click TSMCraftNextButton") return true end
I assumed that because I can call button:IsEnabled() from within the game I can use it in PQR. Am I wrong? Is there something I'm missing?TradeSkillMaster_Crafting has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI.
has anyone ever been banned for using PQR
I am such a noob sometime. Thank you Nijaderp for pointing out the not so obvious.
TSMCraftNextButton:IsEnabled()
is empty when i /dump it
so that may be the problem
this is the code for the button itself
Code:local btn = TSMAPI.GUI:CreateButton(frame, 14) btn:SetPoint("BOTTOMLEFT", 5, 5) btn:SetWidth(120) btn:SetHeight(20) btn:SetText(L["Clear Queue"]) btn:SetScript("OnClick", function() TSM.Queue:ClearQueue() GUI:UpdateQueue() if GUI.frame.gather:IsVisible() then GUI.frame.gather:Hide() end private.gather = {} GUI:UpdateGatherSelectionWindow() if GUI.gatheringFrame:IsShown() then GUI.gatheringFrame:Hide() TSM.db.factionrealm.gathering.crafter = nil TSM.db.factionrealm.gathering.neededMats = {} TSM.db.factionrealm.gathering.gatheredMats = false TSM.db.factionrealm.sourceStatus.collapsed = {} end end) frame.clearBtn = btn local btn = TSMAPI.GUI:CreateButton(frame, 18, "TSMCraftNextButton") btn:SetPoint("BOTTOMLEFT", frame.clearBtn, "BOTTOMRIGHT", 5, 0) btn:SetPoint("BOTTOMRIGHT", -5, 5) btn:SetHeight(20) btn:SetText(L["Craft Next"]) btn:SetScript("OnUpdate", function(self) if UnitCastingInfo("player") or not GUI.craftNextInfo then self:Disable() elseif GUI.isCrafting and GUI.isCrafting.quantity > 0 then self:Disable() else self:Enable() end end) btn:SetScript("OnClick", function(self) if not GUI.craftNextInfo or not self:IsVisible() then return end GUI:CastTradeSkill(GUI.craftNextInfo.index, GUI.craftNextInfo.quantity, GUI.craftNextInfo.velName) end) frame.craftNextbtn = btn return frame end
Last edited by crystal_tech; 01-13-2014 at 08:18 AM.
Please if someone helped you donate rep to them.
Is it me, or did PQR recently stop working? Was using it last night just fine, go to log in today nothing happens. Any profile I choose it just sits there and does nothing. Tried restarting PC, same result - anyone having this same issue?
Edit: NM - Got it figured out - Don't use the addon AskmrRobot, for some reason it messes up PQR...
Last edited by powerflex; 01-13-2014 at 09:36 PM.
Not entirely the same but now when I open my PQR I get this error: "Unable to load rotation / ability list. The XML is not we-formed. C:\Users\Name\Desktop\PQR\Profiles\INTERRUPT\Alpha Interrupt_INTERRUPT_Rotations.xml". Then like 1 out of 10+ Profiles I have will work and when I change zones my PQR gets the error again and again.
All this was basically overnight. I Didn't play WoW since Christmas and I was fully updated then. I come back and update my PQR and this starts happening to me. No idea why, my girlfriend plays on a different comp but her's works fine. I don't think she updated though before she played with it again.
Hola, hey is there a current working Disc/Holy PVP rotation floating around? Cheeeers! and happy NY!~
hi there guys i was wondering if anyone would happen to know how i could make it to where if my mindfreeze is down that i would cast strangulate/asphyxiate instead and vice versa on my dk ive tried implementing code from paintpaullers interrupt profiles but alas its working any help would be appreciated
people with problems that run askmrrobot addon its prob due the the addon prepping for there combat log parser, most/some pqr profiles use a combat log unfiltered frame and askmrrobot is prob doing the same, profile makers might need to change some frame names to prevent this. just my 2 cents
sidenote 1.2.5.0 hasn't caused me any issues.
Please if someone helped you donate rep to them.
i've been searching a solution to check if target is behind or in front of you through past posts. I remember seeing it a while back. Could someone please post the script again.
thanks.
If anyone knows how to set up PQR on a Mac could you please contact me on skype? KBRebel04_Skype. I would like to make a guide as I have had quite a few people come to me and ask how to set it up. I know it is possible and requires some external software but I do not own a Mac. Thanks!
As of today I have ran into a problem with PQR and no I am not using the Ask Mr. Robot addon.
Every once in a while when I am switching between rotations or toggling the interrupt profile on/off PQR will constantly keep switching the profile between an enabled/disabled state. It spams my chat box with "<profile> Enabled." and "<profile> Disabled." over and over again until eventually WoW gets a critical error. It acts like I am holding the button for my rotation keybind down instead of just pressing it.
Once it starts doing this the PQR UI doesn't respond to anything I do and the only way I can get it to stop is to close PQR through task manager and then I basically have to reopen a fresh copy of WoW to start using PQR again.
I ran the updater thinking maybe my copy was outdated with the recent mini WoW patch but that didn't solve my problem
It was working fine any other day prior to today when I updated WoW.