Bump... just wondering if there is an update with Purge added???
Bump... just wondering if there is an update with Purge added???
Cpo... can you add this to your code and make a hot key so we can enable it before the Amber Shaper fight???
--Amber Shaper
if UnitExists("boss1") then
local npcID = tonumber(UnitGUID("boss1"):sub(6,10), 16)
if npcID == 62511 then --Amber Shaper
local reshapeLife = UnitDebuffID("player", 122370)
if reshapeLife then
--Player is mind controlled.
local playerCasting = UnitCastingInfo("player")
local amberExplosion = GetSpellInfo(122402)
local struggleForControl = GetSpellInfo(122395)
local amberStrike = GetSpellInfo(122389)
local breakFree = GetSpellInfo(123060)
local playerWisdom = UnitPower("player", 10) --"Wisdom" power.
if playerWisdom <= 8 then
RunMacroText("/cast "..breakFree)
end
if UnitExists("boss2") then
--62711
local npcID = tonumber(UnitGUID("boss2"):sub(6,10), 16)
if npcID == 62711 then
local bossCasting = UnitCastingInfo("boss2")
if bossCasting == amberExplosion then
--boss is casting.
RunMacroText("/cast "..amberStrike)
else
if playerCasting == amberExplosion then
RunMacroText("/cast "..struggleForControl)
end
end
end
else
if playerCasting == amberExplosion then
RunMacroText("/cast "..struggleForControl)
end
end
end
end
end
Just have it as an ability... you don't need a hot key. The first thing this block of code does is look for if the mob you are attacking is amber shaper. If it is a different mob than it will return false and go to the next ability in your rotation.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I just sold my account so updates will be far and in between. I will still support it but at its current state theres not much to do to improve them untill PQR 3.0 when i can add fancy stuff. I find making PQR profiles fun and a learning experence so i will always support my profiles.
Anyways thanks guys.
PS, These profiles should be 5.2 ready. You might need to change the priority list depending on what talents you use but there is no core rotation changes for elemental or enhance. I know i used my enhance profile on the PTR for the one build that there where off sets avilable.
Last edited by cpowroks; 02-25-2013 at 12:47 AM.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Elem mastery is already coded in, I suppose i could add in NS really quick.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Hello mate,
I recently discovered you Enhance shaman profiles and i really like them. They are fast and correct in rotation.
Its sad to see you go, but you probably have your own reasons, so i wish you best of luck
Now, if its not an big issue, i would like to suggest/ask you to add something to enhance profiles.
Totemic Recall support as selective part of rotation, or add it in default rotation. - Reason is that profile will not cast new totem before old one expire, even if its OOR.
Add Magma Totem support as selective part of AoE rotation, or add it in default AoE rotation. - Its not used at all, even on 7+ mobs, which should be the case, all above 5+ mobs (i prefer 3+ mobs) is DPS increase when Magma totem is down over Searing totem. Im having issues in dropping it in game or its replaced by profile it self with searing totem.
I tried to find it and add it my self since you no longer do regular updates to profiles so i didnt wanted to bother you, but im pretty much noobster in PQR codding so i had no luck.
Thank you in advance for any reply/help.![]()
How do I trigger the rotation for more than 1-3 adds for the elemental profile?
Thanks for the update for 5.2, I really enjoy this profile. Is there a chance for a hotkey for purge? Thanks
Need a guild in the US? Visit murlocs.com
Hows the Monk profile going?
Hi, i download your profiles from https://dl.dropbox.com/u/34600079/Profiles.zip
I tried to load the elemental profile but when i press Alt-X in game PQR simply stop responding, and the profile don't load.
I just put the profiles in the PQR folder the way they came (already a profiles folder) i'm using the PQI addon, maybe i'm doing something wrong?
EDIT: Solved, simply restart my machine(wut?) and it worked.
Sorry to bother you guys.
Last edited by ditusjack; 03-23-2013 at 10:57 AM.
How would one add this mob to the attack list ? Living Fluid - NPC - World of Warcraft
Currently it does nothing, I've tried to add it by adding this: "Living Fluid" } to the end of the local mob list, but it hasn't helped as of yet.
What profile are you trying to add this to? ele or enh
Would be easier if you pasted a bit longer code to see how the new code continues from the old. My first guess is you maybe missed a COMMA after the name that is before your "Living Fluid".
You need to seperate all names with a COMMA each time except the last name. Example:
Notice the comma after each name except the last one.PHP Code:
"Ice Tomb", "Twilight Sapper", "Dreadlord Debilitator", "Living Fluid" }
Hey thanks for the reply Kaylo,
This would be for Enh, currently I have -
And it does not seem to work correctly, the rotation picks back up while we're on the boss no problem. However, refuses once again to work once on the adds.PHP Code:
"Dreadlord Debilitator", "Blistering Tentacle", "Young Egg of Ji-Kun", "Mature Egg of Ji-Kun", "Living Fluid" }
Last edited by Sevve3; 03-25-2013 at 07:50 AM.