[PQR] Mavmins' Elemental Shaman menu

User Tag List

Page 2 of 16 FirstFirst 123456 ... LastLast
Results 16 to 30 of 235
  1. #16
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the feedback guys, I'll look into the things you've mentioned and hopefully update in the next day or so, just need to get some time to play !

    [PQR] Mavmins' Elemental Shaman
  2. #17
    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)
    Originally Posted by sed- View Post
    tbh to make a pvp resto profile just make it in pqi and people cant weak the % for pvp ;p, but i wouldnt worry bout it tbh, just stick to things you play^^, or make profiles for classes that need it Q_Q,
    Shhhh dont tell anyone but im nearly done with my shaman pvp profile.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  3. #18
    Stiz2win's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the command to bring up the pqi profile editor?

  4. #19
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it should load up when you activate the profile or right click on PQI and click rotation config I think it is. if it doesnt come up make sure you have the data file in the right place and the latest version of PQI

    Originally Posted by alexxjr View Post
    Hey Mavmin, very nice profile!

    A little suggestion! when you activate the cooldowns, it pops ascendance and then puts down the fire elemental totem and the stormlash. i think it would be a dps increase if you make it put down the totems and then pop ascen for maximum amount of lava bursts.

    + a little bug i've found, blood fury is not activated when you press the cd button even though racials are ticked
    Racials are currently only supposed to go off under heroism, I can switch them to the auto CDS if people want them in there.

    I'm looking into the CDS dropping totems after ascendance
    Last edited by Mavmins; 06-16-2013 at 02:49 PM.

  5. #20
    Stiz2win's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FYI Mav you were correct my pqinterface was outdated.

  6. #21
    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)
    Originally Posted by Mavmins View Post
    it should load up when you activate the profile or right click on PQI and click rotation config I think it is. if it doesnt come up make sure you have the data file in the right place and the latest version of PQI



    Racials are currently only supposed to go off under heroism, I can switch them to the auto CDS if people want them in there.

    I'm looking into the CDS dropping totems after ascendance


    this is what ive been using lately to drop totems before ascendance.

    Functions needed
    PHP Code:
    --Amount of Cooldown that remains--
    function 
    cdRemains(spellid)
    if 
    select(2,GetSpellCooldown(spellid)) + (select(1,GetSpellCooldown(spellid)) - GetTime()) > 0
    then 
    return select(2,GetSpellCooldown(spellid)) + (select(1,GetSpellCooldown(spellid)) - GetTime())    
    else 
    return 
    0    
    end
    end 
    Code:
    PHP Code:
    local Ascendance UnitBuffID("player"114050)
    local AscendanceAvil PQR_SpellAvailable(114049)    
    --
    Ascendance    
    if not Ascendance     
    and AscendanceAvil      
    and cdRemains(2894) > 2     --Fire ele
     
    and cdRemains(120668) > 2 then    --Stormalsh    
    CastSpellByName
    (tostring(GetSpellInfo(114049)))  
    end 
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  7. #22
    Zoinx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get a button to do CD's? Like cpoworks PQI has a thing at the bottom like, rc = blow all CDs and a way to switch how AoE works, instead of a toggle on/off, a hold down shift to use?

    Parsed on the following using this:

    Durumu 25HC - top 100
    Primordius 25HC - top 50
    Dark Animus 25N - top 20
    Iron Qon 25HC - top 40
    Twin Consorts 25HC - top 50

    //note. those parses were on a 536 ilvl Ele Shaman w/ 4pc and no legendary meta.
    Last edited by Zoinx; 06-16-2013 at 09:59 PM.

  8. #23
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've used a different set of checks for the totems during Ascendance but it seems to be working
    I've also added a check to make sure Flameshock has >=15s remaining when Ascendance starts so we don't lose a GCD recasting Flameshock - so if you notice the profile not immediatley using Ascendance its because its waiting to refresh Flameshock before it fires off.
    Racials are now set to go off under CD or under Heroism

    Originally Posted by Zoinx View Post
    Can we get a button to do CD's? Like cpoworks PQI has a thing at the bottom like, rc = blow all CDs and a way to switch how AoE works, instead of a toggle on/off, a hold down shift to use?

    Parsed on the following using this:

    Durumu 25HC - top 100
    Primordius 25HC - top 50
    Dark Animus 25N - top 20
    Iron Qon 25HC - top 40
    Twin Consorts 25HC - top 50

    //note. those parses were on a 536 ilvl Ele Shaman w/ 4pc and no legendary meta.
    By default the Offensive CD toggle will blow whatever Cooldowns are available and the status in PQI will say SINGLE TARGET MODE - USING OFFENSIVE COOLDOWNS
    I'll think about the holding down key to AOE but i prefer the toggle personally. I'll see how I can implement both options.

    Update should be coming out tonight with these features (thats EU tonight, not US )

  9. #24
    Zoinx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    By default the Offensive CD toggle will blow whatever Cooldowns are available and the status in PQI will say SINGLE TARGET MODE - USING OFFENSIVE COOLDOWNS
    I'll think about the holding down key to AOE but i prefer the toggle personally. I'll see how I can implement both options.

    Update should be coming out tonight with these features (thats EU tonight, not US )
    Isee for the CD's it says blow them when Heroism is popped, well that great, unless we are saving Hero for the last 30% and I need to blow all my CD's (including 3 min ones) twice before that Hero phase comes up. Is there a way to implement like, hold RC down (can be changed in PQI) and it:
    Checks that Flameshock has >18 secs (this is because of all the GCDs we will blow prior to popping Ascendace)
    Pop Fire Elemental
    Pop Racials/Professions/On-use trinkets/engineer sprockets, etc.
    Pop Stormlash (I prefer this manually, but some people might want it in there)
    Pop Ascendance

  10. #25
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zoinx View Post
    Isee for the CD's it says blow them when Heroism is popped, well that great, unless we are saving Hero for the last 30% and I need to blow all my CD's (including 3 min ones) twice before that Hero phase comes up. Is there a way to implement like, hold RC down (can be changed in PQI) and it:
    You misunderstand. Only racials were set to go off under heroism which was from my warlock profile, when I push the update they will go off under the CD toggle as well.

    When you set a key in PQI to 'Offensive CD Toggle' it will already drop fire elemental totem (or earth elemental totem if fire one is on CD for >1min), drop stormlash, cast ascendance. You dont have to hold it down, it will cast them wnever they are available. Check the PQI status text and if it says 'USING OFFENSIVE COOLDOWNS' the profile will activate them every single time they are available

  11. #26
    Zoinx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    You misunderstand. Only racials were set to go off under heroism which was from my warlock profile, when I push the update they will go off under the CD toggle as well.

    When you set a key in PQI to 'Offensive CD Toggle' it will already drop fire elemental totem (or earth elemental totem if fire one is on CD for >1min), drop stormlash, cast ascendance. You dont have to hold it down, it will cast them wnever they are available. Check the PQI status text and if it says 'USING OFFENSIVE COOLDOWNS' the profile will activate them every single time they are available
    Ohhh. sorry, didn't see the tab over thing at the top with all the keybind options :P

    When I read 'tab's I was thinking like browser tabs.

  12. #27
    alexxjr's Avatar Sergeant
    Reputation
    5
    Join Date
    Oct 2012
    Posts
    67
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changes look perfect Mavmin! really looking forward to trying it out !

  13. #28
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zoinx View Post
    Ohhh. sorry, didn't see the tab over thing at the top with all the keybind options :P

    When I read 'tab's I was thinking like browser tabs.
    yeah I should probably do like a walkthrough or something. How the hell do i put pictures in my posts that aren't all small like the one in the main page ? Mentally manages to do it !

  14. #29
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.2 Added racials to USECDS toggle
    Ascendance should only pop after FIRE / STORMLASH
    Ascendance only pops with >=15s on FSHOCK
    FSHOCK won't refresh during Ascendance

    I can't check racials so let me know how you get on, im working on some other stuff like the hold down AOE alternative and some other bits and bobs.

  15. #30
    alexxjr's Avatar Sergeant
    Reputation
    5
    Join Date
    Oct 2012
    Posts
    67
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Date: 2013-06-17 22:00:06
    ID: 4
    Error occured in: Global
    Count: 128
    Message: [string "local TOT1, TOTNAME, startTime, duration = ..."] line 19:
    attempt to call global 'totemDistance' (a nil value)
    Debug:
    [C]: totemDistance()
    [string "local TOT1, TOTNAME, startTime, duration = ..."]:19: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:287:
    [string "if PQR_Addon_Loaded == nil then..."]:214

    get this error after updating

Page 2 of 16 FirstFirst 123456 ... LastLast

Similar Threads

  1. [PQR] Updated Elemental Shaman
    By ev0 in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 02-01-2013, 06:05 AM
  2. Elemental shamans what do you think after 3.0.2
    By dave_57204 in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 10-20-2008, 02:15 PM
  3. [Guide] The Elemental Shaman
    By Amedis in forum World of Warcraft Guides
    Replies: 8
    Last Post: 06-24-2008, 11:18 PM
  4. |Guide| playing elemental shaman like a pro
    By poche in forum World of Warcraft Guides
    Replies: 11
    Last Post: 06-21-2008, 11:28 PM
  5. [Shaman] Looking for a lvl50 and plus Elemental Shaman spec.
    By Remahlól in forum WoW UI, Macros and Talent Specs
    Replies: 4
    Last Post: 12-16-2007, 03:25 AM
All times are GMT -5. The time now is 04:53 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