[PQR] Cpoworks's Shaman/Monk profiles menu

User Tag List

Page 12 of 13 FirstFirst ... 8910111213 LastLast
Results 166 to 180 of 181
  1. #166
    snopoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump... just wondering if there is an update with Purge added???

    [PQR] Cpoworks's Shaman/Monk profiles
  2. #167
    snopoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #168
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snopoke View Post
    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/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  4. #169
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  5. #170
    Sevve3's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    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.

    Sad to hear you've sold your account cpo.

    However, as for the core rotation, I'd argue it has somewhat changed. I see no mention of Ancestral swiftness / Elemental mastery talents in the code to replace Echo of the elements. ( For Enh )

  6. #171
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  7. #172
    Enuma's Avatar Member
    Reputation
    9
    Join Date
    Sep 2008
    Posts
    137
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #173
    mrkebo's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    78
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I trigger the rotation for more than 1-3 adds for the elemental profile?

  9. #174
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    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

  10. #175
    Doc3000i's Avatar Member World of Warcraft Service`s CoreCoins Purchaser
    Reputation
    7
    Join Date
    Oct 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hows the Monk profile going?

  11. #176
    ditusjack's Avatar Member
    Reputation
    2
    Join Date
    Aug 2006
    Posts
    16
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #177
    Sevve3's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #178
    Kaylo's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    11/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sevve3 View Post
    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:

    PHP Code:
    "Ice Tomb""Twilight Sapper""Dreadlord Debilitator""Living Fluid" 
    Notice the comma after each name except the last one.

  14. #179
    Sevve3's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thanks for the reply Kaylo,

    This would be for Enh, currently I have -

    PHP Code:
    "Dreadlord Debilitator""Blistering Tentacle""Young Egg of Ji-Kun""Mature Egg of Ji-Kun""Living Fluid" 
    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.
    Last edited by Sevve3; 03-25-2013 at 07:50 AM.

  15. #180
    Kaylo's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    11/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sevve3 View Post
    Hey thanks for the reply Kaylo,

    This would be for Enh, currently I have -

    PHP Code:
    "Dreadlord Debilitator""Blistering Tentacle""Young Egg of Ji-Kun""Mature Egg of Ji-Kun""Living Fluid" 
    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.
    That looks alright to me. Sorry I dont have anything else.
    I added Living Fluid myself during first reset after first pull when i noticed it didnt do the rotation on the adds. It worked for me after i added it like you did. I hope someone else can help you out.

Page 12 of 13 FirstFirst ... 8910111213 LastLast

Similar Threads

  1. [PQR] Cpoworks's PQR profiles
    By cpowroks in forum WoW Bot Maps And Profiles
    Replies: 246
    Last Post: 07-02-2020, 01:41 PM
  2. PQR Hi. is there any ele. shaman leveling profile?
    By gaja02 in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 10-01-2016, 06:53 AM
  3. [PQR] Cpoworks 3.3.5 Profiles
    By cpowroks in forum WoW Bot Maps And Profiles
    Replies: 32
    Last Post: 05-13-2016, 01:32 PM
  4. [PQR/ ProbablyEngine] Restoration Shaman healing profiles?
    By aragorn179 in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 01-14-2014, 11:07 PM
  5. Replies: 11
    Last Post: 01-13-2013, 10:56 PM
All times are GMT -5. The time now is 08:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search