if UnitDebuffID("target",2944) then
CastSpellByName(GetSpellInfo(15407)) return true end
if UnitDebuffID("target",2944) then
CastSpellByName(GetSpellInfo(15407)) return true end
Does anyone have a really good 2H Frost DK and Arms Warrior PVE Rotation that is up-to-date?
Last edited by aeonz; 11-27-2013 at 07:50 PM.
I decided to try this on my ret paladin. Using Xelper's ret rotation I find it isn't casting Crusader Strike or Judgment at all. I downloaded it directly from the URL and the script is "return true" just like HoW and exorcism which work. The spell id's on both Crusader Strike and Judgment are correct, and their settings seem otherwise identical to working ones.
So I googled it and only found a thread where someone had a similar problem with the same script, and a search of this thread turned up no results. I was wondering if this was a commonly known issue or something I should have fixed myself in some way shape or form.
Thanks.
instead of return true try CastSpellByName(GetSpellInfo(id), "target") where id = SpellId in the left panel and set that one to 0 and save it.
Please if someone helped you donate rep to them.
Thanks for replying so fast, I really appreciate it. Sadly I copied that exactly as you put it, so "CastSpellByName(GetSpellInfo(35395), "target")" (no quotations) for crusader strike. But had no luck, the id matches what wowhead has and what my ingame ui has for the id, but if I didn't know any better I'd say I had the wrong ID.
Other things I've tried include
-Removing everything except exorcism, judgment, and crusader strike from my rotation, exorcism is still the only spell cast and crusader strike is the only one with a script that wasn't "return true"
-Disabled every add-on and tried with only crusader strike and exorcism
In this case I just used exorcism because it is a spell with no other requirements that works.
Just to confirm, all of the settings for crusader strike are as follows
Note: I keep saying crusader strike, but I used the script you told me to on Crusader strike, Hammer of the Righteous, and Judgment. Thanks again for your help.Ability Name: Ret: Crusader Strike
Actions:
Cancel Channel: False
Recast Delay: 0
Skip Unknown: True
Spell ID: 35395
Target: Target
change Spell ID: 35395 to 0 and keep return true just add the line i wrote earlier above it
so in the settings box everything stays the same but the Spell ID: 35395; that becomes 0 and the code part is
Code:if PQR_SpellAvailable(GetSpellInfo(35395)) then --add this so it wouldn't lock up CastSpellByName(GetSpellInfo(35395), "target") return true end
Please if someone helped you donate rep to them.
That worked, thanks!
I do!! Arms Warrior only tought!
You might find what you need in my profile. Did you try it? It is a bit more current than the old xelpers did at MoP start.
Sent from my iPhone using Tapatalk
Soapbox Rotations Developer
So of all the random questions asked here, here's another:
With Wildstar also using LUA and XML like WoW, are there any plans to bring PQR to that game as well? I realize it hasn't been released yet and there's a good bit of time before that, but looking at the game, it seems like it could be very, very good. I was crossing my fingers that Xelper had plans to implement PQR or something similar to it once it's released.
As far as I'm aware, Xelper is busy with rl things so unless that changes I highly doubt it.
Former PQR Developer
I was wondering if anyone could help me out with my arena auto cc. What I am running into is that when the cc target isn't cc'ed both pqr's me and my partners go off at the same time.
Obviously not the full code.PHP Code:
----- Arena 1 -----
if (UnitExists("arena1")
and not UnitIsUnit("playertarget", "arena1")
and not UnitIsUnit("party1target", "arena1")
and IsSpellInRange("Paralysis", "arena1") == 1
and PQR_IsOutOfSight("arena1") == false)
and not UnitDebuffID("arena1",SpellID)
then
CastSpellByName
end
----- Arena 1 End -----
Is there someway to add a stack counter so when the stack gets > than a number it starts trying to cast the spell and when the target is cc'ed or spell not ready it resets to 0?
I tried and failed
Thanks
Aghost917
Hi I get this whenever wow is open and I try open PQR
PQR opens fine first, but when I open wow afterwards (from Launch WoW on PQR or manually) I get this error again then not responding before I can open more info on the error.