[PQR] Mavmins' Elemental Shaman menu

User Tag List

Page 14 of 16 FirstFirst ... 10111213141516 LastLast
Results 196 to 210 of 235
  1. #196
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update to 1.9
    Added Cleave Toggle Key
    Enabled CDs under AOE / CLEAVE
    It seems you have now created a completely perfect profile, so incredibly awesome!

    Im repping as much as possible as soon as the stupid spread rep system lets me.

    Edit: Just wanted to say aswell that I love the mouseover frag belt and focus flame shock!
    Last edited by derfred; 09-02-2013 at 09:00 AM.

    [PQR] Mavmins' Elemental Shaman
  2. #197
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats this about pqr being broken?

  3. #198
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR isnt broken, where do you get that from?

  4. #199
    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 'was' broken on the PTR but Xelper has reappeared and fixed it, he is busy IRL so never any guarantee it will be working

  5. #200
    froggystyle's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jan 2011
    Posts
    95
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pqr and mavmins profile working flawlessly <3

  6. #201
    samu2104's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    queston about elemental shaman
    it seems the rotation bot doesnt use unleash elements at all
    big dps loss tho
    and there is nowhere a button that i can turn on or see in pqr somwhere
    grts steve

  7. #202
    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 will use unleash elements correctly if you take Unleashed Fury from the lvl90 talents, if not then it is a DPS loss to waste a GCD on unleash elements

  8. #203
    samu2104's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah ok thanks mate

  9. #204
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ithink I found something that maybe could be improved; when in cleave-mode(holding key) it doesnt seem to be prioritizing flame shock on focus as much as when doing pure single target?

    I basically need to let it dot up in single target and after I can start to cleave

  10. #205
    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 derfred View Post
    Ithink I found something that maybe could be improved; when in cleave-mode(holding key) it doesnt seem to be prioritizing flame shock on focus as much as when doing pure single target?

    I basically need to let it dot up in single target and after I can start to cleave
    so i think the issue is that you have more stacks of lightning shield / fulmination but you shouldn't on cleave as chain lightning has a 1/3 modifier

    Code:
    local FSHOCK,_,_,_,_,_,FSHOCKTIMER = UnitDebuffID("focus",8050,"PLAYER")
    local LSH1, LSH2, LSH3, LSH4 = UnitBuffID("player",324)
    -----------------------------------------------------------------------------
    
    if PQI_MavminsELEMENTALFUNCTIONS_AutoFlameShockFocus_enable then
    	if AOE_MODE == false
    		and UnitBuffID( "player", 114049 ) == nil then
    			if (FSHOCK == nil or FSHOCKTIMER - GetTime() <= 5)
    				and GetSpellCooldown(8050) == 0
    				and UnitIsUnit("target", "focus") ~= 1
    				and UnitCanAttack("player","focus") ~= nil
    				and IsSpellInRange(tostring(GetSpellInfo(8050)), "focus") == 1 then
    			--	and not LineOfSight("focus") then
    					if  LSH1 ~= nil
    						and LSH4 <= 5 then
    						CastSpellByName(GetSpellInfo(8050), "focus")
    						return true 
    					end
    			end
    	end
    end
    So what it currently does is first check if we are not in aoe mode, cause we should just be spamming chain lightning in that,
    then if flameshock isnt on focus or it has less than 5s remaining,
    then is flameshock off CD, make sure my target isn't the same as my focus, is it a unit I can attack, is it in range
    then if i have less than 5 stacks of lightning shield it will do it

    the thing is you dont want to cast flameshock on focus and then be stuck with extra stacks of lightning shield you cant use cause shock is on CD< well that was my thinking anyway, so what I could do is alter the lightning shield stack check maybe, depends, how much of a dps benefit is it using flame shock focus versus being stuck with 1 or 2 extra stacks on lightning shield ?

    but yeah we can tweak it and you can test if you like ?
    Last edited by Mavmins; 09-06-2013 at 11:23 AM.

  11. #206
    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)
    @ mav, have you entertained the idea of incorporating enhancement?

    Sent from Note II using Cryogen mod.
    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

  12. #207
    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 imdasandman View Post
    @ mav, have you entertained the idea of incorporating enhancement?

    Sent from Note II using Cryogen mod.
    i have thought of it but there are other enhancement profiles out there and i dont play enhancement so not really, what is wrong with the existing ones ?

    cpowroks(Updated for 5.3)
    Nerder(Updated for 5.3)
    ph34rt3hcute1(Updated for 5.3)

    are active according to the community list
    Last edited by Mavmins; 09-06-2013 at 12:25 PM.

  13. #208
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the thing is you dont want to cast flameshock on focus and then be stuck with extra stacks of lightning shield you cant use cause shock is on CD< well that was my thinking anyway, so what I could do is alter the lightning shield stack check maybe, depends, how much of a dps benefit is it using flame shock focus versus being stuck with 1 or 2 extra stacks on lightning shield ?

    but yeah we can tweak it and you can test if you like ?
    Ye I was thinking about that aswell, if it is a gain. Its pretty situational i guess.

    Maybe its good the way it is, pretty difficult to sim something like that i guess to know the exact values

  14. #209
    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)
    well what i will do is make a diff flameshock focus ability that doesnt care about lightning shield stacks, stick focus on another raiders dummy and run some 100mil dmg tests, that should sort it out !

  15. #210
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well what i will do is make a diff flameshock focus ability that doesnt care about lightning shield stacks, stick focus on another raiders dummy and run some 100mil dmg tests, that should sort it out !
    Sound awesome!

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 02:59 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search