Lifebloom is casted on player with lowest hp having aggro or being a tank. If the player having lifebloom stop having aggro the rotation ll let lifebloom expire.
Lifebloom is casted on player with lowest hp having aggro or being a tank. If the player having lifebloom stop having aggro the rotation ll let lifebloom expire.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
My special code
Name: Buff & Loot
SpellID: 0
Delay: 0
And of course that code in another abilityCode:local eggBuff = UnitBuffID("Player", 61810) local itemCount = GetItemCount(45072) if eggBuff == nil then UseItemByName(45067) end if itemCount ~= 0 then UseItemByName(45072) end![]()
Xelper, I use pqr on my enhancement shaman and resto druid and it works just fine. I used it on my prot/ret paladin as well, but just recently your profiles stopped working. it still works just fine on my druid and shaman but doesn't even show the chat messages when on my paladin. they're all playing from the same installation of wow. As far as I know, it HAS to be a profile issue. anyone else have this?
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Is there anyway to change which chat tab the chat messages display in?
And bu_ba_911 when I try to download all of your updated profiles inside of PQR, the monk rotation gives me an error and doesn't download.
One final thing, are there any profiles that can be used for leveling from 1-85. I love the Nova and Sheuron's profiles but I get an error for not being level 85 and they stop working.
Last edited by gamingjunkie; 04-08-2012 at 10:30 PM.
so for those of you curious why i didn't release anything for the second half of the day.....
that's why lol.... decided to have some more fun with my UI... got some custom borders in there, and it looks sleek (in my opionion) lolOriginally Posted by bu_ba_911
ON A SIDE NOTE
did a ninja updated a fixi for DnD on DK Blood profile, forgot to update Blood when I reverted Unholy back to the original Clicking method
and if you actually read my Update notes for my SVN.... here's the macro i use in game (Means custom Keybinds people!!!)
*edit*Code:/run if GetCVar("WindAoE") == nil then RegisterCVar("WindAoE", 0) end /run if GetCVarBool("WindAoE") then SetCVar("WindAoE", 0) else SetCVar("WindAoE", 1) end
would people like me to code in a Custom Bind that they can change moderately easy linking it to the macro???
You would need to either edit the macro the rotation makes for you (look above and you'll see the slight differences), or just replace the profile made one with code above.....Code:if not KeyBindMacro then KeyBindMacro = "SHIFT-P" end if SetBinding(KeyBindMacro, "MACRO AoE_Swapper") then PQR_WriteToChat("Macro AoE_Swapper was just set to "..KeyBindMacro.." keybind!") else PQR_WriteToChat("Macro AoE_Swapper was not set to a keybind") end
just an idea i've been toying with (my personal profile has it in lol)
Could someone make a new rotation with just for the noblegarden? I would like to see how its put together since I am still new to the PQR scene.
I've got the basic profile tossed together, be prepared for "Too far away" spam if you aren't by any eggs, not sure how to fix that if it is possible even. Get it here. Credit to sheuron, since the code is not mine, I just put it in a profile for people that can't do it themselves. Trying to understand the coding side now in hopes of solving distance troubles.
Get it: http://fbe.am/4Rn
Alternatively, get Sheuron's even better profile here: http://www.ownedcore.com/forums/worl...using-pqr.html (Easy Noblegarden eggs using PQR)
Last edited by SysMunky; 04-09-2012 at 09:02 AM. Reason: Figured some stuff out, cleaned up post.