Are there no Shadow priest pvp profiles? just pve ones? =(
Are there no Shadow priest pvp profiles? just pve ones? =(
Thank you for all the help crystal tech
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
This is the code for Shadowflame from Crystal tech demo profile:
if EnemyExists and PlayerCombat then
if PQR_UnitFacing("player", "target")
and PQR_UnitDistance("player", "target") < 10 then
return true
end
end
It doesnt cast shadowflame on Ultraxion and I was wondering what could be done. I was going to make a custom profile but wasnt sure what to do.
Thanks
Ultra is a pain to code around lol. so heres a workaround
copy the profile and add this:
Name: AoE - Ultra Shadowflame
SpellID: 47897
code:
this will make it always cast if your in range or not. Just replace it with the AoE - Shadowflame in the rotation.Code:if EnemyExists and PlayerCombat then if PQR_SpellAvailable(47897) then return true end end
I've been having problems with xelpers newer apis of unitFacing and Distance.
Please if someone helped you donate rep to them.
When i tried the Monk Rotation on Beta, i got a lot of "ability not ready yet" messages, isn't it checked if the spell is off cd before trying to cast it or is it something else?
I wish cockz or someone would update cokx ret pvp profile its amazing but needs work since the code is outdated
Hi guys, is there a MoP Arms Warrior Profile yet?
Thanks![]()
Thanks for thisEasy gold
I will rep anyone who can make a simple autoloot using the interupt function. The following must apply, the unit must be dead to loot, and make sure it doesnt try to reloot the same body which you have already looted. I only need it for one specific mob so when making it just put in Mangy Wolf and I'll replace it as needed. Tons of thx, my script has been failing recently =P
why spell 1742 is unknown?
Ive tried a number of Resto druid pve profiles (live not beta). None of them have really worked out well. Anyone have one they particularly like?
Mop rotation for ret - https://dl.dropbox.com/u/44039495/AveryRetMOP.zip
Has auto seal switch.
Prot rotation for live
https://dl.dropbox.com/u/44039495/AveryProt.zip
Last edited by averykey; 06-27-2012 at 02:13 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
There is basic Tem Nova MoP profile at /trunk - bubba-pqr-profiles - Bubba & Mentally's PQR Profiles - Google Project Hosting