Avery Ret Profile menu

Shout-Out

User Tag List

Page 14 of 17 FirstFirst ... 1011121314151617 LastLast
Results 196 to 210 of 245
  1. #196
    sandoog's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanx for the help
    Last edited by sandoog; 12-22-2012 at 10:31 AM.

    Avery Ret Profile
  2. #197
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zelos666 View Post
    You don't? It's in every version you've uploaded so far. This is from the newest one:

    Code:
    elseif not IsInInstance() or IsInInstance() and select(2, GetInstanceInfo()) ~= "party" and select(2, GetInstanceInfo()) ~= "raid" then
    	-- Flash of Light
    	if PlayerHP <= 55 and SelflessHealer == 3 then
    		CastSpellByName(GetSpellInfo(19750), "player")
    	-- Word of Glory 
    	elseif PlayerHP <= 65 and (UnitPower("player", 9) >= 3 or UnitBuffID("player", 90174)) then
    		CastSpellByName(GetSpellInfo(85673), "player")
    	end
    end
    that's in the ability, "utility".
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  3. #198
    Zelos666's Avatar Sergeant
    Reputation
    19
    Join Date
    Dec 2010
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    that's in the ability, "utility".
    Yes it is, but someone seems to have problems with WoG being cast in raid regardless of the first line of code I copied.
    For me it casts Flash of Light in raids but WoG is never cast. Don't really know why.

  4. #199
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zelos666 View Post
    Yes it is, but someone seems to have problems with WoG being cast in raid regardless of the first line of code I copied.
    For me it casts Flash of Light in raids but WoG is never cast. Don't really know why.
    Very odd, have no idea. the code should look like this.

    PHP Code:
    --- Healing ---
    if (
    select(2GetSpecializationInfo(GetSpecialization()))) == "Retribution" then
        
    -- Lay on Hands
        
    if PlayerHP <= 20 and PQR_SpellAvailable(633then
            CastSpellByName
    (GetSpellInfo(633), "player")
        -- 
    Healthstone
        
    elseif PlayerHP <= 35 and not PQR_SpellAvailable(633) and GetItemCount(5512,false,false) > and select(3,GetItemCooldown(5512)) == 1 then 
            UseItemByName
    (5512)
        elseif 
    not IsInInstance() or IsInInstance() and select(2GetInstanceInfo()) ~= "party" and select(2GetInstanceInfo()) ~= "raid" then
            
    -- Flash of Light
            
    if PlayerHP <= 55 and SelflessHealer == 3 then
                CastSpellByName
    (GetSpellInfo(19750), "player")
            -- 
    Word of Glory 
            
    elseif PlayerHP <= 65 and (UnitPower("player"9) >= or UnitBuffID("player"90174)) then
                CastSpellByName
    (GetSpellInfo(85673), "player")
            
    end
        end
    elseif (select(2GetSpecializationInfo(GetSpecialization()))) == "Protection" then
        
    -- Ardent Defender
        
    if PlayerHP <= 15 and PQR_SpellAvailable(31850then
            CastSpellByName
    (GetSpellInfo(31850))
        -- 
    Lay on Hands
        
    elseif PlayerHP <= 20 and PQR_SpellAvailable(633) and not PQR_SpellAvailable(31850then
            CastSpellByName
    (GetSpellInfo(633), "player")
        -- 
    Healthstone
        
    elseif PlayerHP <= 35 and not PQR_SpellAvailable(633) and GetItemCount(5512,false,false) > and select(3,GetItemCooldown(5512)) == 1 then 
            UseItemByName
    (5512)
        -- 
    Word of Glory 
        
    elseif PlayerHP <= 55 and (UnitPower("player"9) >= or UnitBuffID("player"90174)) then
            CastSpellByName
    (GetSpellInfo(85673), "player")
        
    end
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #200
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey. is it possible to add a panic button for Divine shield? Also flash heals. (Ret)

  6. #201
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leonel916 View Post
    hey. is it possible to add a panic button for Divine shield? Also flash heals. (Ret)
    change a keybind to e or q and put divine shield on it, press x or hold right shift and spam flash of light..
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #202
    kayonekayone's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is ther anything wrong? it do not cast anything. only judgement.

  8. #203
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same prob here. pqrotation shows a stop by constantly using pvp judgement. putting it out of the rotation prevents even starting the rotation. Any ideas? using german client.

  9. #204
    aztek40's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Avery, awesome profile ... I use both ret and prot full time and have been for months. Question is w/ your current profile is there any way to switch to full time Seal of Insight tanking vs SoT? Maybe I missed something in the settings, but can I switch seals w/out modifying the code?

  10. #205
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aztek40 View Post
    Hey Avery, awesome profile ... I use both ret and prot full time and have been for months. Question is w/ your current profile is there any way to switch to full time Seal of Insight tanking vs SoT? Maybe I missed something in the settings, but can I switch seals w/out modifying the code?
    They actually nerfed SOI recently, it wasn't supposed to proc off aoe for some reason?ghostcrawler?

    So it only procs off single target now and is much worse, it will still switch when <50%health, If you really want it still knowing they nerfed it, I will type it out for you.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #206
    aztek40's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No thanks I was hoping for a easy fix not more work. I like the insight heals in dungeons when weak healers are in the group. Thanks!

  12. #207
    11452939's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good afternoon. Update Profile retrika to the latest version. Profile stopped working. It should be used and all justice exorcism. Key switch solo goal AoE broken. Freedom is still running. Shit heaven. Prompt vchem problemma.

  13. #208
    Jamsx1's Avatar Corporal
    Reputation
    7
    Join Date
    Oct 2011
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Avery any chance you could post your spec/gyphs?

  14. #209
    dalaria23's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Avery .. thanks in advance and sorry about my poor english...

    I'm using your profile for a long time, from beginning to be real, and with the last update my retry doesn't use any atack... i be looking for the code, and i thought maybe the new copmbat style maybe the problem.. i use spanish EU client... maybe this... here is "Represión" instead of Retribution... how can i solve this.



    "if (select(2, GetSpecializationInfo(GetSpecialization()))) == "Retribution" then "

  15. #210
    Subyoz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And still nothing. Sad

    I tried to merge xelper profile with this(jug to focus target) and exo with glyph and failed =\

Similar Threads

  1. [PQR] Holy Paladin PvP [NEW! Ret PvP Profile!]
    By Dominium in forum WoW Bot Maps And Profiles
    Replies: 124
    Last Post: 07-03-2020, 03:05 AM
  2. Avery's Profiles
    By averykey in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 01-23-2014, 01:11 AM
  3. [ProbablyEngine] Retribution Wreckage NevoDarks Quality Ret Profile.
    By Nevodark in forum WoW Bot Maps And Profiles
    Replies: 14
    Last Post: 12-14-2013, 06:09 PM
  4. Avery's Profiles
    By averykey in forum WoW Bot Maps And Profiles
    Replies: 90
    Last Post: 09-17-2013, 06:19 AM
  5. Request RET Pally PVP Profile
    By Thesaint38 in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 04-23-2012, 05:50 AM
All times are GMT -5. The time now is 10:30 AM. 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