here's a way of doing this within the game using this addon idTip:
idTip - Tooltip - World of Warcraft Addons - Curse
here's a way of doing this within the game using this addon idTip:
idTip - Tooltip - World of Warcraft Addons - Curse
using xrnPQRProfiles.zip (the last version)... in my PVE Mage Arcane Profile...
Don't attack automatically:
DS Twilight Assault Drakes of Warmaster Blackhorn
DS Limb Tentacles of Deathwing
Last edited by misterneko; 03-03-2012 at 06:06 PM.
@valma: Any spell that provides a spellID goes through a PQR_SpellAvailable() check. What exactly is the issue?
[Lua] Function PQR_SpellAvailable(SpellID) local GCDSpell = PQR_GCDSpell() if Ge - Pastebin.com
I'd love to have it work under all circumstances, so any ideas you have for improving it's accuracy are welcome. To get around any short-falls an ability can just use spell ID 0 and fully control the logic for if the ability should be used or not in the Lua code.
Last edited by Xelper; 03-03-2012 at 06:38 PM.
Truthfully, the profiles shouldn't either. This is a helper program for rotations, not a botting program. I mean, in Blizzards eye, it's considered botting cause your not touching the keyboard, but eh. Anyways, it's not that hard to actually target them yourselves. Takes what, all of 1 second to move the mouse over to the enemy target and click?
As to the person asking about a fire mage profile. I have no problems out of the Sheurons Fire Mage profile. 385 iLVL and can pull more than 30k DPS with it myself, never have a problem with it.
But here's the problem with fire Mage's. It's not the profile, its the number of procs you have for pyroblast and your combustion ticks. Fire Mage's are just to reliant on RNG, it's just hard to pull a constant DPS on every boss. Just not going to happen. As an example, on Morchock last week, I had 27 pyroblast procs, that's with me getting the orb with my other 2 healers. But on Zon'ozz, wanting to say moving as much as I did on Morchock, if not less, I only got 17 pyroblast procs the whole fight. And those missed procs make a difference when your trying to use Combustion off CD every time to get the most out of your DPS.
This profile much like all the Ret profiles miss a few important factors. Which I think it's better to bring them to light so they don't just keep making updates without catching the glaring issues if they are attempting to build the best profile.
1. Zealotry and Avenging Wrath should never just be blown without taking trinkets proc into effect, It's better to just let the player use Zealotry, Avenging Wrath and Goak.
2. Templar's Verdict has two different priority levels and so does Exorcism.
- A. Templar's Verdict under Holy Power vs Divine Purpose
- B. Exorcism vs Undead or non-Undead.
3. Clash resolution issues.
I myself have worked on the different codes for TVHP vs TVDP which is pretty easy to solve but it would be much better to actually get it into the profile rather then rewriting it constantly. If anyone working on the Ret profiles needs a little more in-depth information about the priority feel free to PM me if you want to strengthen the profile.
Very simple question. How can I add use engineer gloves on cd to an established rotation? I figured out how to add it, with /use 10 and whatnot, but I'm quite sure I didn't do it right as I'm constantly spammed with that item is not ready yet or whatever it says. Thanks!
You did it correctly. Depending on which ability you macro'd the gloves into, you will attempt to use them whenever PQR uses the corresponding ability. If you want to avoid the spam, I suggest either running a macro to hide the UI Error Frame, or an addon that provides similar functionality.
Ideally, you can remove the "/use 10" macro and instead create an ability in PQR that specifically checks the cooldown on your gloves and will only attempt to use them if they're off cooldown, but that's a bit of work. If you're interested, I'd suggest looking at abilities that people have created for items such as potions and healthstones, or for trinkets such as Apparatus of Khaz'goroth.
[Blinded]'s Shaman Profile
Includes :
- Enhancement - Without T13 4p bonus
- Enhancement - With T13 4p bonus
HotKeys :
- Left Shift : Pause rotation
- Left Alt : Toggle AoE Rotation
- Right CTRL : Enable/Disable CDs, Default : Enabled
Notes :
As always no Profession/Racial support.
No auto weapon enchanting
I'll add these things later
Download Link :
[Blinded]_Shaman1.0.rar
Last edited by [Blinded]; 03-04-2012 at 05:53 AM.
For those gloves, your mist likely going to want to use this code to check it. Not 100% sure its the right one, but its the only one I've seen that matches it.
GetItemCooldown - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
Where ItemID is the ID number of the gloves. For example:Code:Signature: start, duration, enable = GetItemCooldown(itemID) or GetItemCooldown("itemName") or GetItemCooldown("itemLink") Arguments: itemID - An item's ID (number) itemName - An item's name (string) itemLink - An item's hyperlink, or any string containing the itemString portion of an item link (string) Returns: start - The value of GetTime() at the moment the cooldown began, or 0 if the item is ready (number) duration - The length of the cooldown, or 0 if the item is ready (number) enable - 1 if a Cooldown UI element should be used to display the cooldown, otherwise 0. (Does not always correlate with whether the item is ready.) (number)
Also add locals for if you want to to pop the spell while another spell is active, for example when Bloodlust is active or when one of your major cooldowns are active as well. I believe the engineer gloves is a 1min30sec cooldown right? Or is it 2min?Code:local start = GetItemCooldown(2300) if start == 0 then return true end
Last edited by firepong; 03-04-2012 at 06:16 AM.
Is there a Retribution PvP Profile somewhere? I can only find the PvE ones.
Still looking for a decent Unholy/Frost DK PVE Spec been looking through pages for about an hour and found frost pvp....someone help?
[Blinded]'s Shaman Profile v1.1
Includes :
- Enhancement - Without T13 4p bonus
- Enhancement - With T13 4p bonus
- Elemental - Without Earthquake
HotKeys :
- Left Shift : Pause rotation
- Left Alt : Toggle AoE Rotation
- Right CTRL : Enable/Disable CDs, Default : Enabled
Changes :
- Added auto Enhchanting for both Speccs
- Added Elemental rotation
Notes :
As always no Profession/Racial support.
I'll add these things later
Download Link :
[Blinded]_Shaman1.1.rar
@ blinded the 1 x MaelstromWP Lighting Bolt is a dps loss cuz of the cast time , tried it with that one in rotation and without it on the dummy and without it you gain almost 1k dps , all in all nice profile , thx
[Blinded]'s Shaman Profile v1.2
Includes :
- Enhancement - Without T13 4p bonus
- Enhancement - With T13 4p bonus
- Elemental - Without Earthquake
HotKeys :
- Left Shift : Pause rotation
- Left Alt : Toggle AoE Rotation
- Right CTRL : Enable/Disable CDs, Default : Enabled
Changes :
- Removed LB MW > 1 from the rotation, it's a dps loss
Notes :
As always no Profession/Racial support.
I'll add these things later
Download Link :
[Blinded]_Shaman1.2.rar
PS : The LB_MW2 was reffered to posts on the EJ forum ... but it seems that Ace knows it better, cuz i tested it and it's definitely a dps loss :/ So thx ace![]()
Last edited by [Blinded]; 03-04-2012 at 09:30 AM.